Oli Strik
Oli Strik
Hey @gytis-ivaskevicius ! You linked me to this repo on discord as an example of how to to tree-sitter grammars. I've been thinking of doing something like this for a...
Hi there, I frequently run into the issue that if I'm pair programming with colleagues we have to switch editors because they can't use vim. As the title suggests, I...
Hi there, our CI automatically looks for `trion/ng-cli` and `trion/ng-cli-karma` images to match the version of `ng-cli` we have specified in our package.json. Currently it can't find one for `trion/ng-cli-karma`,...
While I understand the desire to not re-implement `WithStack()`, by wrapping it in `AddStack()` the `AddStack()` function appears on the stack trace, unlike `WithStack()` which does not because `callers()` aliases...
As the readme has always stated, this project was a derived work of [gSkewer](https://github.com/MechanizedMedic/gskewer) which is licensed under the GNU GPLv3 License. Unfortunately when I created this repository I erroneously...
binary gcode is the new format from prusaslicer, but they don't run the post-processing scripts against the normal gcode before producing bgcode which breaks goskew. bgcode is open source, and...
When working with edges on an edge schema in a `gen.Hook` I noticed that unlike other `edge.To` edges, those in edge_schema don't receive a `Ref` to their implicit counterpart on...
I've been having some issues with way-displays (1.11.0) and Hyprland (0.40.0). If I close my laptop lid all is fine: way-displays.log on lid close ``` I [09:51:32] Lid closed I...
Hi there, I'm working with a few ROS packages that are not part of the package registry and are also not (yet) available from this repository. So I've packaged them...