Fabien Benetou

Results 214 comments of Fabien Benetou

Is this still open? I remember a saving to endpoint a long time ago https://twitter.com/utopiah/status/1257656696098492419 but iirc there was also an "official" version.

Using also `unmute.js` I rely on ```javascript document.querySelector('#startaudio')?.addEventListener('click', async () => { // Create an audio context instance if WebAudio is supported let context = (window.AudioContext || window.webkitAudioContext) ? new...

@mapinguari any change on that? Feels like reMarkable is making some nice update but no matter how good their interface, xochtil, might be it will still be closed, whereas koread...

Not sure if that's the right issue for that but I'm on Ubuntu 22.04.1 LTS with NVIDIA 525.78.01 and Python 3.10 so I would assume something rather normal in that...

> on Fedora 36 a non-root user does not have the cpuset delegation by default same on `bookworm/sid` but following https://rootlesscontaine.rs/getting-started/common/cgroup2/#enabling-cpu-cpuset-and-io-delegation indeed fixed it for me too

@avdynut do you have a live Glitch to test? Using the dots model isn't ideal and yes networking it all this way is too costly. Yet, I'd argue at this...

I imagine one can adapt the force https://github.com/mrturck/aframe-joystick/blob/master/joystick.js#L50 or probably more cleanly abstract away the hardcoded `15` value, making this a component parameter.

FWIW I'm doing ```bash cd twitter-archive/twitter-archive-site && python3 parser.py docker run --rm -v /transition/twitter-archive/twitter-archive-site/output:/src klakegg/hugo ``` ... but my last update didn't bring new content so I'm wondering if that's...

Very interesting idea

Hi, anything blocking from merging the PR?