Damien Tournoud

Results 21 comments of Damien Tournoud

I am seeing this issue too. `go-plus` runs `go get` on all the tools (which is a no-op, but is still not extremely fast) unconditionally.

The rationale looks correct to me: Golang doesn't guarantee that the underlying memory block of a `[]byte` is aligned. It only guarantees that the underlying memory block of an array...

I started playing with this in https://github.com/damz/gopherjs/tree/pr/async-await It seems to work beautifully. The generated code is very pleasant to look at: ```go func main() { go func() { println("start") c...

> I am looking at improving performance on an app using heavily geoip lookup and I am wondering if there was something between using reflect and a custom deserializer (as...

@oschwald Any feedback on this after the discussion in #92?

I removed the patterns of using an error sentinel to stop the iteration and shadowing `require` in the tests, despite them being totally bog standard patterns, because your linter configuration...

@bzub I think what you really need here is an applier that can subscribe to mount/unmount events of an `*vecty.HTML`. See #202.

@oschwald Do you have any feedback on this? We have this implementation in production now.

@oschwald The decoder relies on the internal `decoder` type right now, so it cannot be moved to a different package without significant refactoring.

See https://github.com/Hyundai-Kia-Connect/kia_uvo/issues/848#issuecomment-2007381167 if your issue is recent (started the last couple of days).