Gonzalo Casas

Results 70 issues of Gonzalo Casas

It would be great if we could generally disable the background image. Besides being slower than a solid background color, very often it confuses more than helps because it's totally...

As far I can see, the example code only tries to join on `setup()` but if the session expires (i.e. as in the case of the V2->V3 migration), the node...

I know this is superfluous whining, but the dependency on `abb_driver` makes very little sense to me, if nobody is maintaining that package and there's no real dependency on it...

The GH python mesh artist makes too many assumptions about color handling, specifically, there are (at least two issues): * If a color is specified, it is converted to `rgb255`...

# Feature Request As a user, I want know what to do when a compas plugin is not found (ie. not installed) so that I can be a happy person....

Originally reported by @Grangeot --- **Describe the bug** Scripts that use the `compas.get()` function to resolve file names are failing to resolve properly and defaulting to the remote version of...

bug

Considering the prominence of `black` (https://github.com/psf/black) as the increasingly de-facto standard for code formatting on Python, it might be a good idea to switch to it and give up all...

enhancement

Github now supports the new `CITATION.cff` file format, we should add one and update the bibtex in the docs to match. - More info: [citation files](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files) - Example: [CITATION.cff for...

enhancement
documentation

This is a very quick test to see whether `lib3to6` could be used to transpile `compas` code for IronPython 2.7 compatibility. Nothing in this PR is to be merged at...

Following up on https://github.com/compas-dev/compas_fab/issues/297, it would be good if we can make sure that a non-admin user can still install COMPAS. There are two parts (at least), one is supporting...