Mel Massadian

Results 465 comments of Mel Massadian

FYI this is all builtin to raylib: - https://github.com/raysan5/raylib/blob/master/build.zig - https://github.com/raysan5/raylib/blob/master/src/build.zig Instructions here worked for me: https://www.reddit.com/r/Zig/comments/16r0fj6/ysk_you_can_use_native_raylib_directly_in_zig_for/

> I ran into a similar problem on Windows, and it was because I was using Nushell as my shell. `:set shell=cmd` before doing `:Codeium Auth` worked then. You probably...

@matthewblott interesting! I'm not fully getting why they maintain two distinct versions and don't dedicate fully to the vim one. I've been using the nvim version ever since my earlier...

> I wanted to use the auto-suggestions that are displayed as ghost-text Cmp does support ghost_text if that's the only issue. But honestly I would love if a maintainer could...

Hi, I came to bascially ask for this exact feature, are there any reason this wasn't merged?

Probably not ideal but I overcome my needs by making a ["bin wrapper"](https://github.com/melMass/scoop-mtb/blob/master/bin/generate_bin_wrapper.ps1) to use in [manifests](https://github.com/melMass/scoop-mtb/blob/81a5fe14f9491df5efc4cc1d8c1246c37aa4949e/bucket/gaffer.json#L24-L26)

Glad to see this closed! Is it documented yet?

Thanks for the solution (logging in & out) it works!! @jamalex Maybe add it to the readme and close this issue?

The code fails on `OpenEXR.OutputFile()` using a dummy header works so something is not working while transfering the header.

Thanks. Here is the full pprint of h (remove serial numbers and such): ``` 'compression': NO_COMPRESSION, 'dataWindow': (0, 0) - (2879, 2159), 'displayWindow': (0, 0) - (2879, 2159), 'expTime': 0.005555999930948019,...