Anton Tetov

Results 34 comments of Anton Tetov

To do this I would need instructions for minification. @gtalarico Could you please give me some pointers? I think I'll figure out the Dynamo stuff to install as well as...

That's fair. I'm not sure how much I can contribute, I think you are way ahead of me. I'll try to do what I can though. These pointers together with...

A future possibility would be to release it as a python package on PyPi like [Rhino-stubs](https://pypi.org/project/Rhino-stubs/). Then you just pip2 install the package and that should add it to path....

@brgcode: > for STL files this is certainly to low. it should be more something like `0.000001`. Would the check be like below? ```python if first_vertex_precision > compas.PRECISION: precision =...

I looked into enabling Developer Mode to allow symlink creation without privilege escalation. However, turning on Developer Mode is most likely disabled on a computer managed by an organisation or...

See also related issue #239 for discussion on api docs.

Per IRL conversation with @brgcode some settings are found in [`setup.cfg`](https://github.com/compas-dev/compas/blob/master/setup.cfg): ``` max-line-length = 180 exclude = */migrations/* ```

Are you talking about addIng a task for running files through black/yapf to fix them, or linter output in invoke test? The latter would probably an irritant for all contributers..

Ok, then we might need to add that to the CONTRIBUTING guidelines, saying that autopep8 with these settings should be used. My vim setup uses system fixer even if the...

Seems like @brgcode got this started :). Is this replacing CONTRIBUTING.md or in addition to it? (ie, should I add a link to the existing file or just make it...