-
**Current in-game behaviour.**
The tdm store has one empty cell.
**Proposed Change**
It would be cool if they added crate to that slot.
**Additional context**
It would diversify the game,…
-
### Describe the problem
Currently Tauri uses libappindicator to create tray icons on Linux. But it has far fewer features than the xdg standard, as well as macOS and Windows.
There are multiple bug…
-
### Describe your use case
When running `cargo semver-checks` no lock files appear to be used, either for the current / local version of the crate, or for versions of the crate downloaded from crates…
-
```
error[E0412]: cannot find type `ucontext_t` in crate `libc`
--> /wrkdirs/usr/ports/graphics/oculante/work/oculante-0.9.1/cargo-crates/generator-0.8.3/src/stack/overflow_unix.rs:29:21
|
29…
-
As raised by @pfeil in https://github.com/ResearchObject/ro-crate/discussions/253 there may be a backward incompatibility from 1.2 if reading 1.0 crates following the algorithm in https://www.research…
stain updated
3 weeks ago
-
cargo build --examples
-- omitted --
error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
--> examples/extended_communities.rs:6:35
|
6 | env_logger::Builder::…
-
-
# Background
`stratum/test` contains three crates:
1. `config/`: Contains each role's toml config for the `message-generator` test stack.
2. `message-generator`: Generates messages to test SRI.
3.…
-
# Background and Motivation
Currently, we have an in-house parser that is built on the `lalrpop` parser-generator. This has been good while the supported syntax has been simple. However, as the suppo…
-
I had this fixed in #59 but you reverted it, I think?
Changing
```toml
[dependencies]
image = "0.25"
```
to
```toml
[dependencies]
image = { version = "0.25", default-features = false,…