Andrey Atapin
Andrey Atapin
@turbolent any updates for this issue?
@kushti I'd like to claim on this one
@kushti I took a glance at findbugs and it looked like java-ish to me. I'd suggest to consider https://github.com/wartremover/wartremover or https://github.com/sksamuel/scapegoat.
From POV of Marketplace developer, having a way to fetch royalties and fees from the chain is great timesaver both for collection owners and marketplaces.
@Kludex it works as expected with `yield`: ```python async def dep1( n: int = Depends(the_answer), ): yield n + 1 ``` Output 1: ```python @app.get("/") def main( d1=Depends(partial(dep1)), ): print(d1)...
@niveda-krish I'm on it. We just need to make minor changes to our contract
@vbaranov CoinGecko API's `/coins/:id` endpoint operates with some internal identifier of a coin. Often these ids have unobvious values, e.g. `immutable-x` for Immutable IMX or `havven` for Synthetix Network SNX...
@codercoins unfortunately we discontinued the support of this library
@mwesthelle could you add the `recipe.txt` file as well?
@554773162 did you try to `brew install llvm@8`?