Richie Bendall

Results 98 issues of Richie Bendall

At the moment, Polacode essentially screenshots code making it only good to show. If Polacode could save the screenshot as an SVG, one could more easily select and copy code...

Just like how [Cold Observables](https://medium.com/@benlesh/hot-vs-cold-observables-f8094ed53339) set up their emitter when they are first subscribed to, something similar should be done here. Using `Emittery.listenerAdded`, it is possible to detect when events...

enhancement
help wanted

This would be useful when downloading large files and is already a strategy used by Chrome in which it creates `.crdownload` files. Prior art: https://github.com/FaisalUmair/mt-files-downloader // @sindresorhus

Here's my situation: I've added a `mdl-layout-title` to the top of my website but if the device viewing it is too small the title gets cut off. How do I...

Is it possible to use `ffmpeg.js/ffmpeg-mp4` while using the encodings supported in `ffmpeg.js/ffmpeg-webm`?

Continuation of https://github.com/sindresorhus/electron-store/pull/171

Since all of your JavaScript repositories eventually end up with TypeScript Definitions, it should be added here also.

enhancement
help wanted

The creator of the original xmlbuilder package, @oozcitak has reworked it to create [xmlbuilder2](https://github.com/oozcitak/xmlbuilder2). Should we migrate to it? ## Useful resources - [Upgrading from xmlbuilder](https://oozcitak.github.io/xmlbuilder2/upgrading-from-xmlbuilder.html) // @Leonidas-from-XIV