-
## Description
Looks like i missed some things when we added the ability for plugins to download through a mirror. During the install, we're getting a `did not respond with an X-Version header`…
-
ImageReward does not work. I am using stable-diffusion-webui-directml. I followed instructions from "Quick Start" as well as "Integration into Stable Diffusion Web UI". Attached screenshots to show…
-
**Describe the bug**
Still working on my personal site (whose repo is here, specifically on the branch that's causing problems) : https://github.com/xvw/capsule/tree/move-to-nightmare
I'm using a …
-
### What happened?
I just updated `conda` using `conda update -n base -c defaults conda` -- and now I'm receiving `OpenSSL` errors -- disabling `ssl_verify` results in the following:
```
Collec…
-
I noticed that triton build that is installed along with pytorch nightly build was updated recently to 2.1.0+e8a35b3968 and no longer runs. It seems the way triton accesses the hardware has changed. …
-
> The majority of libxmp files is MIT, but the library itself is LGPL because there are a few third party components (unzip, etc) that are LGPL. The "lite" library version uses only MIT-licensed sourc…
-
### Operating system
Windows 11 Pro
### Eleventy
3.0.0-alpha.3
### Describe the bug
> This description is based on my real blog. I wasn't yet able to create a reduced example. If I manage to crea…
-
Consider the program calculating `sum (map head (tails list))`. Due to the laziness, though the normal form of `tails list` has `O(n^2)` elements, I'm expecting the whole expression to cost linear tim…
-
Consider the following piece of code:
```rust
use std::pin::Pin;
trait Test {
fn test(self: Pin);
}
fn foo(t: impl Test) {
t.test()
}
```
The error here is that `test` can only b…
-
I would like to build drake in a Debian 12 (Bookworm). As Ubuntu is a derivative of Debian, it should be smoothly, however it is being a pain.
I have modified:
``CMakeLists.txt
tools/workspace/…