Varun Gandhi

Results 56 issues of 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==)....

enhancement

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...

good first issue
team/code-search

### 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)....

bug

### 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...

bug

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...

invalid
about-blog

### 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...

Bundler

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...

enhancement

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...

team/graph
tech-debt
graph/backend

https://sourcegraph.com/github.com/freeCodeCamp/freeCodeCamp@8069a8b7f4e81848a1f4c5c0756ac2b80d087d10/-/blob/.github/workflows/temporary-container-checks.yml ![CleanShot 2024-03-05 at 14 58 47@2x](https://github.com/sourcegraph/sourcegraph/assets/93103176/cd5929a2-6d18-4b58-95d2-9f67ab7fab07) 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 ![CleanShot 2024-03-05 at 15 00 41@2x](https://github.com/sourcegraph/sourcegraph/assets/93103176/b1d96f31-24a0-40a7-a0c8-c21c049015a8) The difference is that the highlighting...

bug
team/graph
graph/syntax-highlighter

[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` ![CleanShot 2024-03-05 at 07 27 23@2x](https://github.com/sourcegraph/sourcegraph/assets/93103176/c66b1db5-68a5-4dd7-82e2-46830531be31)

bug
team/graph
graph/language-detection