lucky-pucka

Results 4 issues of lucky-pucka

Hello! Thanks a lot for such great actor framework and your work guys! But I have an issue how to make some kind of init stage. For now I have...

Hi @loyd! I hope you're doing well! The main problem that I've faced that I'd like to add [tokio console](https://github.com/tokio-rs/console) in logger but I had a panic ``` cannot set...

For now I faced with problem that I don't have clear idea how to implement fault-tolerance strategy for elfo. For instance, I have some state in actor with prices in...

Currently I have some implementation of order_func_nb for example: ``` @njit def order_func_nb(c): """Called for each timestamp to generate orders""" # print(f"Context: {c}") - I want to debug it with...