Thea Schöbl
Thea Schöbl
I just ran into the issue as well, but I found the cause: ZipUtility searches for the ATL path like this ```cpp var vsDir = VsDirectory; if (!string.IsNullOrEmpty(vsDir)) { string...
I'll add the docs (I'm assuming they go [here](https://github.com/RodZill4/material-maker/tree/master/material_maker/doc)?), but I haven't found yet where the base library is configured... With the gradient input I was doing it for consistency...
 I've done a few changes to get the node more in line with other gradient nodes too
Okay, I believe everything should be added correctly now! 
In case anyone is interested, I've put together some rudimentary type generation for a vite plugin that allows direct import of ksy files. https://github.com/Theaninova/vite-plugin-kaitai/blob/master/src/kaitai-type-generator.ts
> Thanks @Theaninova for the PR! I've an incomplete ground-up implementation from the original work from fudgepop at [this compiler fork](https://github.com/nullableVoidPtr/kaitai_struct_compiler/tree/TypeScriptIntegration) and [runtime](https://github.com/nullableVoidPtr/kaitai_struct_typescript_runtime). I've attempted to shoe in BigInt, but...
Oh interesting, I'll give it a run
Interesting, this is actually also a kinda bad issue on tiling WMs (such as Hyprland) as the short while before the window is maximized makes the WM think it's a...
For anyone interested, you can work around this right now (in my case I have hm as a NixOS module): `clean-zsh.nix` ```nix { config, ... }: let xdgConfig = config.home-manager.users.YOUR_USERNAME.xdg...
I'd be happy to make contributions to the wiki regarding that (as well as the recent custom color changes), though I've not been able to figure out how to do...