person93

Results 20 issues of person93

Calling `.repeated()` on a parser will allocate even if there is only a few occurrences of the pattern. I would like some way to use the [SmallVec](https://docs.rs/smallvec/1.7.0/smallvec/struct.SmallVec.html) crate which allows...

enhancement

* updated positional parser to accespt range specification * updated foreach range keyword to use new range spec * add PyCharm files to .gitignore * mtepfer sign contributor agreement closes...

Running the linter on the [foreach_tests.cmake](https://github.com/cheshirekow/cmake_format/blob/eff5df1f41c665ea7cac799396042e4f406ef09a/cmakelang/command_tests/foreach_tests.cmake) yields two errors. ``` ~/projects/cmake_format/cmakelang$ python3 -m lint command_tests/foreach_tests.cmake command_tests/foreach_tests.cmake ================================= command_tests/foreach_tests.cmake:15,22: [E1120] Missing required positional argument command_tests/foreach_tests.cmake:20,22: [E1120] Missing required positional argument Summary...

Here's my first crack at it. It needs some work, but I'm submitting it for feedback. ### Open Questions - [x] **What environment variables should be set for the hook?**...

Is running a post release hook within the scope of this project? I see that it's mentioned [here](https://github.com/crate-ci/cargo-release/issues/178#issuecomment-554654607) as something that might be considered. Would you accept a PR that...

enhancement

I would like the cells to have a function `get_or_maybe_init` that is just like `get_or_try_init` except that it uses an `Option` instead of a `Result`. My use case is for...

Reproduction of https://github.com/nrwl/nx/issues/8315

The files get corrupted when I try to clone the repo or download it as a zip. The only way to get them is to download them as raw files....

Hi, I stumbled across this project today and it looks really cool. I was really happy to see a comparison section in the guide, but I was hoping to see...

help wanted

I noticed that the docker image builds very slowly and I'd like to try and fix it. Two things pop out at me as potential issues. The `.dockerignore` is very...