-
## Context
* Operating System & Odin Version:
Windows. Latest GitHub version (dev-2023-10:45bfc17a)
* Please paste `odin report` output:
Odin: dev-2023-10:45bfc17a
OS: …
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
Website: https://odin-lang.org
Git repo: https://github.com/odin-lang/Odin
-
### Describe the bug
Stacktrace:
Error in decoration provider treesitter/highlighter.win: …
-
### Bug Description
Crash when hovering over a pet in the Pet meny
### SBA Version
SkyblockAddons-1.9.0-beta.18.1+384-for-MC-1.8.9.jar
### Other Installed Mods
```md
# System Stats
[OS][Window…
-
```
Odin: dev-2024-06:9d5bf063e
OS: macOS Sonoma 14.5 (build: 23F79, kernel: 23.5.0)
CPU: Apple M1
RAM: 8192 MiB
Backend: LLVM 18.1.4
```
The new test runner tends to swa…
-
### Discussed in https://github.com/odin-lang/Odin/discussions/3501
This is not about a bug, but the outcome of the discussion quoted at the top (and also on Discord), advancing a proposal.
In s…
-
**What type of file would you like magika to detect?**
Odin
**What software can create/open these files?**
**Where can these files be found?**
https://github.com/search?q=language%3AOdin&type=…
-
### Bug Description
since i've been using odin my game has been crashing when i open the pet menu, the crash reports indicate that the problem lies withing skyblockaddons
### SBA Version
1.9 beta 1…
-
Hi. I'm trying to write a binding generator for Swift.
I run `python3 gen_all.py` from within `/bindgen` and see the following result/logs/error:
```
bindgen % python3 gen_all.py
=== Generating …