imShara
imShara
Okay, I have made minimal reproducible example of [polyfill](https://guybedford.com/es-module-preloading-integrity#modulepreload-polyfill) used [in vite](https://github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/modulePreloadPolyfill.ts) and confirm that it makes two requests by design. First, dummy, request makes polyfill with `fetch(link)` function, which...
I know why this happens, but don't know to fix it properly. Will try to describe. There is `sourceMappingURL` path at end of `.js` file ``` blablascript // # sourceMappingURL=script.js.map...
@cnlohr, 160Mhz you mean 160000000 / (22 \* 4) = 1818181,81818 Hz 1818181,81818 / 1000000 = 1,81 µs per bit Right? Ok, for FOURSAMPLE mode: There is 4 I²S bits...
Oh, you are right, thanks. Wait a commit.
Nope, it's not working proper with four sample mode with BCK = 14 (0.35µs per i2s bit, 1,4µs per led bit). Other numbers not helps too. Then, I think I...
@cnlohr, what data should be in the **bufferpl** array at the out of **ws2812_push** function? Trying to make manual-filled 5-sample led sequence, but it's so laggy - is it right...
Selfanswer — yes, I'm right. But I doubt in frequency formula. Need oscilloscope.
Just made it ```bash #!/bin/bash source_text=$(xsel -o) lang='ru' if trans -id "$source_text" | grep -q 'Русский' then lang='en' fi translation=$(trans -brief :$lang "$source_text") # Put translation to clipboard echo -n...