Benjamin Rhodes

Results 7 comments of Benjamin Rhodes

This issue changed a bit, I'm now getting a Failed to open file: nodetool . This happens with the ping and foreground commands. I believe I built the release with...

On master, the foreground and start command failed with ``` | Received 'pang' from [email protected] | The possible reasons for this include; | - The cookie is mismatched bewtween us...

My use case involves a user double clicking an installer and installing the build as a window service that is controlled by erlsrv.exe.

I just got burned by this bug or something similar. 1. Component makes `store.query` for data to populate menu. 2. Promise resolves, we then build out a grouped set of...

I'm also having this issue. Edit: I went through the code a bit and realized that the assert_email_delivered is an asset_receive. So that I had to do to make this...

It's bailing here: https://github.com/noahzgordon/elm-jsonapi/blob/master/src/JsonApi/Decode.elm#L131

@rawhat - I think I found the root cause of this issue: https://github.com/gleam-lang/otp/pull/65 Basically any process that was started by a gleam supervisor was never exited when the tree restarted,...