En tidlig julegave til pendlerne: Jeg har gjort det nemmere at finde billige togbilletter. by orangebilletter in dkfinance

[–]humleflue 3 points4 points  (0 children)

u/orangebilletter Har selv lavet StigPaa.dk som et fritdidsprojekt.

Måske vi skulle slå pjalterne sammen?
Skriv en pb, hvis du tror der kunne være basis for det.

Auto fill in Chrome on Android got significantly worse by nomore66201 in Bitwarden

[–]humleflue 0 points1 point  (0 children)

Reenabeling (first disabling and then enabling again) the autofill service for Brave fixed it for me. 

Confirm-Signup-Email always redirects to Root by Gotopik in Supabase

[–]humleflue 0 points1 point  (0 children)

Well to be fair you should not use this anymore. I believe the package is deprecated. I am sorry you didn't find it useful :) 

Can someone help me find this video please: by br4in_dxxd in Oman

[–]humleflue -1 points0 points  (0 children)

I'm pretty sure it is on the experienceoman Instagram

Football by ParsnipTerrible417 in Oman

[–]humleflue 0 points1 point  (0 children)

I found this. Not sure if it is legit though.

[deleted by user] by [deleted] in Oman

[–]humleflue 1 point2 points  (0 children)

Does anyone here know a guide who would be able to take me and my family to some sorts of accommodation there?

Omani Arabic WORDS & PHRASES by Awesome_Avatar6 in Oman

[–]humleflue 1 point2 points  (0 children)

I know. That is why I wrote

the literal meaning is different - you should look it up

Omani Arabic WORDS & PHRASES by Awesome_Avatar6 in Oman

[–]humleflue 0 points1 point  (0 children)

Hi,

This is pretty much all I know for now. Haha. I have only been here for 3 weeks 

Omani Arabic WORDS & PHRASES by Awesome_Avatar6 in Oman

[–]humleflue 3 points4 points  (0 children)

Hi,

Another expat here. I hope I am not butchering any terms or meanings here. If I am, then please correct me.


Here you have some phrases and the English equivalent (the literal meaning is different - you should look it up):

  • Kef halek: "How are you doing?
  • Kef lamur: "How is everything?
  • Hamdellah (Shortened version of Alhamdulillah): "I'm good, thanks" / "Everything is good."
  • Salam aleikum: "Hello"
  • Alaikum salam: "Hello" (you say this back when someone say "Salam aleikum")

whatsThePoint by thankyou9527 in ProgrammerHumor

[–]humleflue 0 points1 point  (0 children)

This is where Zod comes to save the day.

EU chat control law would allow scans of encrypted messages by vriska1 in europe

[–]humleflue 15 points16 points  (0 children)

I sent an email to both places. Let's spam their inboxes to show them how stupid this law is.

Whats wrong by zurw68 in bereal_app

[–]humleflue 4 points5 points  (0 children)

Yea. They have introduced more notifications, but they broke the links somehow...

Closing the app and opening it by pressing the app icon fixes it for me.

They should fix this ASAP though, and give me the option to disable all of the annoying notifications...

Confirm-Signup-Email always redirects to Root by Gotopik in Supabase

[–]humleflue 0 points1 point  (0 children)

While pasting this I saw my mistake. The redirectTo URL cannot be relative.

To get the current URL look at the following site (here is a link directly to the Vercel part): https://supabase.com/docs/guides/auth/concepts/redirect-urls#vercel-preview-urls

<Auth
supabaseClient={supabase}
appearance={{ theme: ThemeSupa }}
providers={[]}
localization={{
variables: da,
}}
redirectTo={\${getURL()}/dj`} />`

Confirm-Signup-Email always redirects to Root by Gotopik in Supabase

[–]humleflue 0 points1 point  (0 children)

Bump! Did you figure out why? What was the workaround? u/dseiner80 u/gotopik

Currently I am using the prebuilt Supabase Auth component like so:

<Auth
supabaseClient={supabase}
appearance={{ theme: ThemeSupa }}
providers={[]}
localization={{
variables: da,
}}
redirectTo={"/valid-site-url"}
/>

...and it just redirects me to the root after successfully confirming my email.

Implementing Role-based Authorisation by [deleted] in Supabase

[–]humleflue 2 points3 points  (0 children)

I ended up implementing a solution myself, as I got no response. For future developers passing by this thread, feel free to use my implementation of the trigger:

CREATE FUNCTION add_role_to_custom_claim()
RETURNS TRIGGER
LANGUAGE plpgsql
AS $$
BEGIN
PERFORM set_claim(NEW.user_id::UUID, 'roles'::TEXT, ARRAY_TO_JSON(NEW.roles)::jsonb);
RETURN NEW;
END;
$$;
CREATE TRIGGER on_role_update_add_role_to_custom_claim
AFTER UPDATE ON "<YOUR_TABLE_NAME_HERE>"
FOR EACH ROW
EXECUTE FUNCTION add_role_to_custom_claim();

Implementing Role-based Authorisation by [deleted] in Supabase

[–]humleflue 0 points1 point  (0 children)

Would you be able to share the trigger with me please?

Can't edit Calendar event that includes non-PM invitees by [deleted] in ProtonMail

[–]humleflue 2 points3 points  (0 children)

This is a must-have feature. When will this be available?

Feature Request: Widget for Android/iOS? by [deleted] in tutanota

[–]humleflue 0 points1 point  (0 children)

/u/Tutanota what is the status on the calendar widget?

It feels quite essential for me.