-
We're referencing quite a lot of the generated GQL types within our project and end up with quite annoying, and easy to break imports like
```ts
const QUERY = gql`
query Something{}
` as import…
-
I'm developing with js. Added jsconfig.json but the path like "@components/somecomponent" can not be resolved.
My jsconfig.json
```
{
"compilerOptions": {
"baseUrl": ".",
"pa…
-
I'd like to be able to set the system prompt from the call to `ollama` in my shell, rather than in the conversation. For example:
```sh
ollama run llama3.1 --system="Your nickname is 'Grass' now"
…
-
`{
"host": "0.0.0.0",
"port": 8000,
"models": [
{
"model": "models/mistral-7b-instruct-v0.1.Q4_0.gguf",
"model_alias": "mistral",
"chat_format": "chatm…
-
```
$ alias zz='ls --group-directories-first'
$ complete -F _complete_alias zz
$ zz path_to_file
```
rr0gi updated
2 months ago
-
### Description of the new feature / enhancement
It's confusing to see `Command line alias added: ""` when in reality winget will add package to PATH instead of using aliases.
### Proposed technica…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.17.0`
- Nuxt Version: `3.8.2`
- CLI Version: `3.10.0`
- Nitro Version: `2.8.1`
- Package Manager: `pnpm@8.3.1…
-
**Issue:**
`gff2json.py` needs adjusting to allow use of new `nf-ncov-voc/assets/virus_genomeAnnotation/NC_045512.2/NC_045512.2_key.json` with aliases written as lists.
**Command:**
`python g…
-
It would be nice if `:extra-paths` could be read and populated the `extraClasspaths` by default. Right now you have to manually keep those two in sync.
If I pass in `extraClasspaths` I would like t…
-
I am installing puku as a please tool as per the readme:
```
[Alias "puku"]
Cmd = run //third_party/binary:puku --
PositionalLabels = true
Desc = A tool to update BUILD files in Go packages
```…