Peter Sooley

Results 4 comments of Peter Sooley

For what it's worth, if you don't need signed commits or are worried about protected branches, you can get away with a much more out-of-the-box release process. ```yaml name: Release...

I'd like to help. I'll make a GH workflow on the [ockam-documentation](https://github.com/build-trust/ockam-documentation/tree/command) repo hat runs the [build.sh](https://github.com/build-trust/ockam-documentation/blob/command/manual/template/mdbook/build.sh) script and creates a branch with the updated documentation.

> @petersooley I saw your PR with `json_array_length` got merged while I was working on `json_extract`. > > I like the idea of a smaller, hand-rolled parser but I also...

I have a preprocessor [mdbook-fs-summary](https://crates.io/crates/mdbook-fs-summary) that uses filename prefixes and indicators to generate the summary from the filesystem, but I'd like to strip these indicators from the resulting URLs. It...