Sunagatov Denis
Sunagatov Denis
Reupload of #3034 because I'm stupid - Implemented classification of runes beyond latin-1 unicode range, which should include cyrillic, greek and a bunch of other languages. - The script that...
The archive includes three object files, one each for `stb_image`, `stb_image_resize2` and `stb_image_write`. Compiled with default configuration (see below) ```c #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" #define STB_IMAGE_RESIZE_IMPLEMENTATION #include "stb_image_resize2.h" #define STB_IMAGE_WRITE_IMPLEMENTATION...
This pull request makes the naming of opaque struct pointers more consistent with the original library (e.g. `^glfwWindow` -> `^glfw.Window`, rather than `WindowHandle`).
Added ELF64 bindings to mirror debug/pe package somewhat. I'll be using this to bind vdso in sys/linux package. Might also be useful for occasional users. For now limited machine-specific extensions...
## Context ``` Odin: dev-2024-01:67362057 OS: Windows 10 Home Basic (version: 22H2), build 19045.3930 CPU: 12th Gen Intel(R) Core(TM) i5-12500H RAM: 16088 MiB ``` ## Expected Behavior The program I'm...
## Context ``` Odin: dev-2023-08:9ff9587b OS: Arch Linux, Linux 6.5.2-arch1-1 CPU: Intel(R) Core(TM) i5-4460T CPU @ 1.90GHz RAM: 5374 MiB ``` ## Expected Behavior Trying to bind glibc wrapper for...
Realised that there's no way for ols to solve the issue of `.Value in some_bitset` issue, where `ols` can not possibly auto-complete `.Value` before you typed either the name of...
## Context ``` Odin: dev-2023-12:ee504aa5 OS: Arch Linux, Linux 6.6.7-arch1-1 CPU: Intel(R) Core(TM) i5-4460T CPU @ 1.90GHz RAM: 5373 MiB ``` ## Expected Behavior Given the following test: ``` @(test,...