augonis
augonis
The project website and npm page (in usage examples) suggests that the package is distributed in es6 module format, but that doesn't seem to be the case. Doing `npm install...
I had a mystery bug where the channel_layer would stop receiving on specific channels after a bunch of receives got canceled. Unable to reproduce the bug in clean conditions and...
An example to illustrate. ```javascript var model = new falcor.Model({ cache: { todos: { a:{ name: 'get milk from corner store', done: false }, } }}); model.get('todos.a').then(j => console.log(JSON.stringify(j, null,...
1. If a `` element get removed from DOM , then attached again, the camera view is frozen. Fixed by restarting playback in `connectedCallback()`· 2. Because 'qrcode-decoded' event from ``...
Thanks for the tool. In lit version `Pancake.wrapperBounds` always ends up with {x:0 y:0} because (at least in chrome) `ResizeObserverEntry.contentRect` always has x=0, y=0, which then throws off client-canvas coordinate...