-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using any gamescope patches or a forked version of gamescope?
- [X] The issue occurs on upstream…
-
Playing around with [`indoc`](https://docs.rs/indoc/latest/indoc/), I’ve noticed that while a format string that `indoc` doesn’t modify further, like
```rs
indoc::printdoc!(
"x{}"
);
```
leads to an e…
-
### Issue type
Crash or freeze
### Description with steps to reproduce
Sadly, reproducing this bug is kinda hard. Im using the flatpak stable version on Linux Mint and had this issue twice now: At …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Other
### Bug
error af…
-
I am trying to setup rousette on docker-compose with sysrepo backed by a Mongodb server on a separate container but rousette does not like dns resolution on docker
when starting rousette
(.venv) …
-
#### SDK and version
SDK : Java
Version: 10.18.0 (Core 13.26)
#### Observations
* How frequent do the crash occur?
Occasionally
* Does it happen in production or during dev/test?
Producti…
-
### Component
Forge
### Describe the feature you would like
many tests in forge now use
```rust
prj.wipe_contracts();
prj.insert_ds_test();
prj.insert_vm();
prj.clear();
```
…
-
While getting rid of my old GitHub notifications I noticed that I had an issue with lack of `std::cout` in the past, which became a problem while porting some projects.
This issue is basically a bu…
-
### Describe the issue:
`np.einsum` is ~20x slower than other libraries.
### Reproduce the code example:
```python
import numpy as np
x = np.random.uniform(size=(1000, 1, 500))
y = np.random.uni…
-
### Describe the bug
I'm afraid this is a particularly hard one to reproduce, but hopefully the stack trace helps someone point me in the right direction.
I have a tauri app that I am launching …