Eric Christiansen

Results 41 issues of Eric Christiansen

For example, here's the output of `cargo upgrade --incompatible=allow --pinned=allow`: ![Screenshot 2023-10-11 at 3 24 23 PM](https://github.com/killercup/cargo-edit/assets/225668/99269941-3e57-4a2f-82f2-37c30f338183) Note that it incorrectly detects the latest versions of most of the packages....

cargo-upgrade

I have a config like this: ```yaml apiVersion: k0sctl.k0sproject.io/v1beta1 kind: Cluster metadata: name: k0s-cluster spec: - ssh: address: 2600:1f13:2fc:8803:76b1:42d7:be29:16f8 user: ubuntu port: 22 keyPath: role: controller+worker k0s: version: 1.26.1+k0s.0 dynamicConfig:...

bug

Please document how to use models created via tracing Rust-defined networks. An end-to-end example showing how to do everything in Rust would be very helpful! I'm currently attempting to use...

I've been trying to trace a Rust-defined network using `CModule::create_by_tracing`, and I've run into at least one gotcha: The traced closure will have undefined behavior if the closure creates Tensors...

_Context: Calling OCaml from Rust_ Now that wrapping `Lwt.t` is mostly usable, I'm trying to use `ocaml-rs` in async settings, and I'm running into the problem that none of the...

If possible, please support calling `Lwt` Ocaml code from Rust. If there's already a good workflow for this, please describe it in the book. If this isn't something you plan...

I'm fleshing out the Lwt interface by using it in my project, and it would be really nice to be able to write: ``` ocaml::import! { fn lwt_poll(p: &Lwt) ->...

Could you please update the book with tips for linking in C libraries? E.g. I'm trying to wrap an existing OCaml library to make it callable form Rust, and I'm...

Features: - List PersistentMap tables in database - Create / delete databases - Easy connectors for common databases: MySQL, MariaDB, SqLite - Packaged as independent jar - Easy installation with...