Jelle De Loecker

Results 106 comments of Jelle De Loecker

I kept running into this error, but it turns out I had to set `conformIdTokenClaims: false` in my `oidc-provider` configuration, which I'm using as my node-based oidc server. However: while...

I basically wanted to make an annoying ESM-only module synchronous: ```javascript var done = false; var data; let _module = import('franc'); _module.then(result => { data = result; done = true;...

I'm using the sequence with only IPv4 enabled, but am still getting the same error :/

Will this ever get merged? It's still a huge pain to download from the goplay website. Even after removing the ads from the mpd file, yt-dlp still manages to download...

Had the same error while using a Lora model, but I was still using torch 1.12 Upgrading to 1.13.1 fixed it for me.

I'd go a step further: just show no boosts in the "Posts" tab and maybe add a new separate "Boosts" tab. Or add them to "Posts and replies".

I also think this is a browser-side feature? Because I have an account that follows a lot of people, and when I disable the "Show boosts" option I only ever...

I'm seeing **so many** posts marked with the wrong language, the language filter feature is almost useless right now. Most of the time English is involved: either the post is...

Couldn't get this to work in `nyc`, but I discovered the `c8` package (which is actively maintained) and it works fine in there!

@ninja- When I compile glfw using your wayland_fixes branch, Minecraft throws this error: java.lang.UnsatisfiedLinkError: Failed to dynamically load library: /usr/local/lib/libglfw.so(error = null) When I compile it with the master branch,...