Adrian Hesketh

Results 406 comments of Adrian Hesketh

So, to support number 3, would probably need to rework the `Schema` type to change the type of the `Properties` field away from `map[string]*Schema` and to something more similar to...

The clean up of the descriptions and JSON schema names should be trivial to resolve though.

I'm guessing you want to use the schema generation tool to make a Go API for Vega, which would be quite cool. Those two improvements reduce the work of fixing...

It looks like npmlock2nix is no longer required, since nix itself has a `buildNpmPackage` function now, as per https://zero-to-nix.com/start/nix-build However, it requires you to define the hash in advance as...

Thanks, I'm afraid I still can't work out how to package a Node app based on the examples. Looking at this file, I can't see where the derivation is output:...

This was probably fixed by https://github.com/nix-community/nixos-generators/pull/292

Thanks for the report, what do you think should happen here? Since the `Name` field could be one of two types, then I guess the generator could be updated to...

Thanks for taking the time to try out the feature and write it up. It's a new feature, and quite complex, hence the rough edges. Your testing is very useful....

Just to add some detail to this - the two step changes in performance are: * fsnotify based watcher - https://github.com/a-h/templ/pull/470 * The update to `--watch` mode so recompilation is...

Thanks for raising this. I did read it earlier, but didn't have time to think about it properly. On your second side note, that's resolved in the latest release. There's...