BoolPurist
BoolPurist
I prefere the latter one, "line_col" function from LineIndex https://github.com/pest-parser/pest/blob/master/pest/src/iterators/line_index.rs#L36 . Just getting the offsets &[usize] would be appreaciated though. However then I need the columns numbers too. I still...
I agree that the underlying stream should not used to spawn a naked OS-thread outside any async runtime. The [previous attempt to fix this](https://github.com/crossterm-rs/crossterm/pull/609) seems to go back quite a...
> > Is still there now any interest in the rewrite? > > No, sorry. Now I think that it is easy enough for the users of tokio or other...
I can go ahead and add this fact to the docs about the type EvenStream. While I am at it, I would also add those comments to the example with...
@printfn Do you intent to fix it by yourself in the near future ? If not. I would be willing to fix it. However, after looking into the code for...
Fetching recipes from remote resource over the internet was already discussed at [this post](https://github.com/casey/just/issues/1799). In short right now the community does not want to handle network related stuff. This git...
Thanks for the prompt answer. For me this is okay since I know where the contribution to the mdbook documentation goes. Glad to read that this will be solved in...
This issue is basically about the same as this [one](https://github.com/casey/just/issues/1641). This [PR](https://github.com/casey/just/pull/2376) shoud be worked on for implementing this feature.
> @BoolPurist what is blocking this PR https://github.com/casey/just/pull/2376? From what I can tell this PR https://github.com/casey/just/pull/2376 is simply not worked on anymore by the original author of this PR. Last...
Should `--choose-group` only take one arguments or be able to take for example a comma seperated list of groups ? According [this section](https://just.systems/man/en/groups.html?highlight=group#groups) of just book one can add more...