Robert Estelle
Robert Estelle
This also supports diagnostic utilities that inspect the global namespace. This also makes it convenient to write consistent code that is parameterized on a namespace, but that still functions with...
This is useful to easily provide a customized signal class (for example, to provide argument checking or processing) when adding a named signal to a Namespace.
Looks like this is caused by the introduction of `"*"` as an activation event here: https://github.com/cssho/vscode-svgviewer/commit/0bae9cc980599af3db5e06381659870fd9e2b9d8#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R22 Can that be removed?
The flags `--color-lines` and `--color-by-age` are not mutually exclusive, and both affect the output format of `git blame`. This adds a test verifying `git blame`'s output when run with both,...
OSC sequences are sequences beginning with OSC (`ESC` `]`) and ending in ST (`ESC` `]`, or `BEL` which is `0x07`). Note that that's a right bracket, not a left one...
This is a discussion/proposal issue, not a functional bug. The modules under `src/full` are currently closely interdependent which makes reasoning/learning about Agda's compiler implementation somewhat challenging and makes refactoring difficult....
Over the past couple years, there has been a well-supported and broad effort to unify various languages' interactive development capabilities such as symbol lookup, renaming, type-checking tooltips, warnings, etc. That...
**Is your feature request related to a problem? Please describe.** `graphql-codegen` was silently ignoring source files and not extracting documents. I was able to track it down to our use...
A few miscellaneous fixes related to `Commit.body` and `Tree.body` * Fix: space-indented commit header value continuation lines were handled on parsing, but not restored on construction. * Fix: Commit header...
NOTE: For convenience, this branch is pre-resolved with https://github.com/rwe/git-revise/tree/rerere-skip-unsized-marker which is PR'd as #95 and would have a minor conflict once merged. The standalone change is available on https://github.com/rwe/git-revise/tree/conflict-marker. This...