Arkadiusz Lachowicz

Results 56 comments of Arkadiusz Lachowicz

**[CI]**: Can one of the admins verify this patch?

@greg-lunarg ``` // Our API picked and put there #define NBL_GLSL_EVAL(X) X #define NBL_GLSL_AND(X,Y) (NBL_GLSL_EVAL(X)&NBL_GLSL_EVAL(Y)) #define NBL_GLSL_EQUAL(X,Y) (NBL_GLSL_EVAL(X)==NBL_GLSL_EVAL(Y)) #define NBL_GLSL_NOT_EQUAL(X,Y) (NBL_GLSL_EVAL(X)!=NBL_GLSL_EVAL(Y)) #define NBL_GLSL_ADD(X,Y) (NBL_GLSL_EVAL(X)+NBL_GLSL_EVAL(Y)) #define NBL_GLSL_SUB(X,Y) (NBL_GLSL_EVAL(X)-NBL_GLSL_EVAL(Y)) // comment it...

Yeah, actually it is still possible to workaround it by using external project, but not by using subdirectory

> @AnastaZIuk -- thanks for checking it out! ~are you running `buildctl` on an elevated PowerShell too?~ nvm, I can repro it; investigating. yes I'm running with elevated PS, cmd...

Unfortunately we realize the problem exists and we will filter this history at some point, thanks for pointing it out. I've tried to cut the size first here https://github.com/Devsh-Graphics-Programming/Nabla/pull/600. Shall...

> but (I might be mistaken) it seems like it was part of this repository in the past. indeed, got filtered with git-filter-repo :D

once we have time to finish the issue and begin the work, we may consider [golang](https://plugins.jenkins.io/golang/) and [proxmox-api-go](https://github.com/nxm/proxmox-api-go)