Leo Borai
Leo Borai
Takes advantage of lifetime elision on some examples where the rule applies. Refer: https://doc.rust-lang.org/reference/lifetime-elision.html#static-lifetime-elision --- I also noticed that `cargo fmt` applied changes on `src` which I didn't expected to...
Following who Fluvio is run locally, I have found that Kubernetes config is missing the section keys as shown in [this documentation][1] section. Other fields like `apiVersion` are omitted to...
## Motivation It would be great to be able to generate entities similar to how [migrations can be run programmatically][1]. As of today we have to [install the sea-orm-cli][2] manually...
Hi! Thanks for your work on this package @nickbreaton! I'm using this package with my `vitest.config.js` but I have existent configuration here: ```js { plugins: [svelte({ hot: !process.env.VITEST }), Icons({...
### Description Introduces a `Search` section for Application Settings where the user is able to add Glob Patterns for files that should be ignored in: - Project Find (Indexing) -...
FVM installs Fluvio Plugins (`fluvio-cloud`) and other binaries (`cdk`, `smdk`) by default so `fluvio` CLI is not responsible of this task anymore.
Thanks to Rust 1.75, we can now make use of `async fn` in traits (with certain limitations). Read more here: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html#async-fn-and-return-position-impl-trait-in-traits A PR testing what can be changed would be...
Updates all dependencies to its most recent versions.
When encountering directories we want to render an index of the directory files.