Phil H

Results 26 comments of Phil H

I would love this feature as a shader artist! Any guidance would be appreciated for how to achieve this. I am currently working on building neovim-qt from source to attempt...

Was this every implemented? I'd like to use this theme as a portfolio rather than a blog. So I'd like to manually set the sort order of the different thumbnails...

Bump on this feature. I also plan days the night before. Has anyone looked into doing this? I might try to figure it out if I can find the time...

I have confirmed that the function call for global assignment is at least being outputted to the dll via dumpbin. I wrote the assignment function like so to be able...

See https://github.com/odin-lang/Odin/pull/1069 for a potential fix.

I believe this is fixed by today's commit: https://github.com/odin-lang/Odin/commit/fb0a3ab7c14d4bc3b821cef723ec6ea3e956c956 Closing this issue,

Ah, I'll re-open this issue then if it helps for tracking. The current fix works for me on Windows.

Unfortunately this bug still exists with the latest release from . Has anyone opened an issue there or attempted to make a PR for it?

Found a minimal repro. Seems to happen once the struct is a certain size. Everything gets zeroed out in the swap statement: ``` package main import "core:fmt" Foo :: struct...

Result: ``` New foo before swap: Foo{a = 256.000, b = 128.000, c = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...