Hirad

Results 16 comments of Hirad

> I almost exclusively use them for editor-only or debug-only code, and branching platform code, e.g. > `#if UNITY_EDITOR ... #endif`, `#if DEBUG ... #endif` and > > ``` >...

Is there any update on this? I have the same issue and need restarting the `lightdm` manually to enable hdmi audio. Edit: I'm wondering whether this could be because of...

The same issue applies to `shaderc`, but its `vcpkg` port doesn't have cmake config to make it available. This issue might be related https://github.com/microsoft/vcpkg/issues/16658

I don't know if I am following these commits properly, but it looks like they're not going the way the discussion here was going, and more like the opposite! @jantimon...

This is like abandoned for quite some time! At least a deprecation notice will be useful in README. https://github.com/nutgaard/react-router-breadcrumbs/pull/303

@zozoens31 you can override the default prop of `openWindow` to `true`. By default it is set to `false`.

you're gonna have to tell babel explicitly how to compile the file extension you need to ignore, using an empty function. It is kind of ugly but it works. Something...

This is a node expression, so it needs to be evaluated as early as possible in the runtime before hitting your script. You probably best to import it from a...

Hi @redboltz I seem to be having a similar issue. I am trying to use msgpack-cxx through msgpack.hpp header (`#include `) using `msvc` (`VS 2022` `C++17`) - `Windows 10`, tried...

@redboltz after some investigation I found this issue is also another example of naming conflict as mentioned earlier above, but this time with other libraries macro definitions, since the function...