earonesty

Results 63 issues of earonesty

i've found that without some sort of layer and size estimate it's very hard to choose the right number of layers to offload todo: - get a size estimate based...

copies the dll around so pyinstaller works if anyone needs it works on windows/linux osx seems to work too.

The build() function takes optional config-settings which can be useful for building gpu-specific packages, editable-mode settings for setuptools, or other build-tool specific configurations. If used, should resolve a number of...

this is the fork im using - gets rid of c-compiled secp256k1 dep, replace with cross-platform coincurve lib - added from hex - fixed python 3.11 support - to_json https://github.com/jeffthibault/python-nostr/pull/105...

anywhere you can type an npub, also allow a nip05 handle if a user types just "@username", we assume they mean [email protected] or [email protected] or [email protected] or [email protected] ... we...

enhancement

add the user types a "username", we append "@arcade.city" to it, showing that we are establishing a unique NIP05 identity if the user types an "@" sign, we remove the...

enhancement

when a user sends a message and the relay rejects or he isnt on a network, place the message into a queue, to be sent when the network comes back...

enhancement

add a checkbox for each chat channel to enable push notifications they should all be disabled by default

enhancement

how? 1. app tells our server the pubkey to monitor 2. server send push on subscription user needs to specify which channels they want push on

enhancement