earonesty

Results 63 issues of earonesty

on android, there's a small change to fix it on ios, not sure either way, don't use this because it will keep working, while exporting an insecure polyfill

### Description of change Change set operation key-types to KeyT https://github.com/redis/redis-py/issues/3189

This function: ``` def sadd(self, name: str, *values: FieldT) -> Union[Awaitable[int], int]: ``` differs from all other key functons in that the name is a "str", however there is no...

coincurve hooks, tested osx/linux/windows

there is already an encrypted direct message and encrypted group can be simple: - create private key for group - register group as a new "user" - invite users to...

was curious, even with the new builtin ordered dict, the simple python impl is still slower, but barely! should probably update the readme. no need to compare to old and...

Not an "Issue".... i modified the pileup engine to be a "multiple bam" pileup engine (uses a priority queue, it's cute), but then i ran into an issue where i...

If i use a file url: ``` ERROR Error: Could not load file:///data/user/0/host.exp.exponent/cache/ExponentAsset-3a1479866a477808fa78b5422265ea6f.jpg: Call to function 'ExponentFileSystem.downloadAsync' has been rejected. → Caused by: java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https'...

enhancement

the directory structure requires a folder for each job .. to store the opts/status/i-o/etc switching to sqlite is probably a better idea... especially since concurrency isn't really an issue... only...