Emi

Results 458 comments of Emi

This will happen in _mid-late May_, after SYCL.

## Tips for upgrading your code ### build.zig * `.{ .path = "foo" }` -> `b.path("foo")`: * `lib.installHeader("src/c/m3d.h", "m3d.h");` -> `lib.installHeader(b.path("src/c/m3d.h"), "m3d.h");` * `lib.installHeaders` and `lib.installHeadersDirectoryOptions` have been merged into...

For a pixi file like this in Lord of Zero: I think what I want is really the ability to say "hey, this tile over ? it's exactly the same...

That seems like it would be a good approach, too. The limitation I see there is that if you are working on this: Or this: In a 3x3 view, it...

This appears to be a dependency of nfd-zig, which is used for opening native file dialogs. https://github.com/foxnne/pixi/blob/ce3f3c676c1ad2ca678f4d6163d05c2e6f73d55b/src/deps/nfd-zig/build.zig#L45-L45 Probably the 'correct' solution to this would be to make a better native...

I know +1 comments are not useful, but figured since this is a smaller project I'd mention I also ran into it.

Thanks for filing this; we are prioritizing this very soon: * Changing our ports to much higher ranges so they do not conflict * Eventually eliminating the need for them...

We just released [a new version](https://github.com/sourcegraph/sourcegraph/releases/tag/app-v2023.7.4%2B1332.fc76a9c675) which fixes the port conflict on `:9000` (changed to `:49000`) - and are working on resolving other potential port conflicts. Please let me know...

Hi @joacim-boive - sorry for the delay in responding to you. I am eager to figure out what's going on here. Could you try the following for me? 1. Download...

Thanks for filing! It looks like something with your system is incompatible with [tauri-plugin-shell](https://github.com/tauri-apps/tauri-plugin-shell) Unfortunately it may be quite difficult for us to reproduce/fix this, I think we will need...