DanielGavin
DanielGavin
Allocating error in `unquote_string` when using the parameter allocator, but not `context.allocator`
## Context Odin: dev-2022-02:25769f13 OS: Windows 10 Home Basic (version: 21H1), build 19043.1466 CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz RAM: 16234 MiB ## Expected Behavior No bound panic ##...
``` buf : [dynamic]u8 = --- buf.le // autocomplete to len(buf) buf.app // autocomplete to append(&buf, ) ```
example: create_window(title="Hellope Title", monitor=nil, width=854, height=480, x=0, y=0)
Allow options to be set that completes all core without requiring it to be imported, and when the user completes a core symbol, it automatically adds an import to the...
The current semantic token has to resolve the entire file per key press, and this does not scale well with larger files. Implement the ability to only send the changes...
Right now the `when` conditions are hardcoded for handling ODIN_OS, but at some point it would be nice to support many other variables of the ODIN_* prefixes, and also not...