Daniel Kongsgaard
Daniel Kongsgaard
Note that the current neovim treesitter implementation only captures anything inside a rust macro via token_tree, so we need this new query to capture ``. I added some examples in...
I have a rust-analyzer setup that seems to work okay with rules_rust and bazel now, but I am not that used to using bazel/rules_rust yet, so I would like to...
Adds `comptime_float` support to - `approxEqAbs` - `approxEqRel` - various `std.math.float` functions - `isNormal` - `isFinite` - `isPositiveZero` - `isNegativeZero` - `frexp` - `ldexp` - `pow` Also adds `comptime_int` support...
This is still a draft and not completely ready yet, but I might need a bit of help with some of the non-S3 related things (see below). [Update: It is...
### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature It would be very nice to be able to use oil for...