Gonzalo Casas

Results 97 comments of Gonzalo Casas

I would suggest to encode guidelines fully into automatic checks, and then, in `CONTRIBUTING.md` simply refer to the fact that `requirements-dev.txt` installs all these tools that automatically check for this....

We have `invoke check` to do that already, but several checks are disabled atm. But I mean more like the linter/editorconfig stuff, that, if the correct tools are installed and...

@salmamzfr do you remember which version was it saved with? and which version are you reading it with now?

> recent versions of the mesh data structure use exclusively int keys. therefore it is no longer necessary to use `repr` and `literal_eval`. the current version of the mesh uses...

My first implementation indeed relied on `setuptools` and entrypoint hooks, however, I had to revert to a naming-convention style of discovery because plugins should also be discoverable inside `IronPython` which...

not quite ;) The RPC should load the environment variables defined in the environment itself into the environment of the server. Steps to repro would be 1. create an environment...

the simple workaround for this is just to manually start the RPC server from the activated environment, because that case, there's no environment reconstruction and all env vars are immediately...

I'm a bit lost with your question, I'll try to clarify naming all environments. Setup is: 1. A conda environment named `envA` with `compas` installed 2. An environment variable `GREATVARIABLE=3.14`...