Vladimir Panteleev
Vladimir Panteleev
Allows navigating to the exact location of the match.
This only simulates the original way the search is done. E.g., we can't use --null here, because the output will now be parsed by compilation-mode, not us.
Hi there, In https://docs.getdbt.com/reference/node-selection/state-comparison-caveats, it is stated: > ### Vars > If a model uses a `var` or `env_var` in its definition, dbt is unable today to identify that lineage...
#### For bugs - Rule Id (if any, e.g. SC1000): SC2086 - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - [X] The rule's wiki page does not already cover...
#### For bugs - Rule Id (if any, e.g. SC1000): SC2004 - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - [X] The rule's wiki page does not already cover...
### Related issues - [X] I have searched the existing issues ### What happened? When I'm logged in to Google, I get a SRP with a "More results" button at...
```console $ wine ~/data/software/dmd/ldc2-1.32.2-windows-x64/ldc2-1.32.2-windows-x64/bin/dub.exe test Error Failed to invoke the compiler Z:\home\vladimir\data\software\dmd\ldc2-1.32.2-windows-x64\ldc2-1.32.2-windows-x64\bin\ldc2.exe to determine the build platform: ldc2.exe: Unknown command line argument '-quiet'. Try: 'Z:\home\vladimir\data\software\dmd\ldc2-1.32.2-windows-x64\ldc2-1.32.2-windows-x64\bin\ldc2.exe --help' ldc2.exe: Did you mean...
This program should print 0: ```d import std.conv; import std.stdio; void main() { auto a = to!double("0.1"); auto b = to!double("0.1000000000000000"); writeln(a - b); } ``` On Windows, this prints...
Reference: https://github.com/CyberShadow/tree-sitter-d/issues/9 `AliasAssign` cannot be a `Declaration` because it is not allowed in the function context. @WalterBright Could you please confirm this is correct? Thanks!
There is a way to list repository branches (`github_repository.name.branches`), but there doesn't seem to be an equivalent for tags. More generally perhaps [listing refs](https://docs.github.com/en/rest/reference/git#list-matching-references) would be better.