Parthiv Seetharaman

Results 48 comments of Parthiv Seetharaman
trafficstars

How can I make use of the syncer component to view status of apps not made by velaux? Even if its read only that could be good enough for my...

Applications don't show up on vela ux even of they are created by vela CLI. If they did that could be good enough. Is it a bug that they don't...

I'll try to create an application again to test, maybe I had a project filter or something on the last time I tried

Will the application be displayed under a project based on the namespace it is deployed to? or will it only show up in the main applications page?

In terms of the API I'm thinking it could be a list: `pop { specialNames = [ "increment" ]; }`. And maybe `__meta__` and `__unpop__` could be part of that...

> Maybe the bug though isn't in the super handling, but in the casting of prototype-less record to pop prototype? I dont think so, I just used the plain attribute...

I opened this https://github.com/NixOS/nix/issues/8364

Yeah I just saw that thread! I might give that a try to see if we can fix this issue. I tried something similar with lists which sometimes worked, so...

Yeah exactly, I don't think pop or yants really has to be changed for this. You can do this manually already by creating a pop that's extension type checks `super`...