Aran-Fey

Results 16 comments of Aran-Fey

Totally agree. I don't want my dataclasses to have `to_json()` or `from_dict` or whatever methods. I just want a library that can do this: ```py >>> person = Person(name='Hans', age=26)...

Please don't go down the `DataClassJsonMixin.to_json(some_obj)` route. Any person who reads that code would assume that calling a `DataClassJsonMixin` method on an object that is not a `DataClassJsonMixin` instance is...

I agree the logic that converts instances to dicts/json should be separated from the class hierarchy. I don't really care how exactly that's implemented (I'll be happy as long as...

I'll try that, but that workaround wouldn't help if I wasn't the only user on this PC. Wouldn't writing the user ID into the file (instead of checking its owner)...

The script from computerhope isn't quite as up-to-date as the latest version here on github (and also it's a horribly formatted mess), so I took it upon myself to figure...

Hmm, that's a bit tough to explain. Essentially, my program is a web scraper. You give it an URL as input, and it scrapes that website. You can use the...

*All* of the grey text should be brighter in my opinion. It's not one specific page that's a problem; this grey text is *everywhere*. `#aaaaaa` is too dark to be...

Post a link to *what* page? I've said multiple times now that this problem exists *everywhere*. You're right that there are too many shades of white to make a custom...

This ![image](https://user-images.githubusercontent.com/22036272/61993225-ed8c6800-b068-11e9-8139-3dea420aeee9.png) is from [https://stackoverflow.com/users/current/?tab=reputation](https://stackoverflow.com/users/current/?tab=reputation). I'll play around with the brightness some more before I submit a PR, but I noticed some weird font color usage in various places... on...

I haven't tried it on a different monitor and I don't see the point of doing so. I have like a dozen different dark themes installed for various websites, and...