Results 67 comments of Les De Ridder

> that does not provide either data point. it doesnt provide the JustWatch page or the providers home page: It does provide the former: use `slug`: `"https://www.justwatch.com/" + country +...

> * [(QuickText-like > testing)](https://github.com/atilaneves/unit-threaded/tree/master/source/unit_threaded/randomized). This link is broken.

Yes: https://developer.github.com/v3/migrations/orgs/#download-an-organization-migration-archive

> Plain text cannot offer search in note because it is an HTML textarea and offers 0 points of customization. If it were possible we would have built it long...

I'm using this, but it's far from perfect (largely generated with Llama 3, treat as CC0): ```js const video = document.querySelector('#player'); let playbackRate = parseFloat(video.playbackRate); document.addEventListener('keydown', event => { if...

As a workaround, in our adapter's `execute` we synchronously enumerate all the operations contained in `callback` by passing a dummy `StorageProxy` to it that throws an object containing the operation...

I'm using this for now: Hotfix `.yarn/patches/@sentry-utils-npm-8.34.0-6a5785e49c.patch`: ```diff diff --git a/build/cjs/node.js b/build/cjs/node.js index 42c17acce0d6d4451eb5ece7f9aaf380d1be4cc9..cbf9c0c7f8efbeb2641fae9654c91b0b4e6904a9 100644 --- a/build/cjs/node.js +++ b/build/cjs/node.js @@ -49,17 +49,33 @@ function dynamicRequire(mod, request) { function loadModule(moduleName) {...

> Gotcha, so it's not as significant as I thought it was. How does it compare to how journaling works on ext3/4? Copy-on-write filesystems like btrfs inherently handle unclean shutdowns...

We need this for regulatory compliance.

> Can you check if those songs happen to be mp3 with variable bitrate? I checked some MP3s with a variable bitrate and some with a constant bitrate, and it...