Max Bruce

Results 17 issues of Max Bruce

This PR replaces the FFI call to the C implementation of cityhash with a pure Rust implementation in the `cityhash-rs` crate.

So, I've been copying some of the core logic for this project as a DXF welder for laser cutting/CNC machining from OpenSCAD. One of the tweaks I've identified that is...

At the moment: * `hostcalls::open_grpc_stream` only registers stream IDs when connections are successful * Envoy calls close_grpc_stream on the stream id that is passed in, even when the original `open_grpc_stream`...

Fixes #153. This PR: * Logs in `on_grpc_close` when an invalid `token_id` is sent from the host. This happens in Envoy when the initial connection fails.

See commit in my fork for my personal fix: https://github.com/Protryon/rusty_v8/commit/0a4b6f2a1a3585b57be5849809a9e03c550520a2 Issue is that the implied lifetimes for the callback type are distinct, which does not mirror the presumably intended behavior,...

This PR replaces the FFI call to the C implementation of cityhash with a pure Rust implementation in the `cityhash-rs` crate.

I use OpenSCAD extensively in my workflows for 2D and 3D geometry. For laser cutting/2D CNC, I frequently use 2D shapes as OpenSCAD modules that I can export in DXF...

type: enhancement
help wanted
topic: export

# 💥 Proposal ## Context See issue #438 . ## What It Is This proposal includes explicit upcasting and downcasting for integer type values with Rust-like syntax. ## Syntax ```...

documentation
proposal

At present, reqwest only sends ALPN when `rustls` is used -- this effectively breaks `http2_prior_knowledge` when used with TLS, which is it's primary use case if the user does not...

In order to implement `AsyncMigrate` for a custom SQL target, this function is needed to construct `Migration` types. This is specifically required by the `AsyncQuery::query` function. At the moment, this...

help wanted
good first issue