Ryan Patterson

Results 69 comments of Ryan Patterson

Just got this working. Requires `"@electron-forge/plugin-webpack": "6.0.0-beta.60"`, because of https://github.com/electron-userland/electron-forge/pull/2444. Then you can add something similar to this to `package.json`: ``` "@electron-forge/plugin-webpack", { "devServer": { "liveReload": false, "hot": true },...

I thought about adding this nuance to the documentation, but I think that it actually detriments from the explanatory power of the documentation by adding extra complexity. Anyone who really...

I'm inclined to agree with you, although I will point out that you reference `beforeState` and `history` in the very next section ("this will transform your state..."), so revisiting that...

I just implemented something like this. I use RVM, so my old solution was a specialized kernel with hardcoded paths in it. This worked but wasn't portable to anyone else's...

I think that option 3 actually hits at what makes sense for every API developer: my server is the source of truth, but we need a good interchange format to...

No of course not. A `HathoraConfig` is a `HathoraConfig` whether it comes from a file on disk or gets live generated by code. I just think the workflow should support...

Could this be done without configuration? When rendering the config for a peer without an Endpoint, skip all other peers which don’t have an Endpoint. This would allow “partial mesh”...

I spent a few hours today playing with the project and have refined my thoughts a little bit on this. First, my use case is primarily a hub-and-spoke topology, so...

The policy template allows you to restrict access to a particular path, but in this plugin the path is just a blob which contains the private key and public key....

Exactly, and I can actually do that, as demonstrated in the template I showed. But the problem is that I need to create a policy which can read the public_key...