Boyd Johnson

Results 10 issues of Boyd Johnson

All dependencies except those that affect hyper are upgraded in this PR. Additionally, deprecated usage is updated except for Unpark, which would have required a larger effort.

This is for issue 1143. Method returns a reference to an int, and takes a long by value.

c++ header ``` namespace mapnik { class Map { public: int &a(long); }; } // namespace mapnik ``` ``` thread 'main' panicked at 'Expected a pinned reference: WasNotPin', /home/boydjohnson/.cargo/registry/src/github.com-1ecc6299db9ec823/autocxx-engine-0.22.3/src/conversion/codegen_rs/lifetime.rs:103:33 ```...

I was wondering what people thought about making an `/rust-onnxruntime` organization with some type of maintainers structure. There are several forks with a lot of work on them, and even...

~~This doesn't include an update to the windows bindings because I don't have access to a windows machine and I've failed to cross compile them.~~ I have updated the bindings...

Since we have the Admin, would you guys want Selenium tests on the Admin interface?

This is a fix for #118 Explanation in that issue.

This adds updated Rust bindings that have been located at [nbigaouette/onnxruntime-rs](https://github.com/nbigaouette/onnxruntime-rs). check out the build instructions included in this PR at /rust/BUILD.md. Changes to the bindings included in this PR:...

As mentioned in #2638, this contains Dockerfiles to run bindgen-tests against clang versions 13-18 using Ubuntu 22.04 The included dockerfiles/README.md explains the usage of the Dockerfiles. @pvdrz Let me know...

I thought to add a spatial index to osmflat-rs, and have it partially implemented here (https://github.com/boxdot/osmflat-rs/compare/master...boydjohnson:osmflat-rs:feature/geospatial-archive). It is implemented for Nodes and Ways, but not relations. The index is this...