Ryan Butler
Ryan Butler
### Problem Because the resolver is a global setting in workspaces, and workspaces don't have edition settings, I believe that it is very easy to accidentally use the old resolver...
Wrapping datatypes in tables is not zero-cost, so we would want to be able to avoid doing this just to be able to hold a union of structs. Not having...
Could you add the library.json necessary to support PlatformIO, or otherwise publish to the PlatformIO registry?
I think the value of branding types with lifetimes is useful outside of just GhostCell. Would this be useful as a separate crate?
The following are now possible as of rust 1.46.0: `std::mem::transmute` is a const fn on stable (although maybe it only works in constants and not const fn?) looping is now...
Hi, no license is specified here which means our MIT licensed project can't use it. Can you add a license?
Would it make sense for types from `generate_pod` to implement `Copy` and `Clone`?
`buildifier --version` returns ``` buildifier version: redacted buildifier scm revision: redacted ``` when `buildifier` is installed via `go get`, but it returns ``` buildifier version: 3.0.0 buildifier scm revision: dbd4ef8997abb3a7bef0ba4867caaf206db86b6e...
My current project is looking to use `bazel-distribution` to publish pip packages with bazel. We have several projects, which live as local workspaces in our git monorepo. However if I...
I'm using cppsharp but only using the static functions in `generated.__Internal` - none of the wrappers cppsharp generates handle the ownership semantics I'm exposing in my C library. I'd like...