Cesar Saez
Cesar Saez
Really? I mean, these are simple snippets showing design patterns for learning purposes, none of this code is usable as it is on a production environment... do we really need...
There was a similar question this week in si-community (pyqt4.10.x) :) http://www.si-community.com/community/viewtopic.php?f=13&t=4866
I have exactly the same problem with some special symbols in my qwerty keyboard (spanish distribution), i.e. to get a hashtag symbol (#) I usually press Alt Gr + 3...
Sure, I can work on a template and share it. But... what do you think about read the keyboard layout via win32api.GetKeyboardLayout() (dunno about linux, it's already supported?) and dinamically...
It seems to work in Maya 2014 (vp2.0 and hardware renderer)... I have to test it on recent versions.
Thanks Maththew, I have a [little tool](https://github.com/csaez/hard_reload) to deal with this at a package level and there's the very cool [reimport](https://pypi.python.org/pypi/reimport) (I've used it on tricky production environments and it...
Hi, Thanks for looking into this :) I've used python's difflib in the past to get a ratio between matches making the fuzzy search an one-liner, the problem is more...
Hi there, In my case it doesn't error, but stops my website from being marked as verified. Current link: https://mastodon.social/@user@instance Desired link: https://instance/@user
I take it back, I wasn't aware of the ability to pass additional options to socials. https://github.com/dillonzq/LoveIt/blob/e4e7348362c9da8182cbe2168bac78a2ec82e0a8/exampleSite/content/posts/theme-documentation-basics/index.en.md?plain=1#L865 All seems to work as expected on my side :+1:
Hi Hannes, That's a great point... basically a repo is a directory where you can put python scripts (o mel files if you feel so inclined) that then will be...