scottbot95
scottbot95
Any update on this? I'm currently using [patch-package](https://www.npmjs.com/package/patch-package) to patch this fix in.
As far as version range goes, I suggest we just use the semver versioning scheme. It can handle anything you through at it, and is widely used.
I think at least until a more standardized solution can be made, adding the readme back to the `/package/:uuid4` route would be really useful. Currently my mod manager can only...
Not sure if this is known already (and probably doesn't matter if the router is getting a complete rewrite), but mostly likely related: it seems nesting routes inside ANY non-`dioxus_elements`...
Using `_module.args` to inject inputs goes a long way, but ultimately I feel it would be insufficient. `_module.args` is evaluated as part of the `config` and thus values injected by...
I have actually stopped using NixOps in favor of terraform. While I think the concepts in NixOps are cool, I do agree it seems like it is not getting the...
Not sure how much time I can dedicate, but while I have migrated off NixOps in favor of terraform, I very much like the ideals of using a Nix-first deployment...
I don't think we need to re-enable this test anymore if we've removed simd-json entirely. Probably should cleanup the workflow though and any other references to simd-json https://github.com/serenity-rs/poise/blob/6c26be9d3fa6ee092b9e418618596dfdf443097b/.github/workflows/ci.yml#L47
Although I'm also just now realizing that ssh_key_file will also just print the contents of the private key to stdout so it's effectively the same as just using `ssh_key` with...
I can run the formatter. Might take me a day or two before I can get back to this. I've also seen other flakes that include a style check in...