ta32

Results 21 comments of ta32

is it possible to run this inside a docker container and have it connect to the trezor bridge running on the host. However this would mean the pin prompt would...

@TomBPotochek i got it work for ssh connections as well on wsl, but it doesn't work for git commands. The pin entry prompt does not appear

You can create new consoles by doing: ` pwsh -new_console:t:"test":P:""` `pwsh.exe -new_console:P:""` works from a powershell terminal

@superjose I keep getting the preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' but when I look at the network response from the rocket server that header _is_ present...

I wish there as an always level. Sometimes you want to print some stuff like what port and address a web server is running on. I just use warning but...

I created a failing test, but I wanted to simplify it a bit to make it easier to debug the code and understand this. There is a manual work around...

Here is a C lib which has implemented ChaCha20-Poly1305 and AES256-GCM https://github.com/jedisct1/libsodium hope it helps

Its implemented here ChaCha20-Poly1305 and AES256-GCM https://github.com/jedisct1/libsodium hope it helps

NaiveDateTime is just a datetime without a timezone. Should t.naive_local() convert t to local time of the users timezone and then strip away the timezone information? Where as t.naive_utc() should...