Mathieu

Results 8 comments of Mathieu

I had the same issue with ``. Fixed this way: ```js const Placeholder = styled.div` min-width: 1px; min-height: 1px; `; ```

@feross I'm not really sure as the codebase goes beyond my skills, but Butter is still using NW.js, and it seems that there is a way to enable prioritary codecs...

@feross as you said here https://github.com/webtorrent/webtorrent-desktop/issues/350#issuecomment-240903825, I guess the best solution would be to build Electron with a custom FFmpeg, did you already explore this approach? - Here is an...

So the idea is to replace the ffmpeg library in Electron with our own one. Thankfully projects like [ffbinaries](http://ffbinaries.com/) or [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) allow us to get the latest binaries for all...

Sorry if all of this seems obvious for some of you, but as I'm still learning in that field, I prefer write everything down to be sure the most noob...

Hi @paxter, unfortunately I wasn't able to build Electron with a custom FFmpeg version, because custom builds of Electron and libchromiumcontent are not easy (at least for me 🤷‍♂️) and...

What about allowing each user to enter his own Soundcloud API key? I know it doesn't sound like a good long-term idea, but for techy users or with a good...

Hi, `` support would be great! I also need it to support `webp` format with a fallback for browsers like Safari. With lazy-loading, it adds a huge performance improvement for...