-
### Describe the bug
When printing a string stream (e.g. `(string) | lines | each { tee { print } }`), the printed lines are not newline-separated. When using `print $in` instead, they are.
### How …
-
### Describe the bug
Running the multiwebview example with `cargo run --example multiwebview --features unstable` presents me with an application window where only the last child is rendered.
…
-
@vanhauser-thc wrote in #449:
> AFL++'s LLVM plugins are not built by default.
> And even if the user wants to build them the check is faulty:
```
$ cargo-afl afl config --plugins
AFL LLV…
-
Hey I'm not sure this is the correct place to open this kind of issue, feel free to move this where it is more appropriate.
Basically I'm trying to publish a new version of the [material icon theme…
-
### Describe the bug
match on lists has a strange behaviour:
```
match [1] {
[] => "empty"
[$x ..$xs] => $"at least one: ($x) with rest ($xs | describe)"
}
```
returns `at least one: 1…
-
The Plan was to use [Extism](https://crates.io/crates/extism) for Plugins, It has really promising features and enables us to "theoretically" support multiple programming languages for Plugins. Everyt…
-
### Describe the bug
Hey, this is my first ever bug report, so if there is anything that you need in terms of more details, just let me know.
I was playing around with nushell, and I encountered a…
-
#### Environment details
- OS: Ubuntu 22.04.3 (`release-please` GitHub Action)
- `release-please` version: Using google-github-actions/release-please-action@v3
#### Steps to reproduce
Us…
-
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/…
tv42 updated
19 hours ago
-
There's a few open issues related to building plugins for other software (as cdylibs) with cargo. With this issue I want to summarize them and try to work to a single solution.
### The use case
So…