Simon Hampton

Results 63 comments of Simon Hampton

I need this support too. My company uses websockets for mobile apps and thus wants to svae on bandwidth. As a result all websocket traffic is encoded using msgpack, but...

I had a go at hacking this library but ran in to a [possible race condition](http://stackoverflow.com/questions/43135429/elm-websocket-with-binary-code#). @johnpmayer did you make better progress?

I used ` Option 3` in my markup and the icon showed in the dropdown, but not when the element was contracted What's missing is a way of declaring a...

does that file have anything named `main` - even an in-line `let` statement

In my case, this line ``` import { getDimensions } from "../../../shared/Runtime/runtime.js"; ``` was leading webpack to attempt to compile `../../../shared/Runtime/Runtime.elm` and this file does not have `main` in it...

But --watch gave me a webpack 5 deprecation warning. That said, after remove. --watch, I seem to have everything working fine anyway - see https://github.com/simonh1000/elm-webpack-starter/pull/35 for code

at the end of the day, this is a webpack bug, and it might have been fixed. This issue should probably be closed

`verbose: options.mode === 'development',` _might_ be the problem

with 17.10 I just installed the .deb file and then get this when i call form console ``` Gtk-Message: Failed to load module "overlay-scrollbar" /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar",...

Just run into this bug as well - the fix is simple enough (as described above) but now I've had to copy this library into my code and make the...