-
When using
```
with DedicatedLLM(client=cortecs, model_name='Qwen/Qwen2-7B-Instruct', instance_type='NVIDIA_L40S_1') as llm:
essay = llm.invoke('Write an essay about dynamic provisioning')
…
-
When i use `finally` where i setup variable as not nullable - psalm still null possible error
-
Type: Bug
# Behaviour
Setting `python.envFile` to `.env` ignores it and the environment variables are not found at runtime.
## Steps to reproduce:
1. Set `python.envFile` to `${workspaceFolder}/…
-
**Is your feature request related to a problem? Please describe:**
The moment the project starts getting bigger, I tend to hit the token limit. We need to find a way to add an ignore file that can …
-
I have the following structure:
```
workspace/
├─ Cargo.toml
├─ crate/
│ ├─ Cargo.toml
```
There is `[workspace.metadata.release]` in workspace/Cargo.toml and `[package.metadata.release]` in w…
-
We should add ignore rules to our rockcraft.yaml (kw should be `ignore_local_sources`) to ignore autogenerated mocks and node packages.
-
Hi, beginner here and this is my first issue ever so I apologize if I'm doing this wrong.
I loved your tool, but I got a little confused on how to tell it to ignore sub-folders. Like, what if I wan…
-
## Describe the bug
Trying to export filtered hosts/services/groups/* ignores the filter and export all objects.
## To Reproduce
Provide a link to a live example, or an unambiguous set of steps t…
-
```
type Electric struct {
ID int64 `gorm:"id" greptime:"-"`
DataTime time.Time `gorm:"data_time;primaryKey" greptime:"timestamp;column:data_time;type:timestamp;precision:second"`
Dev…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
OS: Windows 10
Bruno: por…