Stephan Hoyer
Stephan Hoyer
We use your lib with browserify. Works great so far. Would be even better if there would be a svg-only build to minimize filesize. ``` qr = require('qr-image/svg') ``` I...
Would be great to see this module also on NPM any time soon.
Would be great to have browserify compatibility and publishing on NPM
this is by no means ready. A lot of stuff needs to be done to safely merge this. * [ ] run test against bundled version * [ ] check,...
see https://jsfiddle.net/cmx66/ct30oavg/ * edit * increase number in number input * editor crashes with exception `Error: Permission denied to access property "_uuid"` * cursor behaves weird afterwards
Tests are failing atm. If this change is worth it, I might fix those tests.
I just need to update the editor content but preserve the selection state when possible This is my current solution which works ```js var range = editor.range; editor.destroy(); editor =...
## test.js ```js const a = { ...{ a: 1 } } ``` ## bundle command ```bash browserify -p bundle-collapser/plugin test.js ``` ## output ``` SyntaxError: Unexpected token (1:12) at...
First: great work. Thanks! When I create a channel after using an existing one, the subscribe is not called. I just looked into the code and found a way how...
> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. -...