Caio Oliveira
Caio Oliveira
I don't have a lot of time right now either, but my first impression is that since we have a `pretty-hydra-define+` it should be straightforward to merge two hydras during...
Can confirm: versions 0.26.0, 0.27.0 and 0.27.2 also exits execution with: ``` Helm binding is not supported for Linux. Or the binding does not exist. ```
Be extremely careful with that. Setting a commission on my algorithm made it go from a bad algorithm to one that returns 200x on backtest. Lost some money testing it...
I think I found out the issue, at least with poloniex. In Poloniex you always have to set the limit price, but it doesn't mean it's a limit order. If...
Completely new to this library, but I'd just combine `Convey` clauses if you don't have to test other cases inside it, like so: ```go Convey("given a user request", t, func()...
@flennerhag Correct me if I'm wrong, but one would mostly benefit from your library when iterating on a model, right? If that's the case I think you could focus on...
@jstokes yeah, that's basically what I'm doing, but I think there's a little too much boilerplate involved. Some steps would already exist and may need a different key as input,...
I started exploring after an issue with importing an STL file I generated with libfive into Blender and thought it'd be relevant for the mesh quality discussion. This is what...
@dpsutton did you manage to make them play well together?
@joaotavora sorry about that. I thought creating a gist with my use-case would be clearer and faster for understanding the PR. I edited the description with a more extensive explanation...