Nathan Bosscher

Results 3 issues of Nathan Bosscher

I've built some extras around httprouter which would work much nicer if `Lookup(method, path)` would include the `.HandleOPTIONS` functionality that `ServeHTTP` has. ### Use Case I have user permission based...

Hi there, I'm getting a BAD_ACCESS fault on the following line. https://github.com/nodejs/node/blob/7deb09cd96b8897451097df5fd6daef13bb00e6f/src/node_object_wrap.h#L78 Which tracks back to https://github.com/WiseLibs/better-sqlite3/blob/37b7714ace3792a9122ec7e67ceda5a28b1d00a3/src/objects/statement.lzz#L140 Doesn't happen during typical database usage. Have renderer thread and background thread accessing...

help wanted

Nested structs are now only instantiated when one of the database columns in that nested struct is not nil. This allows objects scanned in left/outer joins to keep their natural...

needs testing
requires attention