jade

Results 202 issues of jade

`parseRequest` is cool, but it optionally takes a method before the URL, which makes the "easy thing" allow for changing the method unexpectedly if given user input. This is surprising....

### Feature already in Vim? No ### Feature description This is sort of related to #1419 but it is not the same thing: elastic tabstops, as I understand it, rely...

enhancement
display
conceal

something like perhaps https://stuff.samueldr.com/nix/nixpkgs-manual/

In https://github.com/NixOS/nix/pull/9242, the format of nix path-info was changed to be an object instead of an array. This breaks nix-closure-graph.

this is hard in python for no reason :(

```rust println!("{}", prompt_for(name.as_str(), prop_def)); // ^^^ cia here should grab the println arg but instead grabs name.as_str() print!("> "); ``` investigate with https://github.com/nvim-treesitter/playground, but that requires config. todo do that...

Currently the `log` method is overridden to not send these to otel. This is unfortunate because we can send them and just don't for no reason. https://github.com/lf-/nix-otel/blob/bbdadf051d989adc2db619b733034604f7f62611/plugin/plugin.cpp#L125-L127

broken since the settings don't seem to be applying properly. @lheckemann

It's going to be a usability problem to have to set that stuff for every nix invocation. We should make settings. Implementation strategy: Use the `Setting` class from `libstore/globals.hh` with...