Cyril Waechter

Results 24 comments of Cyril Waechter

Duplicate of https://github.com/kozec/syncthing-gtk/issues/487

> * Add new dimensional / shape properties where missing for every predefined type. As there is a need for heigh/width for almost any predefined type why not just move...

Why should we have a Pset for this ? Why not using info from the element which controls this [LightFixture](http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcLightFixture.htm) through attribute `HasControlElements` ?

Hi André :-), Thanks for your pull request. # General * variable names are not PEP8 compliant. You can use a linter like pylint to help you. * I understand...

Hi André, I watched your video. Now I understand. I think it is a good idea to keep it but maybe put it in a stack with dropdowns.

@chmatse I have the same issue with a fresh install and ghostscript was not installed.

> Could you write this import and test? > > ```python > from Autodesk.Revit.UI import TaskDialogResult > ``` It is what I did in steps `To reproduce`. Import works. Error...

Ah… Yes. Now I remember that I already encountered this issue on some of my CPython scripts. Thanks @dosymep It is an easy fix. As [rpw](https://github.com/gtalarico/revitpythonwrapper) have not been updated...

> @CyrilWaechter I did merge you PR but you may want to check if @nodatasheet link does the job The coreutils get_enum_none is using a loop and compare each value...

> The fix that was pushed for this appears to create an issue when the tool is still being run with IronPython 2. You will get the following error: TypeError:...