Dario Nieuwenhuis

Results 192 comments of Dario Nieuwenhuis

Some more info: If I comment out these lines the issue goes away! https://github.com/amonakov/primus/blob/7e21554eb298ad56e164faa81e0492368afc66ac/libglfork.cpp#L666-672 There are seemingly no adverse effects, but I guess these lines have a reason to be...

+1000 to this, it's a giant footgun: you run a migration and your sqlx app goes *completely down* until you restart it. I haven't seen any other postgres lib in...

> If you push a migration that changes the output of a query, isn't that likely to break your application anyway? This is a system where the main app who...

I'm using this in my code in place of Chi's `RealIP`. It sets the port to 0. Not pretty but at least the code consuming `RemoteAddr` doesn't need hacks to...

I'm starting to think the original fix was too conservative, yup. Adding cache filling back in a super restricted form, like "only fill if src+dst MAC and IP are all...

re the difficulties: Yes, `IpPacket` is not "scaling" well, this happens with every new feature added. Your solutions look reasonable. (I've been thinking for a while about refactoring it so...

Thanks for the PR! What's the intended use case? It seems the new functionality is not yet used for anything, method calls are threaded through and exposed to the user....

Thinking about it, there are 2 related but different things we want: - Actively set the device in an up/down state. - Ask whether the device is up/down. A device...