-
As soon vscode release:
Provide an API for advanced/semantic source highlighting
https://github.com/Microsoft/vscode/issues/585
We can publish a more robust implementation.
-
In https://github.com/charlesdaniels/bitshuffle/commit/5f390a0d4fe8ff1c10496cd9f08978e461227374, added newline to encoding comment, breaking the regex, as referenced in https://github.com/charlesdanie…
-
`getFileType` contains this piece of code:
```vim
if get(g:, 'loaded_nvim_treesitter', 0)
let type = luaeval('require"emmet_utils".get_node_at_cursor()')
" […]
```
However the assumption…
-
When running lizard over a fortran file, I'm getting this error:
```
File ".../.venv/lib/python3.12/site-packages/lizard.py", line 567, in analyze_source_code
for _ in reader(tokens, reader):
…
-
**Describe the bug**
Currently, Semgrep is looking for a
```
PREFIX = """\
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Th…
-
The current email action uses a regex, which does not support punycode domains. Those domains are increasingly popular in countries like Germany, where letters like ä, ö and ü are commonly used, but n…
-
Placeholder – should we add tests given [this issue](https://github.com/sourcegraph/sourcegraph/issues/37782) was caused by:
> with the appending fork:no archive:no when you parse the search query…
-
The extractor currently finds filter expressions using regex. This has several drawbacks:
- It leads to false positive (e.g. `{{"Hello"|lowercase}} {{"Second"|translate}}` will cause `Hello"|lowercase…
-
This works:
```js
/**
* @type {import(./types).CustomType}
*/
let v1 = "something"
```
However, this doesn't:
```js
/**
* @type {import(@someNamespace/package).CustomType}
*/
let v1 = "s…
-
I would request some help for following fluent-bit logs which is causing logs skip for our many apps.It works correctly for few hours of the restart of fluent-bit.
**logs 1:**
```
[2021/08/27…