Jared Deckard
Jared Deckard
**Original implementation:** 1. A user enters a bitcoin address into the send destination. 2. The send destination is recognized as a valid bitcoin address. 3. The destination is federated as...
Some of the original progress integrating bitcoin address handling into the send form can be found in https://github.com/stellar/stellar-client/compare/bitcoin-bridge.
I ran into this today. Due to #8932, the work around for this seems to be using any needed features in the main script to trigger usage detection. ```js export...
Sorry for the delay. Notifications defaulted to off for this fork. They are on now. Adding quotes seems like a good way to support most table names. After that, if...
The `RateLimitDecorator` could inspect the `func` in `__call__` and determine if it is a compatible wrapper with attributes like `__func__` and `__limits__`. It could then discard the previously wrapped `func`,...
~~I am automatically dumping profiles on a webserver and I would like to be able to convert them to HTML automatically so that they can be accessed through an admin...
That field definition appears to correctly allow `None`. The relevant error message would be at the bottom of the traceback, but it is cutoff. Pasting the error in a markdown...
Are you using [apispec](https://github.com/marshmallow-code/apispec) to generate your OpenAPI spec?
This sounds like it might be related to https://github.com/marshmallow-code/apispec/issues/833. Have you upgraded to `apispec==6.6.1`?
https://github.com/marshmallow-code/marshmallow/compare/dev...deckar01:2270-meta-many