Benjamin Fry

Results 55 issues of Benjamin Fry

#### System details - OS/Platform name and version: `Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux` - Rust version (if building from source): `rustc...

@dae and @brndnmtthws it looks like both of you have put in a lot of work here! Would you like me to add you both as collaborators on the project,...

This isn't an issue per se, but I thought I'd share some mild progress on getting Swagger/OpenAPI output from Rocket: https://users.rust-lang.org/t/anyone-working-on-swagger-openapi-support-in-rocket/11231 This is just an initial POC, but I'm thinking...

To be a better world citizen.

Seeing if we can get integration tests sped up.

For example: https://github.com/sfackler/rust-postgres/blob/master/postgres-protocol/src/types.rs It would be neat to try and reuse those type conversions for PgDatum's. Though they are BigEndian, whereas PgDatum is NativeEndian.

I discovered that with a new plugin I’m working on the pg_allocator feature is causing a segfault in the library when loaded and run in Postgres. I haven’t got more...

Current recommended setting is too general, and there are ways to express a narrower set of symbols to link at dynamic library load time.

pg_* function may need to be marked unsafe.