Simon Guest
Simon Guest
I have a number of conda environments containing different versions of a program, which I would like to wrap with unique (i.e. changed) names. This seems like a simple thing...
Works just like `not()` but for `BorrowInput` rather than `ValueInput`. This is just like I did for [`any_ref`](https://github.com/zesterer/chumsky/pull/528), and needed for the same reason, that is, because `not` can't be...
Works just like `one_of()` but for `BorrowInput` rather than `ValueInput`. This is just like I did for [`any_ref`](https://github.com/zesterer/chumsky/pull/528), and needed for the same reason, that is, because `one_of` can't be...
Hey, this looks really nice, thanks! Would you consider packaging it for Nix please? I can't think of a better way to distribute it. 😄 (The package on PyPI is...
In a large directory tree which fails its checksum, it can be onerous to work out why that is. In my usage, I have large directory trees where a user...
According to the Swagger 1.2 spec, section 5.2.5, the responseModel is not required. https://github.com/swagger-api/swagger-spec/blob/master/versions/1.2.md#525-response-message-object However, here the markup is required to be {object} or {array}. Similarly for the response_data_type. Currently...
In order to fetch arbitrary pages which don't have the Access-Control-Allow-Origin header set, I need to be able to pass mode: "cors" in with the fetch options, as documented here:...
Output of `restic version` -------------------------- restic 0.9.4 compiled with go1.11.4 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Add a command line...
# Description For discussion and motivation see #12978 and the [rationale](https://docs.rs/real_parent/latest/real_parent/#rationale) in the real_parent crate docs. I will follow up with a PR to change `canonicalize` into `make_absolute`, which requires...
### What happened, and what did you expect to happen? I typed a path prefix and hit TAB. There is only one completion, and it did complete on the command...