Dave Anderson

Results 57 issues of Dave Anderson

Porting from modernc.org/sqlite to this package, one of my queries fail preparation, where it executed without issue on modernc: ``` sqlite.Prepare: SQLITE_ERROR: no such table: temp.seen (DELETE FROM dirty WHERE...

This makes uapi.go's public API conform to Go style in terms of error types. Signed-off-by: David Anderson

In google/metallb#114, I explored how to make my k8s BGP load-balancer interoperate gracefully with Calico clusters that peer with external BGP routers. I've documented my findings at https://master--metallb.netlify.com/configuration/calico/ and https://github.com/google/metallb/issues/114#issuecomment-357547646...

kind/enhancement

For my own uses, I'm in the middle of writing a `go generate` codegen to transform the QMP API spec (qapi-schema.json) into reasonably idiomatic Go code. Would you be interested...

enhancement
qmp

A request we've received a couple of times is to have a way of assigning virtual IPs to a set of nodes. The semantics have varied between requests: load-balancing between...

L2 Few
P2 Aggravating
T5 Usability

If I AddRange an invalid range, IPSet does nothing, successfully. This is surprising, a more normal idiom in Go would be to have AddRange return an error, and have a...

In a twitter thread (end of the thread: https://twitter.com/dave_universetf/status/1341977567658536960), the question came up of why handle IPv4-mapped IPv6 addresses specially. After much consideration, I can't identify any good use cases...

WFP provides access to TOKEN_ACCESS_INFORMATION structs in some filters. This is a standard winnt.h struct, so it should be exposed by x/sys/windows. For now, there's just a placeholder in this...

NixOS has no /usr/share, but does have tzdata at /etc/zoneinfo.

Thanks for templ! I made an emacs major mode for it, reusing the tree-sitter parser that the neovim support uses.