Niklas Gruhn
Niklas Gruhn
`BarcodeDetectorJsqr` is still exposed because I haven't managed to run the ZXing implementation in a Web worker yet, so I presume it's not feasible for high frequency scanning. Like a...
Maybe… but the main reason is, if we don’t use a web worker, the expensive scanning operations run on the UI thread. So if that becomes too much, especially on...
It's a bit awkward at the moment. You have to build the web worker as separate file first. With a separate command: ``` ./src/worker/build.sh && npm run build ``` However...
```html [id]{display:flex;flex-flow:wrap;font-size:1em;flex:1} ``` * assign id to body and reuse reference: -12 bytes * store `'value'` in a variable: -1 byte * don't use template syntax to prepend strings: -2...
Oh come on, Chinese commit messages?
Unfortunately not, I additionaly used the `mb_convert_encoding` workaround mentioned [here](https://stackoverflow.com/a/8218649). This workaround can be applied without having to modify PhpSyllable itself. So I build upon the v1.4.7 commit to fix...
Done. Also updated tests involving `hyphenateHtml`. How come `hyphenateHtml` still wraps input with `` elements though? I couldn't find out.
@Blackskyliner hmm... right. What would be your go-to suggestion for implementing those changes then? Introduce the new argument? Or a new function (like `hyphenateHtmlSnippet`)? Or something different?
Thanks for the quick reply. Sure, [here is the text](http://www.klaus-hemmerle.de/images/PDF/theologie_als_nachfolge.pdf). I checked the character count again ([with this](http://www.charactercountonline.com/)) and it tuned out to be much bigger than I initially stated:...
@avishayp cool, thanks!