Results 51 comments of Bryton Hall

No screenshot?! :stuck_out_tongue_closed_eyes: I like the idea of yours not having to be transpiled (though the preact framework gives us some niceties like updating status/config without reloading the page through...

No worries, I'm not an expert myself. It is fun trying to stitch things together though! Have a look at the sh stuff as well, if you get a chance...

> no sure how to test I generally just [press `F5` with the repo open in VSCode](https://github.com/nix-community/vscode-nix-ide#development). Then you can open files to test functionality in the newly-created window. No...

Marking as draft b/c I haven't done any semi-serious testing yet.

Yep, need a better determinator than "file exists in workspace" because, of course, there's going to be similarly-named files across unrelated derivatives; for example, this flake ```nix { outputs =...

I'll have to dig more into that approach to understand it better; so long as it can work with both flake and non-flake project, it could work. As far as...

Can you elaborate on "build and run via nix"? Do you mean that you have a VSCode build task? If so, can you share an example which reproduces this behavior?

Oh, I see, you mean the new "`nix` command" (too many things called the same thing :smile:) which copies all files from the git index into the store before execution....

Closing in favor of #29.

Ran into this as well but managed to find a workaround: change `spec.eksConfig.displayName` to something that doesn't exist (you'll get a new error about the cluster not existing), then change...