athenawisdoms
athenawisdoms
Hi, I think that when there is no drawdown, we will get the error: ValueError: cannot convert float NaN to integer This problem was previously closed without being completely fixed...
What is the difference between using the default memory cache and using Redis? In what cases is one preferred over the other? Thank you :)
Hi, before using `react-image` in my Electron + React + Redux app, my render function looked like ``` render() { return ( ) ``` and when a user switched to...
Hello again @lucidrains & StyleGANers! I tried training using `--network-capacity 10 --attn-layers 1 --batch-size 1 gradient-accumulate-every 32 --image-size 512` on a Nvidia 2070 Super with 8 GB of GDDR. The...
I am having problems setting up `barman` 2.10 to perform a traditional backup of my dockerized PostgreSQL 11.6 database using the `rsync/SSH` method. `barman check pgsql` gives the error: >...
When trying to let an `AIOKafkaConsumer` start reading messages from a specific offset `starting_offset`, how do we know which partition to be used? I am trying to use the [`AIOKafkaConsumer.seek`][1]...
Is it possible to create an area chart? It is simply a line chart with a shaded region under the line. Am specifically looking to render a time series area...
**Describe the bug** `terravalconspub` address is not found when running ``` terrad tendermint show-validator ``` which only shows something similar to ``` {"@type":"/cosmos.crypto.ed25519.PubKey","key":"H4Fb800DHFB/HJbztJxdxCes+Hxx3kuVq8l9+1/ltYs="} ``` **To Reproduce** ``` terrad tendermint show-validator...
If we have an existing area-line chart (for example, https://antv.alipay.com/zh-cn/f2/3.x/demo/area/basic.html)  how can we 1. calculate the average value for this chart? 2. then draw a horizontal dotted line to...
Hi David, Learnt a fabulous amount from your repo! How can we implement a "Forget Password" function, probably along the lines of sending an email to the user with a...