-
https://cuelang.org/docs/tutorials/tour/expressions/interpolation/
```cue
{
name: "TYPESENSE_URL"
value: "ha://\(base64.Encode(null, json.Marshal({
host: "typesense"
})))"
}
```
![i…
-
In the [languagedetection](https://github.com/codersrank-org/repo_info_extractor/tree/master/languagedetection) module's [`analyzer.go` script line 116](https://github.com/codersrank-org/repo_info_ext…
-
```
When opening a .PO file, Qt Linguist always treats it as Latin-1.
Having or not a BOM in the file will prompt an error in Qt Linguist.
How could the user specify the encoding of the file?
```
…
-
It would make PR's way more parsable if .gitattributes would hide generated or vendored files in a pull request. Updating `node_modules` for Javascript or `vendor` for Go are making our PR's like 100k…
-
In the past, it was only possible to translate the docs, the website and the master branch of QGIS application. If you wanted to update the released versions, you had to pull yourself the sources from…
-
Choose between
- `example.env`
- `.env.example`
See also:
- https://github.com/motdotla/dotenv/issues/437
- https://github.com/github/linguist/blob/0afc7507fc995da3f9b73073cc64c719fcd79384/li…
-
Currently uses Python highlighter, which works fine but doesn't highlight `let`, `case`, `typedef` etc
There's a lot of languages to choose from: https://github.com/github/linguist/blob/master/lib/…
Akuli updated
3 years ago
-
Hi,
I would like to suggest supporting `.cff` files which are the file format for GitHub citation (`CITATION.cff`). According to [Citation File Format (CFF)](https://citation-file-format.github.io…
-
https://github.com/hchiam/learning-prompt-eng/tree/main/example_prompts/pun_linguist_gpt
brainstorming ideas:
- [ ] 2nd prompt "as an editor" to fix the output of the 1st prompt? this would work w…
-
Interestingly, GitHub uses this very repo as the provider for syntax highlighting on GitHub. https://github.com/github/linguist/blob/v6.0.0/.gitmodules#L679-L681
In the latest update of linguist, t…