Adrian Hesketh
Adrian Hesketh
Thanks, I'll have a read through of the other repo. Sigkill kills child processes, where sigterm doesn't, so there's a good reason to use kill - for example, if you...
Reading through Air's code, it appears that it can send a SIGTERM to initiate graceful shutdown, prior to attempting to forcefully kill the process after a timeout: https://github.com/cosmtrek/air/blob/3f19370fe5e8d8fe2ddd927de54b1aede379f2b7/runner/util_unix.go#L13 I think...
Hi, it took me a while to get to this. I've added a test which I think demonstrates the behaviour we're looking for. Is this OK for you?
Methods on the struct could also work. ```go type TextFieldProps struct { id, name, label, value, err string span int disabled bool } func (tfp TextFieldProps) ID() string { return...
Linear needs to calm down.
Interesting. I'll take a proper look later. I think the hardest part will be the generator, because the HTML attributes would need to be mapped to the correct function args...
Legend. 😀
Thanks a lot for seeing this through to completion. Much appreciated.
Not sure on how we would implement this one. I'm not sure how anything gets added to `go list`, and what problems this solves. Any specifics on how to implement...
I'm playing around with the use of tdewolff's JS parser to enable a new type of `` parsing. It would open up the door to this sort of thing in...