Omar Mashaal
Omar Mashaal
I can see why dynamic imports of remote libs may be unwanted, but there is a lot of value in the ability to dynamically import local modules. Modern frontend frameworks...
`[email protected]` is a peer dependency of this library https://github.com/earthstar-project/react-earthstar/blob/master/package.json#L45
Hey Kasperkopf, I recently switched from Aurora.js to FFPLAY to handle the playback of files (much better performance) - but it requires downloading the ffmpeg binaries. The error you are...
ahh, i wasn't aware ffplay wasn't available on linux -- or of ffplay-static. I was actually in the process of rewriting the logic behind getting all of these binaries --...
I think there is a bug with autoplay in the last commit i did (not in the released build). I have a commit in progress which will hopefully resolve it...
I was having issues getting the ffmpeg path to resolve in production builds (in macOSX), specifically relative paths, UserData gives a absolute path. That line in the `index.js` is copying...
I've been hearing a lot of this hyperterm! Haven't had a look at it yet -- if you want to take a stab at it, feel free to open a...
Ah, I saw this warning -- there have been heaps of deprecated selectors in the recent atom update. I tried to fix when I first saw this (but I ended...
Hey b-d-m-p, Thanks for your request, I wasn't even aware you could theme out brower dev tools- I'll have to have a look into this. ⚡️⚡️⚡️
> It seems a bit confusing to me that useSWR runs on the server at all, given that it's not designed to transfer data to the client. So there is...