-
I originally posted the idea here: https://github.com/Stability-AI/stablediffusion/issues/378
But I guess, even without any training, this approach can be used within USDU.
## The idea
At each mo…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/dEnndzno1](https://godbolt.org/z/dEnndzno1)
This valid code will crash on Clang Assertion Trunk, it seems th…
-
code:
````rust
fn main() {
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{…
-
See attached.
---
Originally reported by danielbeck, imported from: Context menu change causes weird behavior in build history (regression in 2.340)
status: Open
priority: Minor
resolution: Unresolv…
timja updated
2 years ago
-
auto-reduced (treereduce-rust):
````rust
use std::future::Future;
pub fn block_on(fut: impl Future) -> T {}
async fn call_once(f: impl async FnOnce(DropMe)) {
f(DropMe("world")).await;
}
stru…
-
## Description
I am trying to play VR Regatta. Game launches only in window, it gets input and movement from headset and controllers, but in headset I only see steamvr space like when game is…
-
# Crash report
### What happened?
The following is a reproducer of (another) segfault discovered when trying to test Python 3.14 in CI for Sphinx:
```python
class Spam:
def __new__(cls,…
-
**Version info**:
```
qutebrowser v3.1.0
Git commit:
Backend: QtWebEngine 6.7, based on Chromium 118.0.5993.220 (from api)
Qt: 6.7.0
```
**Does the bug happen if you start with `--temp-base…
-
Observed in current release (2.41.0)
When an empty fitting tab is selected, and the incoming damage pattern context menu is brought up, most or all entries are greyed out and often one or more are …
-
```python
@app.route('/', defaults={'path': ''}, methods=['GET', 'POST'])
def catch_all(path):
session_id = 'tettris'
if session_id not in sessions:
session = Session()
…