Lue
Lue
Oh nice! I might look into using that for my own projects ~~if I ever make any~~.
> What do you want this for? At first glance, this sounds like it would complicate things quite a lot and I'm not in favor of that. One can always...
> Soon Dawn will not have a dependency on GLFW at all, as they're moving to a different API that just requires a window handle instead of GLFW-specific code. Once...
> Currently, all libraries produced by Mach are installed to the output prefix. This is undesirable as Zig's build system can be used to produce packages, or to install globally...
+1 for this issue. For a project I'm working on, I'm experimenting with some cleaner ways to expose key Dawn Native functions to Zig, and I've been trying to clean...
https://github.com/discord/discord-api-docs/pull/3524 There's a new `version` property on application command objects that needs to be added to `ApplicationCommand` and `ApplicationCommandData`. It's a snowflake that represents the "id" of the latest update...
New feature User Commands and Message Commands! In other words, custom right click actions on users and messages. Reuses endpoints for Slash Commands; these are generalizations of Application Commands similar...
> I can add it back, but do you have a use case where it would be needed to make that disambiguation? there weren't any places where that was being...
Alternatively to my previous comment, you can use a separate file to detect whether it's pub or not, but this seems messy. `meta.zig` would be modified to only include public...
With `lsp-mode`, ZLS stderr goes to a buffer `zls::stderr` rather than something directly managed by the LSP client. Perhaps you could try looking in this buffer?