-
### Is there an existing request for this?
- [X] I have searched the existing requests
### Forums discussion
https://forum.freecadweb.org/viewtopic.php?f=10&t=65213
### Subproject(s) affected?
Sp…
-
DTV had the luxury of using Plex to remux unseekable content -- Plex had access to files on disk and could remux itself before sending to DTV for further transcoding. Tunarr has done away with Plex tr…
-
Several programming questions have been addressed already in our [Code Gists](https://gist.github.com/helgasoft).
Gists are searchable by keyword. Example: to search for _scatter_ in all gists - [do…
-
# Commit:
36f1b988f14b518a6346d2edb1267340387e646c
# Goal:
run `$ python test_video.py`
# Issues:
- [x] the `medpy` package is not in the `requirements.txt`
Error log
```
(.ve…
-
Here is my code:
```
titanic_4 %
select(Survived, Pclass, Age, Sex) %>%
filter(!is.na(Age)) %>%
mutate(agecat = cut(Age, breaks = c(0, 14.99, 50, 150),
include.lowe…
-
> - regarding the sharing of code, dependencies, versions & reproducibility: It may be helpful to explain in more detail why it is important to not only share the code, i.e. that different operating s…
-
`windows-x64`
`zig version 0.9.0-dev.476+3e67ef5c9`
```zig
const T = struct {
v: i32,
pub fn f1(self: *@This()) void {
self.v += 1;
}
};
pub fn main() anyerror!voi…
-
Dear all I am getting the following error:
> install_from_swirl("R Progamming")
Error in curl::curl_fetch_memory(url, handle = handle) :
Failed to connect to github.com port 80: Connection ref…
-
Howdy Mark,
I get the following error using the latest dev build of Monkey2 and the latest Emscripten ver. 1.38.21. I can get code to compile if I add -s ERROR_ON_UNDEFINED_SYMBOLS=0 to env_linux.…
-
### 🐛 Describe the bug
Fake tensor fake mode mismatch
repro
```python
def create_sd2():
from diffusers import StableDiffusionPipeline, EulerDiscreteScheduler
model_id = "stabilityai/st…