simlay
simlay
Hi friend, I came across your project today and found it neat so I cloned the repo and messed around with it. Here's some of the updates I found to...
Hi there, I've been watching this project for a few weeks and notice that the rendering uses bevy which has done a good job at keeping iOS and Android as...
I use `cargo-bundle` pretty regularly for testing out some rust integration with iOS frameworks on the iOS simulator. While building the bundle isn't all that difficult, I've come to realize...
This closes #1779. This is done by adding: * `items_mut` on `BindgenContext` which is just `iter_mut` on the items because a category needs to modify an item to add the...
Closes #2287.
- [ ] Remove [connector from Fluvio rust client metadata](https://github.com/infinyon/fluvio/blob/a953500ecd8dec347a596ea4a43eaee16fbd897d/crates/fluvio/src/lib.rs#L218-L220) - [ ] Remove [Kubernetes Managed Deployment](https://github.com/infinyon/fluvio/blob/a953500ecd8dec347a596ea4a43eaee16fbd897d/crates/fluvio-sc/src/k8/controllers/managed_connector_deployment.rs#L1) - [ ] Remove [Connector API stuff](https://github.com/infinyon/fluvio/blob/a953500ecd8dec347a596ea4a43eaee16fbd897d/crates/fluvio-sc-schema/src/connector/mod.rs#L1) - [ ] Remove [managed connector...
Need to remove [`fluvio connector` command tree](https://github.com/infinyon/fluvio/blob/a953500ecd8dec347a596ea4a43eaee16fbd897d/crates/fluvio-cli/src/connector/mod.rs#L37-L106).
This PR ads a `SmartModuleMetadatSpec` and a `SmartModuleMetadata` object to the public API. This object is simply derived from `SmartModule`/`SmartModuleSpec`. Closes #1781.
Similar to our Python and Java clients, it might be reasonable to add Swift support.