Gabriel Reis

Results 6 issues of Gabriel Reis

`ImportError` exception is raised when trying to import an enaml file from inside a Python egg. ![image](https://cloud.githubusercontent.com/assets/209902/8365893/54d87244-1b88-11e5-872c-d826d8987265.png) I tried to create a minimal project that reproduces the issue: https://github.com/gabrielcnr/enaml_egg I...

The index repodata cache is not being refreshed for all the conda channels because of the big ttl set on: https://github.com/mamba-org/boa/blob/fc9050d1f392382b09571e72cffc8554d3003802/boa/cli/mambabuild.py#L71 I think this need to be configurable or, at...

I tried to create a fresh new environment for Python `3.10` with all the listed dependencies for `elegy` and it seems that all of them are already available for python...

enhancement

I already start by apologising beforehand because I may be reporting this issue to the wrong team and wrong place. I have a custom quetz-based conda channel which is used...

@nicoddemus could help here? ;-)

help wanted

Problem: I came across a serialization problem with `CatBoostError` exception instances. I was able to reproduce it with a minimal example. Consider the following two Python files: # cb_exc_save.py ```python...

python