Quin Bedard
Quin Bedard
This is the tool whose URL was making all the builds fail while back. Here's what looks like a new repo for it.
When moving over folds, the animation is still triggered. It would make more sense to base the comparison of `min_jump` with _visible_ rows rather than actual row count.
If we match the background color and insert characters into the popup window's buffer, would it be possible to create more complex shapes than the simple rectangle that results from...
Here are some more Python tools.
The isort configuration is missing the [lines_after_imports](https://pycqa.github.io/isort/docs/configuration/options.html#lines-after-imports) option. 😭 I rely on this one. Any chance it can be added? Thanks for the amazing tool. ❤️
Right now, changing any of the configuration values seems to have no effect, even after resetting `colorscheme gruvqueen`. This means that changing any of the values requires setting them in...
Trying to do something akin to ```lua require("gruvqueen.base").SignColumn.bg = require("gruvqueen.palette").bg0 ``` doesn't work right now due to timing of loading globals (and also #3). Switching to `require`s instead of setting...
### What version of OpenTelemetry are you using? @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] @opentelemetry/[email protected] ### What version of Node are you using? 18.12.1 ### What did you...
## Which problem is this PR solving? https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2311 ## Short description of the changes In auto-instrumentations-node, the check for detector configuration values is evaluating the `false`-iness of the map value,...
**Describe the bug** Changes are not detected when globs are used in the `sources` key for a task. **To Reproduce** ```toml # .mise.toml [tasks.hi] sources = ["o*"] outputs = ["newer"]...