Kevin McCormack
Kevin McCormack
I do realize that the `#as_json` for "simple" types such as String and Integer are is implemented by Rails rather that being from Ruby. https://github.com/rails/rails/blob/v7.0.5/activesupport/lib/active_support/core_ext/object/json.rb#L92-L96 But I don't expect Rails...
We had to change the extension name so the next release of keeweb will work with the new extension. https://github.com/keeweb/keeweb/pull/2174
I made a little Python script to patch all the r2modman profiles for the current user https://github.com/HarlemSquirrel/scripts/blob/master/patch_r2modman_valheim_start_game_bepinex.py
Oh interesting, I guess that file is generated or we have different versions
I'm new to gRPC but it seems strange there's no easier way to perform a health check within a Docker container. The readme doesn't really explain well how to write...
I'm not using kubernetes so I want a way to check the health of my container running a gRPC server ideally without pulling in a binary that's not in the...
OK thanks, I was able to revise my [script](https://gist.github.com/HarlemSquirrel/c635b7f78a411cf68b49614af7256117) based on your steps. It is significantly slower than the binary. That may be TypeScript's fault or just the reality of...
Yeah that's definitely it, thanks.
Looks like this is a problem with bepinex. See https://github.com/BepInEx/BepInEx/issues/1032
Thanks for sharing the manual test results. Do you think you can get these tests passing?