-
### Describe the bug
Recently a `url 2.5.3` crate was yanked and our CI rightfully started failing with:
```
error[yanked]: detected yanked crate (try `cargo update -p url`)
```
However running `…
-
### **Describe the bug:**
Katex throws an error on parsing despite "throwOnError" to be false on the following value. This explodes `rehype-katex`, an upstream consumer.
### Error:
```
Error: …
-
I'm importing the following registry entry in an upgrade step:
```
The hocuspocus URL
This is the URL that will be used to communicate with the hocuspocus se…
-
**Describe the bug**
Give a slot with `install-same=false` and a slot-hook that fails a first run of rauc install will fail. A subsequent run with the same rauc bundle however will return success a…
-
I have:
[rpi]
[mcu]
[mcu toolhead]
My MCU is an Octopus pro (1.1 h723).
Despite a successful flash, it always throws an error, which causes UKAM to stop without going ahead flashing the toolh…
-
Multiple subsequent calls to `audio.play(buffer, wait=False)` and `microphone.record_into(buffer, wait=False)` will cancel the current playback/recording and start the new one immediately.
This is …
-
**Domains or links**
The `65.112.0.0/12` network is listed. It is a very large network and includes a smaller corporate network assigned to coastalcarriers.com - `65.114.98.192/29`.
**More Informa…
-
Counters can be returned (as integers), yet the current apiSupport object describing them has all false values for `createTable`, `insert` and `read` (the latter should be true).
Seen on 1.0.18 (do…
-
I know the docs https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/no-autofocus.md show fail as
```
```
but I feel like this is bad linting for components outside of devel…
-
This is modified code from a real regression in my code:
```
#![allow(unused_variables)]
fn main() {
const N: usize = 1_000;
const M: usize = 4;
const V: [u32; M] = [1, 2, 3, 4];
…