Angus Dippenaar

Results 27 comments of Angus Dippenaar

I have found a way to get a dynamic style attribute... In the templ file: ```html ``` Then in the HandlerFunc: ```go sb := new(strings.Builder) index := public.Index(...) index.Render(r.Context(), sb)...

IDK how useful this will be, but I have a Keychron K1 which has exactly the same kind of problem as my Pi Pico. It's also got an ARM MCU:...

@KarlK90 I can confirm, my keyboard works now in the BIOS. Seems like it's working now as expected. Thanks! Would you be able to update us when it gets merged...

Ok. Sure. It was just an idea. I'm not attached to it. I didn't think about the "Go to definition" use-case, that makes a lot of sense. The go-swagger project...

It is indeed ALSA printing to stderr during probing. I noticed it was stderr when I was piping to cat -e and the error messages didn't get the $ at...

Seems great. I tested the various flags and it seems to be working as expected. There's just these two issues from `golangci-lint`: ``` update/update.go:135:14: Error return value of `output.Seek` is...

> I've added a check for the `Seek()`, but the openpgp deprecation is a tricky one. I couldn't find any third party libraries offering a drop-in functionality, but I'm not...

I rate it's good to go. :rocket:

I might have found a better way adding `FunctionCallInfo`, and other types to `directMappings`. But this might still be useful for types not yet provided.

Yeah, this was my first approach, and I understand the code a lot more now. So I don't think this won't be needed.