fallenoak
fallenoak
We are certainly not abandoning Wowser. @timkurvers made quite a bit of progress on a module to handle UI rendering some months back: [wowserhq/ui](https://github.com/wowserhq/ui/pull/1). He's also been tinkering with a...
I see what you're saying about the conflict between repeat behavior for arrays vs byte arrays. I could use byte arrays as is, but that would entail writing a bunch...
That issue talks a bit about optional externals. I gave this a shot in Wowser's `webpack.config.js`, but no dice: ``` externals: { 'iconv-lite': true } ``` Perhaps because this happens...