Haad
Haad
With the latest updates to the build, we're looking at 2.1 Mb minified, not gzipped. There's still couple of low hanging fruits that I didn't fix yet, eg. not using...
Update: as we moved repos, updated deps, got some proper releases for our tools (Webpack@2), we're now looking at 3.6MB distributable for https://github.com/orbitdb/orbit-web. This is minified and using Uglify2#harmony (upcoming...
We should also take a look at: https://github.com/feross/render-media https://www.npmjs.com/package/videostream In regards to MediaSource API: > Many file types are supported (again, depending on browser support), but only .mp4, .m4v, and...
We should also take a look at this: https://github.com/Dash-Industry-Forum/dash.js. Reference implementation: http://mediapm.edgesuite.net/dash/public/nightly/samples/dash-if-reference-player/index.html. More detailed information in their Wiki https://github.com/Dash-Industry-Forum/dash.js/wiki.
The initial version doesn't need to include this, but it'd be great to be able to specify the "format" for a multiline message: plain text or "code". If "Code" format...
Reference to try out: https://quilljs.com/
Right now they're not. Ideas how to do this, ideally with CircleCI, would be highly appreciated @lgierth.
Agreed this is a great idea 👍 Not just for orbit.chat but in general I believe this pattern will help a lot of (browser) app devs. The way we currently...
@fazo96 in short: yes! :) This is something we've been wanting to implement for quite some time and will do so at some point. However, this is a bit more...
Lots of great thoughts here, thank you @vvp and @aphelionz! > monotonically increasing version field inside of the entries themselves Agreed. We have this as `v` field now as @vvp...