Valentin B.
Valentin B.
I would even go as to say we could do this for google style docstrings (of course with a on/off toggle in the preferences). ```python def fun(a, b=1): """[summary] [extended_summary]...
Same here, I am assuming it's because of server-side rendering? EDIT: duplicate of https://github.com/mdbootstrap/Tailwind-Elements/issues/1038 which is still unsolved since January
Hi! No I'm using WSL2 so effectively Linux and Linux line endings.
When you try to use keras' `multi_gpu_model` you might find that it gives an Exception `TypeError: object of type 'NoneType' has no len()` regarding `model.outputs`. (at least for regression tasks...
Oh actually I managed to fix it by specifying an input shape for all network types. That's all that was missing. See my second SO link in the reply above.
EDIT: this is probably a different issue, see https://github.com/RafidMuhymin/astro-imagetools/issues/118 I have a similar problem, but in my case the production build is not even going through. I get an error:...
> See [#115 (comment)](https://github.com/RafidMuhymin/astro-imagetools/pull/115#issuecomment-1233916046) This has no effect for my problem (I checked that the patch was applied correctly). Build doesn't go through... I'll create a separate issue.
I could definitely see it being useful for keeping failed orders in the database instead of deleting them (which is currently the only viable option to avoid them trying to...
Hi there. This is something I want to add eventually, but I have to think how best to do it when a coin has multiple pairs available. For now the...
The develop branch currently has added support for BUSD token pairs. The bot will still always buy with BNB and sell for BNB but it can route the swap through...