-
It'd be interesting to hear your thoughts on these, and why I shouldn't prefer e.g. typos-lsp over harper.
https://github.com/crate-ci/typos
https://crates.io/crates/zspell
https://crates.io/…
-
right now we have to do
```bash
cargo bench -q -p daft-minhash --bench=minhash -- compare target/benchmarks/minhash
cargo bench -q -p daft-minhash --bench=windowed -- compare target/benchmarks/w…
-
It's currently hard to discover optional [features](http://doc.crates.io/manifest.html#the-features-section) for a crate. It would be useful for crates.io to list these along with the dependencies. …
-
The current crates.io support uses `--package` to handle crates both with and without workspaces. Another option @orhun pointed out was to use the `--manifest-path` which appears to have better suppo…
-
Is there a particular reason `xls-driver` crate uses an old version a clap?
https://github.com/xlsynth/xlsynth-crate/blob/f17a816fd6dd25ae9a9cb5e5e362d59f812c8a3d/xlsynth-driver/Cargo.toml#L15
lat…
-
The Edgee JS SDK is currently processed and rendered directly in this repo, but also in other repos.
It would make more sense to deport it to a dedicated crate, managed from the sdk repo itself.
-
### Problem
Hi!
I could not fetch a git repo from `Cargo.toml` and I don't know why. I have a similar issue than #9191. I tried to set `init.defultbranch` globally and then remove `~/.cargo/git` bu…
-
## Issue
I am developing on the main branch. While executing a deposit transaction using Optimism’s EVM, a panic occurs due to an issue with tx_type: “Custom tx not supported.”
## Description
Whe…
-
**Problem**
manganis can't compile when executing ``cargo build`` or ``dx serve``
```
error[E0463]: can't find crate for `manganis_macro`
--> /home/sul/.cargo/registry/src/index.crates.io-6f17d22…
-
TL;DR: We should do the following:
- [ ] ~~Enable logs of INFO and more important levels in release build.~~ Do not use any features of the `log` crate to specify log levels enabled at compile ti…