Elmar Pruesse

Results 56 comments of Elmar Pruesse

I'm experiencing the same issue on with 5.20 to 5.24. The checkpoint feature is extremely slow. I've got only a few hundred samples, but before a half-finished workflow even starts,...

The problem is that the loop below checks a lot of other jobs for each checkpoint job as far as I can tell. I did some benchmarking with yappi and...

@jmeppley - Try this: (Numbers match my real workflows, may want to lower `npoststeps` and `nsamples` for testing, unless your patch speeds things up a lot...) ```python # Number of...

The DAG performance improvements in 27.3 sped this up significantly. It is still much too slow though. Looking at ~1 second per checkpoint on a large 1000 sample workflow. Total...

Well, R has `citation(packagename)` which returns a `citation` object, a subclass of `bibentry`, so it uses essentially the BibTeX model. The result for `ggplot2` looks like this: ```R > str(citation("ggplot2"))...

Debian specifies these fields for `reference`: ``` Reference: Author: Title: Journal: Year: Volume: Number: Pages: DOI: PMID: URL: eprint: ``` In the case of ggplot2, the upstream meta data in...

> If you want to see this, you'll need to submit the PRs for implementing it. I think it's a good idea, but I can't put much effort towards doing...

Yes, I was thinking to have a state file similar to `known_devices.yaml` in HA which is filled with discovered devices but also allows configuration with a speaking name (maybe HA...

+1 on at least adding more docs regarding self-hosted runners. Just naively ran this on my laptop because I'd run out of action minutes. Now my .bashrc is gone... Ideally,...

Eventually? Yes. Today? No. You are welcome to get the necessary infrastructure in place to support that kind of build, we'd welcome a PR. Many packages require extra effort for...