-
Long ago in a galaxy far, far away… (It was a few days and it was here, but that doesn't have the same _je ne sais quoi._)
… you showed me a sample (handbuilt) log and remux command. I have some qu…
-
**Is your feature request related to a problem? Please describe.**
I'd like to use PNPM rather than NPM for managing packages in Language Forge. I often want to have two copies of the LF source code …
rmunn updated
5 months ago
-
Currently all of the AEAD implementations do two passes over the plaintext/ciphertext when encrypting/decrypting respectively: for encryption, they encrypt the plaintext in the first pass, and authent…
-
Is there a blessed documentation how to do caching with `stack` builds on GitHub Actions? If not, could we have one?
In particular, I wonder how to correctly cache stack builds from one run of the…
-
I've noticed that coords change while zooming. Note I'm using options that should ensure no such changes...
```
doubleClickZoom: 'center',
scrollWheelZoom: 'center',
touchZoom: 'center',
```
T…
-
Run the container per guideline:
--------------
robbie@S001:~$ sudo docker run --volume=/:/rootfs:ro --volume=/var/run:/var/run:rw --volume=/sys:/sys:ro --volume=/var/lib/docker/:/var/lib/do…
-
The rpmsign man page says:
"Both of the --addsign and --resign options generate and insert new signatures for each package PACKAGE_FILE given, replacing any existing signatures. There are two opt…
nirik updated
2 weeks ago
-
## Problem
One of the uses of 'readonly' fields is in defining immutable types, types that once constructed cannot be visibly changed in any way. Such types often require significant diligence to im…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 22.04
Kernel Version | 6.10.14
Architecture | x86_64
OpenZFS Version | 2.3.99-1…
-
We ran into an interesting crash when upgrading from C++17 to C++20. We had an inline function being compiled into some object files built with C++17 and some built with C++20. This inline function ha…