Rodrigo Castro

Results 23 comments of Rodrigo Castro

# I'm willing to open a PR I just need to know with which approach this should be resolved with. Should it be added try/except on the form cleanup? Should...

> I think the maintener has died, just look at the pull requests session... Sad life :cry:

Yes, I followed the [oficial client CLI docs](https://github.com/matheusd/dcr-split-ticket-matcher/blob/master/docs/client-cli.md). And it didn't mention the `promptsecret`. Ty

Found the docs with instructions on [manual configuration docs](https://github.com/matheusd/dcr-split-ticket-matcher/blob/master/docs/config-client.md). Didn't access this link on my first configuration. Should it be on another page as well?

Up! Is this planned to be implemented? ![image](https://user-images.githubusercontent.com/3301060/69311418-2f8a7c80-0c0b-11ea-9967-4aa67505bccb.png) This error is raised on [split ticket buyer main.go line 66](https://github.com/matheusd/dcr-split-ticket-matcher/blob/2a62ef634d82ba2eb505a875f7cb3d4f70466c0b/cmd/splitticketbuyer/main.go#L66). It could exist a `force retry` arg on CLI which could...

@matheusd where should I work on this? Branch master or release-v0.7? I can only try this on branch `release-v0.7`. On master it's giving me a protocol version error ``` Error...

@bittner @LucidDan I understand why. I struggled a bit with the behave-django untill I undestood that you guys decided to use **StaticLiveServerTestCase** as the default test case suit instead of...