Gabriel Reis

Results 11 comments of Gabriel Reis

Is it possible to use `conda` config for that? For example: `conda config --set boa.local_repodata_ttl 600` Or conda would not allow it because: ``` CondaValueError: Key 'boa' is not a...

@wolfv - I'm happy to contribute with the `.boarc` :-) Do you think we should leverage the Config machinery available from `conda` (since conda is already a dependency) or implement...

Thanks for raising this. Would you like to open a Pull Request with your proposed fix? It would be very welcome. :-)

Apparently you identified the problem and even suggested what could possibly be the solution. We can help you getting the fix branch, the tests and the Pull Request if you...

Hi @panicoenlaxbox Thank you very much for writing this down and engaging with contributing. I agree with @nicoddemus because historically I haven't seen use cases where it would require a...

Hi @bilderbuchi - thanks for submitting this PR. We very much appreciate. I will take a look at this later this week and let you know about it. Stay tuned...

I looked here and the change and the tests look good. Thanks @bilderbuchi I don't work on Windows, so it took me some effort to test this on Windows. The...

I pushed the changes to a branch on my fork. https://github.com/gabrielcnr/enaml/commit/592d7b787015fef170b370c360eca9e87af8987d

@skeledrew this doesn't seem to be correct? The double negation `not not` doesn't look great. Can you please improve then I'm happy to merge? Thanks