gaboose
gaboose
Hi @olebedev! Maybe if I find a free minute or two :) but it's not straight forward. I think fixing this would require for `Emit` to return something other than...
@kaepora I don't understand the multiple passwords issue. Why does encrypting local data (either history or users.db) requires more than one user password? Can't the same one be used?
The tests do: ``` def testVisitSequenceSuccess(self): """Can we visit a successful sequence? """ tree = owyl.sequence(owyl.succeed(), owyl.succeed(), owyl.succeed()) v = owyl.visit(tree) results = [x for x in v if x...
I get that. But here, following your example, the success-check "try call bank" gets executed only once even though the network is down (the test is rigged so the `repeatUntilSucceed`...
@eykd I took the liberty of fixing these myself 5d73706e1ead700a4e7d52345ebc355613a339a6 . All tests succeed.
Thanks for looking into this. I myself can't tell whether visit's leaky values are an issue or not.
It seems like `MemMapFs` sets `os.ModeTemporary` for new files by default, which I find... unexpected. https://github.com/spf13/afero/blob/c50d43df5727bcc89b1f175b29af4cffebd3e04f/mem/file.go#L75
I had an issue on `1.4b2` as well (but on Windows) where only positional arguments worked but all flag arguments were ignored so it would always just open the `ptex`...