Henning Kollenbroich

Results 10 comments of Henning Kollenbroich

Yes, that looks good. Wonder if you might want to include options parameter in `parseFromString`: ```js const doc = new DOMParser().parseFromString("foo", { encoding: "text/html", uri: "https://example.org/example.html", referrer: "https://example.com/", }); ```...

I'm using @smaeda-ks's workaround, but it still feels like a bug that should get attention.

Not sure if this would be applicable to your use case, but [Similarity Search Kit](https://github.com/ZachNagengast/similarity-search-kit) looks promising.

For people stumbling here and using esm.sh to get JSON Web Token into deno; I had to force esm to use [email protected] via `import jwt from "https://esm.sh/[email protected]?deno-std=0.166.0”;`, else it defaults...

I have the same issue when dealing with decrypting empty strings. I have modified the trigger to treat empty strings: ```sql CREATE OR REPLACE FUNCTION public.emails_encrypt_secret_summary() RETURNS trigger LANGUAGE plpgsql...

Is there a workaround? Happens on every pause for me, regardless of the trigger (e.g. via headphones, keyboard, UI input).

I'm on macOS 14.2.1 (23C71) using an M1 Max. When I hit pause, the music pauses as desired, and the timer pauses at the correct time. When I then hit...

Adding another use case here, besides multiple auth paths: I want to store connections to 3rd party apps, e.g. a Twitter connection for retrieving a user's tweets. Else, I need...

Have you discovered any workaround for this?

Interesting. I have activated HTTPS and updated the site URL to https, but it will still not work on any posts (using the latest beta).