-
Harper flags `min` in docs as a misspelling. However, it only provides an action to correct the spelling to `minute` and doesn't provide an action to add `min` to the global / file dictionary.
I l…
-
Hello,
Is it possible to do multitasking, especially to add a classification head for global image classification with object detection?
Thank you
-
## Feature Details
![image](https://github.com/user-attachments/assets/33bf66b7-5003-4e5a-b620-ef4b67961508)
Having 2 site selects is a bit confusing. I think we should just delete the local "Hi…
-
Please take a look at the following example:
```cpp
struct A {
A() {
a = 1;
}
int a;
};
struct B {
B() : _a(_ca) {}
A _a;
static inline A _ca;
};
B b;
int m…
-
Retrieving the field type in `read_header` and `_write_header` requires to access a global variable.
This introduces two serious issues:
1. Using in the same code `pynrrd` in combination with an…
-
Some issues noted by students for the [Global LSTM SWE Modeling](https://github.com/geo-smart/global_lstm_swe_modeling) use case:
- Link from use case website (jupyter book) links to default use cas…
-
Hello again!
I've been trying to figure out a way around this problem I've run into. QuickJS creates its own scope within Godot, but I need to access the javascript, the window variable, or the docum…
-
So I have been playing around with these settings
```json
"github.copilot.chat.experimental.codeGeneration.instructions" : [
{
"file": "rules.md"
},
],
```
When specifiying f…
-
## Wants
- Import other qalam files to allow for code modularization
- use syntax like `import utils from "./utils.qlm"`
## General Tasks
- [x] Add tokens for `import` and `from` (scanner.rs)
-…
-
### Have you tried to resolve this issue yourself first?
Yes
### Bug Description
PerformNullCheckOnSoqlVariables returns a false positive in global methods.
### Output / Logs
```bash
~/work/Secu…