Vyacheslav Voronchuk

Results 10 comments of Vyacheslav Voronchuk

I'm wondering can't the library re-join the channel, having **unmatched topic** in response reason? ``` Phoenix message: { event = "phx_reply", topic = "rooms:lobby", payload = { status = "error",...

@igoodrich so `{ socket | debug = True }` this part simply delegates the debugging to `elm websocket` which actually renders those debug messages and we can't intercept those messages...

I think it's quite an important issue as we spent about 30% of our migration time from Elm 18 to Elm 19 fixing negative number pattern matches in our code...

@evancz at very least we use such matches for decoding (converted to strings for now): ``` {-| Convert string value to StageRank -} rankFromValue : String -> StageRank rankFromValue rank...

In that case we use local storage, not S3. Generally we take any kind of images (mostly jpeg) and transform them to transparent png. ``` @command_character "-thumbnail 200x200 -gravity center...

I need to study if there is a native way to do that on API level (mb batchedUpdate will work here). Otherwise, it will be easier to make helper on...

Hi, the intended usage is with Google Service account. The main difference is that some registry logic is used to request and cache an authorization token. In your case, you...

Hi @seagreen, I'm actively using my [library](https://github.com/Voronchuk/hexagons) so I'm open to a discussion.

In terms of functionality [Voronchuk/hexagons](https://github.com/Voronchuk/hexagons) is lacking pathfinding functions, because I use backend for that and generally more abstract then this library.