-
```
#[derive(Deserialize, Debug)]
pub struct Binding {
pub key: Option,
pub arrow: Option,
// TODO: Make this optional,
pub modifiers: Vec,
pub command: String,
}
```
I…
-
The documentation would benefit from clear wording and definitons for the different concepts around tasks and feedback dialogs. As a start we could take the basic definitions from section 3 "Assessing…
-
### Describe the bug
When using tsc to emit types for a svelte 5 project with `"declarations": true` set in the `tsconfig.json`, the compilation fails with an error: `error TS4082: Default export of …
-
When attempting to edit a message that is a reply I get error
"Can only edit messages of type Default"
Is this the limitation of the wrapper? because for sure I can edit replies from the client.…
-
Hi there,
I would love to have Jinja highlighting also in other filetypes like yaml for helm templates.
Is that possible? If so, what kind of changes would be required to make this work?
-
Hello!
Will you be adding the "regclass" type to the Npgsql type system?
-
I tried twitch and I can type and enter stuff in chat but last update I can no longer chat on xtra. I'm signed in, I tried reinstall etc.
-
Hello,
I was trying to use pyNastran to read my OptiStruct results. Everything went well until I tried it on model with contact. This error has been caused by nodes that have been in contact as I fou…
-
Context: Adding a new person with a long name to the address book
Steps to replicate: Enter a contact with a really long name
Expected: You should be able to see the the actual contact type (either …
-
### What happened?
Currently when using .select return type of is same as input type of "selector" when it should be same as
Currently in code is
def select(self, selector: Callable[[T], U]) …