Justin Turner Arthur
Justin Turner Arthur
In the 1.16.0 wheel file on PyPI, the entire contents of the wheel are set to read-write-only permission. The scripts should instead maintain their executable permission bit. ``` zipinfo e_x-1.16.0-py3-none-any.whl...
AccurateRip has an inconvenient truth that every entry is likely offset by 30 extra samples. Would project maintainers be interested in a largely backwards-incompatible change to use the real-life drive...
If a router replies to Autobahn's goodbye with a [standards-compliant response like `wamp.close.goodbye_and_out`](https://wamp-proto.org/_static/gen/wamp_latest_ietf.html#session-close), the Component establishes a new connection. This will continue in an infinite loop. The router's goodbye reply...
[not ready to merge] Started porting this project to Python 3 several months ago with the goal of taking advantage of new Python features that could greatly improve performance (like...
Deserialize Numbers as-is. Truncate insignificant Decimal digits in serialization to fit precision.
DynamoDB doesn't persist Number format details like insignificant digits so enforcing that persistence in the `Decimal` context unnecessarily breaks valid marshaling scenarios such as deserializing the valid DynamoDB value `{"N":...
Users can now register and authenticate with Pay to Witness Public Key Hash addresses encoded in the Bech32 format per [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki). Can be tested with an Electrum 3 or...
If you privately message your rating of a user to gribble, gribble will in turn privately message the user that was rated. It still behaves as before if the rating...
Not really a source repo request, but a production/devops request. Would help the altgribbles of the world.
Example: `buy 8 BTC at "min({bitstampask}, {mtgoxask}, 500) * 0.96" USD`
When attempting to write a fresh image to 1.44 MB disks via a Greaseweazle V4, I get "bad read" galore on verification. I tested on fluxengine ed634fbbf680747f1de474894a68d506c3da7110 (dev) from 2023-04-07...