Varun Gandhi
Varun Gandhi
Minimal example: ```yaml name: test on: push: jobs: x: runs-on: ubuntu-latest if: ${{ github.repository }} == "a/a" steps: - name: a run: echo "a" ``` This doesn't [emit any errors](https://rhysd.github.io/actionlint/#eJwljcEKwyAQRO9+xSC52t6FfIwWWy3NKu4utIT8e6K9DAzzZobCljwksZhK3gBNOXtj3jXysN8hQFdidwHQqCTqPmFWRlSeHsu+41Uka7z11CoXqf2H48C6woZ7sJNkSY3/ew40j8N0c98jPXK9cHsCCkErNg==)....
For `src` CLI, it looks like help text with `--help` is output to either stderr or a mix of stdout and stderr. For example, `src --help` seems to output everything...
### Steps to reproduce the behavior Apply an incorrect patch to `readline.c` that causes compilation to fail (to mimic the situation I'm in, I don't have a minimal reproducer yet)....
### Steps to reproduce the behavior ``` ❯ rbenv --version rbenv 1.2.0 ❯ ruby-build --version ruby-build 20220726 ❯ env - PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin" RBENV_ROOT="slow" rbenv install 2.7.2 # Finishes in 4m 8s...
In [Code search turned code checker](https://about.sourcegraph.com/blog/code-search-turned-code-checker/), we showcase the example of Go staticcheck's SA6005 where `strings.ToLower(a) == strings.ToLower(b)` is changed to `strings.EqualFold(a, b)`. We also link the DigitalOcean blog, which...
### Describe the problem as clearly as you can If I add a binary dependency (e.g. `sorbet`), running `bundle exec` after `bundle install` fails. This is because the path fragment...
The current documentation reads: ``` Crate name to use for this target. This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to...
1. `lsif_indexes` - Stores metadata about a code intel index job. (per the current schema docs) - Why is this confusing: 1. We no longer use LSIF 2. `indexes` seems...
https://sourcegraph.com/github.com/freeCodeCamp/freeCodeCamp@8069a8b7f4e81848a1f4c5c0756ac2b80d087d10/-/blob/.github/workflows/temporary-container-checks.yml  The same bug doesn't happen in the search results view. https://sourcegraph.com/search?q=context:global+lang:YAML+%5E%23+repo:%5Egithub%5C.com/freeCodeCamp/freeCodeCamp%24+&patternType=regexp&sm=0  The difference is that the highlighting...
[Example file](https://sourcegraph.com/github.com/NationalSecurityAgency/ghidra@317a8814883804f0c4f18c64d97411b1c6d6283e/-/blob/Ghidra/Features/Decompiler/src/decompile/cpp/block.hh) Searching for `lang:Hack` gives a bunch of C++ files even with `feat=search-content-based-lang-detection` 