Alex Scrobot
Alex Scrobot
I tried to sign in to https://www.0crat.com/ with GitHub and when I caught Internal application error 0.53.14, ${buildNumber} Stack trace: ``` java.lang.IllegalStateException: [GET https://www.0crat.com/?PsByFlag=PsGithub&code=2f8e4ac94b0ae14e1918] failed in 19ms: unable to create...
Note: Just a draft of a proposal
I've added the "Two pointers technique" implementation. You could just read the Readme for details
I have one common problem. My model/entity has a field that might be related to the DTO but with different naming and type. ``` @dataclass class User: secret: str name:...