simlay
simlay
iOS support for fluvio will help substantially for a swift client library (compile a rust wrapper as a static lib and have Swift call the rust through the C FFI)....
Creating a smartmodule on macOS with a wasm file larger than 98k bytes fails oddly. Seems to be an issue with creating the CRD from k8-api to kubernetes.
Closes #593.
I see that we have [`rust_analyzer_run_single`](https://github.com/mattn/vim-lsp-settings/blob/063262d93ddb801b16f62ee3d0d76c2336d3502d/settings/rust-analyzer.vim#L203-L230) to do a `rust-analyzer.runSingle`. To do something like `rust_analyzer_debug_single`, rather than simply `cargo ${cargoArgs} ${cargoExtraArgs} -- ${executableArgs}` a debug_single for rust would do something...
It looks like this project might be a little stagnant but I thought I'd show some interest and write some words on generating rust bindings from swift. The front end...
`cargo dinghy --platform auto-ios-aarch64-sim run --example foo` where `foo` is an example. This is a relatively nuanced use of dinghy but I was trying to run an example on an...
Hey hey, Love the actions-rs projects. Came across this repo and feel like it should have https://github.com/katyo/publish-crates on it. It detects if the current head has crate with a version...
I was on vacation last week and did this for fun so it's a bit disorganized. I started out doing unit tests and then got off track. This PR should...
I worked off #2135 to find the right node to query about nullability attributes. I think this will: Closes #1876. Closes #1791. Supersede #2135.
Fixes #62371. I wasn't sure if I was suppose to commit the generated scripts or not. Let me know if I should remove them from the PR. cc @ezyang @seemethere...