Eric Saxby

Results 22 issues of Eric Saxby

I have some DTrace probes added to a branch I created to test out #87 in our infrastructure. Would you be interested in having a pull request for these? I...

The kubernetes-client library sometimes rejects its promise with an `HttpError`, but may also reject the promise with a generic `Error` object: https://github.com/kubernetes-client/javascript/blob/master/src/gen/api/coreV1Api.ts#L9168C24-L9168C39. When this happens, the error does not include...

need-to-triage

Hey @jasonwc! I was wondering if we could start a conversation to try to transfer ownership of this repository to someone actively involved with Absinthe. I am not building anything...

I have an application where my initial platform was `macosx` but where I'm now adding multi-platform support. I'm not sure if this is yet stable enough to do a pull...

When given the following bridge definition: ``` rust #[swift_bridge::bridge] mod ffi { extern "Rust" { type RustApp; #[swift_bridge(init)] fn new() -> RustApp; #[swift_bridge(swift_name = "resultTest")] fn result_test(&self, receives: &str) ->...

good first issue

I'm going through the swift-bridge book, and ran into an issue. The `Xcode + Cargo` guide has one create an empty rust library, and then configure the Xcode project to...

Elixir 1.17.0 deprecates calling functions without parens.

I've been finding that queries to Oracle 11g wind up very slow when using `query` or `query!` with parameters defined via positional bindings like `:1`. Today I found this: https://stackoverflow.com/questions/37784388/slow-with-bind-parameters-even-slower-with-jdbctemplate#comment121142811_38078671...