riggedCoinflip
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Edited autogenerate super() vs super(class, self)
AnsweredHi, I am a bit confused of the usage of the autogenerated super calls.In Python2, you had to call super like this: super(class, self).method() This is also the way Pycharm autogenerates the super c... -
Created [Visual] detail.css not properly displaying
AnsweredHi, I have a strange case that if I name a file "detail.css" - either by creating a new file or renaming an existing one - it changes the icon, not displaying as a css anymore.The file itself works...