-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.463
OS: Linux - 4.18.0-553.5.1.el8_10.x86_64
Java: 21.0.3 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
an…
-
Reuse Knative services (deployments) between experiments to avoid high latency for deploying functions.
-
Use cases on spatial reuse should be added to the regression's script in order to automatically check the proper operation of Komondor adding new functionalities or modifying the code.
-
Allocating memory is slow. If I want to process multiple images (>1000) as quickly as possible, reusing image buffer (sufficiently large) would be a lot faster. Is this possible? (I only saw the `Read…
-
I'm seeing more than 10k connection setup and experiencing "accept4: too many open files ", besides tuning up the system (i've tried to increase the file max and ulimited to 204800, but still no luck…
-
Most recent master.
CPFP transaction A
CPFP transaction B
Notice they both get sweeped to the same address.
No way in UI to select address to which they would get sent in the CPFP feature eit…
-
Currently writing transformed images fails when they were piped into `mrregister`:
```
mrtransform a.mif -linear A.txt - | mrregister - b.mif -transformed a_at_b.mif
[ERROR] failed to open key/va…
-
Right now every time I set up a syncer, it asks me to create a new build template for that project. The majority of the time, however, the PR specs I want to run are the same from project to project.…
-
I wonder if we can reuse `fetch()` somehow. That way we don't have all the features of the Fetch API in two places. That already causes issues with the Cache API.
Perhaps with the controller/observ…
-
Can i reuse existring translation? For example something like this:
```
en:
greeting: Hello
greetMySelf: {{.en.greeting}} me!
```