Jari Pennanen
Jari Pennanen
I still have this issue, and yes I do have monorepo. **Edit** The error is probably related to what is above: ``` export type Database = ReturnType; ``` In my...
@xiaohuirong is there some special way one must build this? I'm getting errors ``` [100%] Linking C executable nvtop /usr/bin/ld: CMakeFiles/nvtop.dir/extract_gpuinfo_v3d.c.o: in function `gpuinfo_v3d_refresh_dynamic_info': extract_gpuinfo_v3d.c:(.text+0x1b8): undefined reference to `nvtop_device_get_syspath' /usr/bin/ld:...
I have multiple packages with package.json syntax `file../other-package`, and if I `yarn install` one of them, it ignores the .npmignore, thus copying "node_modules" several times causing whole lot of unneccessary...
I think this should be renamed, it's not just "yarn pack" it's also "yarn install", which is far more common.
I released Windows 11 24H2 update, try that: https://github.com/Ciantic/VirtualDesktopAccessor/releases/tag/2024-12-16-windows11
I'm dying to know if this is valid C# 13: ```c# using System; Console.WriteLine(15.inch + 2.cm * 15.mm); implicit extension TestUnits for int { public double mm => (double) this;...
I remember having those issues even in Windows 10. Windows 11 has this thing:  If you for some reason like flashing taskbar buttons, you can try to activate a...
> Thanks! While that works, I've figured out what the bigger problem is: the topmost window doesn't get focussed, which means that I can't keep typing when I'd like to....
Interesting, I think the API doesn't have such a switch. But if setting it empty before switching works, then you can do that: ```ahk2 GoToDesktopNumber(num) { global GoToDesktopNumberProc Name :=...
Is this the issue in GPUI https://github.com/zed-industries/zed/issues/8792