-
```python
@app.route('/', defaults={'path': ''}, methods=['GET', 'POST'])
def catch_all(path):
session_id = 'tettris'
if session_id not in sessions:
session = Session()
…
-
Hi,
I am having trouble implementing optax LBFGS with equinox types. I am trying to run a linear regression model using this notebook https://github.com/ubcecon/ECON622/blob/master/lectures/lectures/…
-
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…
-
### Testcontainers version
0.34.0
### Using the latest Testcontainers version?
Yes
### Host OS
Linux
### Host arch
arm
### Go version
1.23
### Docker version
```shell
Client: Docker Engine …
-
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…
-
While upgrading the build configs and compiler versions in squoosh.app in [`c5c520a` (#777)](https://github.com/GoogleChromeLabs/squoosh/pull/777/commits/c5c520a71d94d0517e361da36ea2340dc6e5bdf2), we …
-
snippet:
````rust
pub struct Data([u8; usize::MAX >> 16]);
const _: &'static Data = &Data([0; usize::MAX >> 16]);
````
Version information
````
rustc 1.83.0-nightly (55043f067 2024-09-22)
binary:…
-
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
-
**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…
-
Hello,
For some time now I've been writing a chess engine in Rust. I develop on Windows at this time, but because I wanted to use only open source software for this engine, the GNU toolchain has be…