d-d
d-d
Generating a graph of a chain with `chain.graph()` on string data produces the following structure: `petgraph::graph_impl::Graph
No documentation on what it wants. Is based on [this repo](https://gist.github.com/lfepp/35a2ce76114e7e6e3d7dece79eb7c635). Which documents what _it_ wants in internal comments: ```markdown # Script to override all on-call schedules for a vacationing...
convert api-key intake to either use `.env` or interactive intake that isn't part of shell command history. This is principally a security vulnerability for remote work. But common location of...
## General Description: The accelerate libary fails to link, despite correct dependency and feature specification. Clonable minmial repo example below. For a simple crate, addition of a **build.rs** script explicitely...
### Summary None of the Alt+_ (opt+_) keys work on Mac. Combining experiences (from Matrix chat and testing) neither on Intel nor M1 macs. And neither OSX_11 nor OSX_12. And...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars. ###...
In two places in the CI (and at two in the doc-comments) the branch name is assumed to be `main` (vs `master`, `trunk`, etc.). This will silently break the CI...
I believe the following is required to allow manual activation of a github workflow. ```yml on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: ```...
The following is in the `web.yml` generated for github-ci, but it is *not* in the [hosting documentation](https://opensource.axo.dev/oranda/book/hosting.html). ```yml # Note that once the gh-pages branch exists, you must # go...
A question: [Stabilization of cargo-script is one of main 2024 goals for the Rust Project](https://blog.rust-lang.org/2024/08/12/Project-goals.html#highlights-from-the-other-goals) And we can currently run scripts using just cargo on nightly with ```zsh cargo +nightly...