Thomas Jalabert

Results 4 issues of Thomas Jalabert

Hello, I have trouble to transfer funds with piston-cli ```python steem = Steem(wif=posting, node="wss://this.piston.rocks") steem.transfer(to="someone-else", amount=55, asset="SBD", memo=memo, account=steemit_account) ``` It gave me this error: ```python Traceback (most recent call...

Hello, I'm using your package with a huge list of expression. Basically, I'm doing this: `res = map(exp -> (exp, rcall(exp)), res)` It run correctly but it is taking forever...

enhancement

I was looking for a Julia implementation of this known combinatorics problem: [Stars and bars](https://en.wikipedia.org/wiki/Stars_and_bars_%28combinatorics%29) I have some struggle to use `multiset_combinations` and `multiset_permutations` and I didn't find any good...

Hello, I discovered your package and I was reading the documentation, looking for the features I could need for my specific use. About the [moving function](http://juliastats.github.io/TimeSeries.jl/dev/apply/#moving-1), is it possible to...