Bernat Font

Results 83 comments of Bernat Font

Are you running it `live`? In any case, it might be worth including some function to assess the number of API requests before sending them to the server while adding...

It should be pretty easy to adapt the [broadcast_signals(tickers_TA_list)](https://github.com/b-fg/nuatsbot/blob/b5ac8c28cfb1711079cf75fb62a9e05e1b926239/nuats_bot.py#L28) function to do this, since the notifications are already in a `list`. You can try to submit a pull request and...

It is a very easy piece of code. Try to learn some Python first and then we can go through it together.

Thanks for pointing it out @yuehhua, that's indeed what we are after.

Understood @vchuravy! Thanks for clarifying.

A bit more on this, it looks like if we try to evaluate the required `workgroupsize` during runtime using ```julia workgroupsize = ntuple(j->j==argmax(size(R)) ? 64 : 1, length(size(R))) ``` and...

In WaterLily we could also benefit from this as we are currently passing index offsets manually too.

This is very weird but I could manage to see why the line in master https://github.com/weymouth/WaterLily.jl/blob/5dea927b870935e27c2dd408da74d838339fbb87/src/util.jl#L101 is giving problems. It generate tuples for the workgroup size that are not correct,...

https://github.com/weymouth/WaterLily.jl/pull/129 fixed these issues.

Sure, make a PR and I will review it :)