Augusto Hack
Augusto Hack
Suppose I have the following script: ```python import asyncio async def f() -> int: return 1 async def main(): breakpoint() asyncio.run(main()) ``` As far as I understand, there is no...
## Abstract Currently we provide a very simple model, the HTTP request blocks until the operation is known to be safely finished, or error. This means that REST requests that...
## Abstract It could happen that the layer 1 node used by Raiden fails to synchronize with the canonical chain, this can happen for multiple reasons, DoS attacks, human error,...
## Abstract The current implementation of the `UserAddressManager` is callback based, changes to a user's presence will trigger the `user_presence_changed_callback`, and changes to the address' reachability will trigger `address_reachability_changed_callback`. This...
Two advantages: - Projects that want to use the smart contracts and are written in python don't have to install Raiden to use the proxies - We can add fuzz...
## Abstract The current implementation of the smoketest starts a completely fresh test environment, with a private blockchain, matrix servers, and newly deployed smart contracts. This is a good test...
Consider the following blockchain transactions: - Channel is closed - Channels is settled If both of the blockchain events for the above transactions are fetched in the same batch, then:...
### Summary There are two things here: 1. This is not a bug, but an usability issue. When adding a new key with `gopass recipients add --store ` the secrets...
Using `auto-complete-mode` with `indent-guide-mode` can produce artifacts on the end of the file, here is the minimum configuration to reproduce the problem: ``` elisp (auto-complete-mode) (indent-guide-mode) (setq ac-auto-show-menu nil ac-auto-start...
# What happened? ``` curl -X DELETE 'http://localhost:8081/config/test' ``` Return `405: Method Not Allowed` # What did you expect to happen? The endpoint should exist