-
```
#[derive(Deserialize, Debug)]
pub struct Binding {
pub key: Option,
pub arrow: Option,
// TODO: Make this optional,
pub modifiers: Vec,
pub command: String,
}
```
I…
-
### Description
When I start committing spinner sows up where is my statusline and on each character it blinks like this:
https://github.com/user-attachments/assets/7f510a70-faf0-49fd-b428-1895409…
-
So I'm probably a minority, as most people are likely typing English in game. But I have some files that allows me to type Korean in game. While typing in korean, there are some weird behaviors, not t…
-
When I try to type in the bytecode it keeps re-formatting it to an array of JSON numbers.
It shouldn't do that at all (ideally) or only on blur (acceptable). For instance I may want to type in hex …
-
## Context
```
# odin report
Where to find more information and get into contact when you encounter a bug:
Website: https://odin-lang.org
GitHub: https://github.com/odin-lang/Odin/issues
…
-
When logging in, the typing speed is normal, but once logged in, typing any message is slow (1 character displayed in 2 seconds)
Has anyone else suffered from the issue?
-
```ts
export const db = init_experimental({
adminToken: "...,
appId: "...",
schema: i.graph({ users: { email: i.string() } }),
});
type Collection = keyof typeof db.tx;
type Ent…
-
I've been running into an issue where the VSCode Typescript errors with errors like the following:
```
Excessive stack depth comparing types...
```
```
This expression is not callable....
```
A…
-
### What happened?
Unable to provision DynamoDB tables in aws-native with keySchema in Python. The SDK fails to send the data to the engine fails with:
```
error: Program failed with an unhandle…
-
> Perhaps a good question to answer first is whether the documentation of [`from_convergence()`](https://glass.readthedocs.io/latest/reference/lensing.html#glass.from_convergence) can be made human-re…