Charles Bernasconi

Results 13 comments of Charles Bernasconi

> * What to do when you run out of `map` functions (use intermediate types to `map` in chunks and then put it all together, or use `then`) Instead of...

@mgwidmann That makes sense. I hadn't looked at how the elm code was implemented. Thanks for the clear explanation 👍

I have created an Elm 0.19 library which broadly retains the same API as this library. Not all the features are complete yet (e.g. Presence) but for many other use...

I'm quite happy to create a PR for this if you agree.

I also have this issue in Chrome, but in Firefox it is fine, presumably because it is using the Polyfill which allows this whereas in Chrome it is using the...

Hi @ZhangKingsasa. In the end we used https://github.com/openssh/openssh-portable instead for our use case.

> Yesterday I got some great feedback from @dsimunic on using elm-watch behind a proxy and with HTTPS on Discord. That discussion ended up in the following plan: > >...

I think the `ELM_WATCH_WEBSOCKET_URL` option is the simplest. In my experience these remote development environments always provide the hostname in an environment variable in the container or virtual machine in...

Hi - thanks for responding so quickly! I didn't try using a random port before as I wanted to avoid the self-signed certificate as I already had a valid certificate...

I'll test the example later to see if this works for me. However, to answer your other questions: > Do you have to files on your computer – like a...