Christoph Bülter
Christoph Bülter
Thanks for the suggestion! I'll leave this non-beta link for reference: http://help.autodesk.com/view/3DSMAX/2019/ENU/?guid=__files_GUID_3328BD45_A30C_4DDA_8CFC_884097E85611_htm It should be trivial to implement, I'll try to get my hands on it.
I agree, especially since Django will also do this once black is stable (https://github.com/django/deps/blob/master/accepted/0008-black.rst). I am currently getting some experience with this, I think it would be nice to set...
I am going to add support for auto-formatting with black and isort based on this once I've figured out how likely my VPS is going to handle installing Python 3.6+...
I recently setup that combination on another project with pre-commit and ran into some caveats, namely isort having issues figuring out which libraries are third- or first-party and thus confusing...
Not as easy as I thought. Might have to look into how other language files solve this with nested definitions, begin/end rules from here: http://sublimetext.info/docs/en/extensibility/syntaxdefs.html
Changing still needs to logout and log back in, but by displaying visited Collective names and giving a back-button on the login screen this is already much easier now.
@AstroFloof that library looks very good and like a lot of work went into it, thanks for mentioning 👋
Thanks a lot for reporting and the detailled steps! I might pick up this project again one day, and being stuck on this very old astroid version is the largest...
@VictorUceda I was able to install this package and run the commandlinetool to produce PNGs successfully using Python 2.7.15, without any extra downgrading of packages. I could however not make...
I hope we can find a way in the future to enable this. In my example the behaviour I get with my `.vue` files (html templates) is great, but on...