Collins Muriuki

Results 62 comments of Collins Muriuki

This issue should be closed since it was already addressed with https://github.com/holochain/scaffolding/pull/226

On second thought, this change cannot be ported to `v1` because of the updated feature name from `express_request` to `express`

Failing doc tests are at it again

@itsyaasir This release is for the `v1.x` crate without the breaking changes Should follow up with a `v2` release with the breaking changes w/ new builders against `master`

This would be a great idea, plus an interesting challenge for you!

It appears that [this function](https://github.com/holochain/scaffolding/blob/d178658efec8c006b71a8929474111b6d27432a5/src/scaffold/app/nix.rs#L70) call from [here](https://github.com/holochain/scaffolding/blob/d178658efec8c006b71a8929474111b6d27432a5/src/cli.rs#L904) is resulting in a os error: `IO error: Read-only file system (os error 30)`.

@ThetaSinner and @steveej, running into two issues here. It appears that adding [`extra-experimental-features = flakes nix-command`](https://github.com/holochain/scaffolding/blob/d178658efec8c006b71a8929474111b6d27432a5/src/scaffold/app/nix.rs#L110) seems to fail in the runner, causing the scaffolded folder to be deleted via...

Hey @steveej, apologies for the long silence on this. I've had to prioritize other work lately. I plan to get back to working on this soon, especially since the scaffolding-related...

ci jobs seem to get stuck for some reason @steveej

Although the crate is not available on [crates.io](crates.io), it's still possible to use it via `git`. Simply add this to your `Cargo.toml`: ```toml [dependencies] novu = { version = "0.1.0",...