Mikhail Alkhovik
Mikhail Alkhovik
It would be really convenient to sort by two tabs simultaneously. As for now, if you sort by % downloaded you get all the torrents that aren't finished at the...
It would be great to cap some games at 45,50,55 fps, so it wouldn't be terrible 30 but still be locked. For games that just couldn't keep the 60 fps...
I'm in a situation where I'd rather test it how it is (object being instantiated inside a class) instead of refactoring object creation to be injected and found that i...
If nullable properties are allowed in Entity and databases overall support null fields, **why wouldn't transform method be able to accept null from fromUnderlyingValue**. IDK maybe i'm doing something wrong...
Build.bat in it's current state doesn't delete temporary files which creates problems when working in google drive folder. It's fixable by using "del" function like this (it also doesn't output...
When trying to use module.exports and require("./scripts/someScript") i can get variables from other files, but functions doesn't work.