-
TLS 1.3 session resumption can be tested by running
`
openssl s_client -connect c2.testrun.org:443 -tls1_3 -sess_out sess.pem
`
followed by
`
openssl s_client -connect c2.testrun.org:443 -tls1_3…
-
Hi Team
We have started to use jib-cli and find the tool very useful. Don't know if you have any slack channel to discuss but will try to ask here.
I am wondering if jib is or is planned to sup…
-
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!
```
-
Currently [a new WebSocket object](https://github.com/M-Welsch/base-webapp/blob/develop/webapp/static/js/global_layout.js#L10) is created on each message of base-webapp to base-bcu.
As a matter of fa…