Silas Groh

Results 8 issues of Silas Groh

I want caddy to run a command for updating an html file every time I access that page. My current `Caddyfile` looks like this:: ``` example.com { root * /var/www/{host}...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.61.0 (fe5b13d68 2022-05-18)...

C-bug
E-easy
A-man

I am currently working on creating a REPL for my own language. For multiline editing I just use the matching bracket validator for now, but that puts the cursor to...

The current behavior for deciding which tool in the tool belt is the "best" for a given action works fine in most cases, but some improvements can be made. -...

enhancement
priority: high

As previously described in #318, it would be preferable to improve Inventorio's compat with other mods that alter the inventory screen in some way. I cannot reasonably manually integrate all...

enhancement
priority: medium

From Discord [here](https://discord.com/channels/1054443721975922748/1157209504132370453/1157209504132370453). The tree function positions the `Lt` node to the right of the left subtree, even though there would be enough space for centering it below its parent....

enhancement :arrow_up:
lib:tree

Is there a way run the test together with other mods? [My mod](https://github.com/RubixDev/fabric-rug) needs [Carpet Mod](https://github.com/gnembon/fabric-carpet) as a dependency and I would also like to be able to test the...

Newer tree-sitter versions generate Rust bindings that expose a `LANGUAGE` constant instead of a `language` function. This way parsers only have to depend on [`tree-sitter-language`](https://docs.rs/tree-sitter-language/latest/tree_sitter_language/) and not the entire tree-sitter...