ryan senn
ryan senn
Hi, I am trying to connect to an inet6 address but getting the following error: `%WebSockex.ConnError{original: :nxdomain}` This is my start_link function: ``` def start_link(state) do WebSockex.start_link("ws://[::1]:7078", __MODULE__, state) end...
Hi, Any chance to add the user-select property? https://developer.mozilla.org/en-US/docs/Web/CSS/user-select Couldn't find it and I wasn't too sure where to put it. Cheers!
Are there any plans to migrate this to elm 0.19? Also does the removal of Basics.toString affect this at all?
I haven't put any research into this yet, so I'm not sure what it would take. Mainly creating this issue to see if this has been explored or not. It...