dawg
dawg
`[30.0, 27.2, -2.0].mongoize` returns `[30, 27.2, -2.0]` and `[30.0, 27.2, -2.0].mongoize.map{|e| e.class}` returns `[Fixnum, Float, Fixnum]`
1. crypt does not use Base64, hence providing a crypt hash to parseHash fails with a Base64 exception Crypt uses it's own keymap (see e.g. [here](https://sourceware.org/git/?p=glibc.git;a=blob;f=crypt/crypt_util.c;h=338e28381705cae181bcce41f102ae392baa905#l247)). 2. crypt transposes the...
Would be nice to verify the provided GPG signature `tf-summarize_SHA256SUMS.sig` but I can't seem to find the public key. ```sh $ gpg --verify tf-summarize_SHA256SUMS.sig gpg: assuming signed data in 'tf-summarize_SHA256SUMS'...
Instead of linking people to a [key search](https://pgp.mit.edu/pks/lookup?op=vindex&search=0x2BD5824B7F9470E6) on another site (at least using the long id).
One example using cas [SharedFreelist](https://github.com/andralex/phobos/blob/b12a07f44ee68ab3acbdfe8aea7fe92300dc4530/std/allocator.d#L3191).
- followup feed-specific skip silence config (#6910) and #6903 - toggle buttons to configure - medium 300ms gap - aggressive 50ms gap - recreate player when switching between those fixes...
- replace deprecated float arguments with int to fix Python 3.12 compatibility
## Expected behavior Redact X-Amz-Server-Side-Encryption-Customer-Key: ## Actual behavior Shows in debug logs where `AWS4-HMAC-SHA256 Credential=**REDACTED** ## Steps to reproduce the behavior mc --debug cat alias/bucket/key --enc-c alias/=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ## mc --version...
- was testing the following char for a display property when it should test the last char - fixup f7cc2af98d - found when htmlizing org-modern which [uses display to add...