Dariusz Suchojad

Results 9 comments of Dariusz Suchojad

OK, I've added some more to it but I'll stop at that :-) What I did was to make the C implementation of __getattr__ and __setattr__ actually match that in...

Thank you both for your input! What I am parsing is source code of a programming language with a complexity comparable to that of Python or Java, perhaps somewhat simpler....

I have not used Nim but I spent a lot of time with case-insensitive languages and I can say without any doubt that it inevitably becomes a big maintenance burden...

In case someone wanted to implement it, I have an uncamelify function [here](https://github.com/zatosource/zato/blob/main/code/zato-common/src/zato/common/util/api.py#L749) in Zato. This was not added in relation to Lark per se but the regular expression will...

Yes, this is a very good idea. For serious purposes, one uses at least several static checkers, each good in its own way, and what you suggest would be truly...

> requests.exceptions.ConnectionError: HTTPConnectionPool(host='my hostname', port=80): Max retries exceeded with url: end_point (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',))` Hello @taimoorpashanbs17, can you...

Ok, but we have two aspects here: * I really do not understand what you mean by adding it - what needs to be added and where? * You have...

To answer my own question - yes, I was using an invalid input parameter. The auth_url is something that a "user" needs to open in a web browser and explicitly...

Hello @gonchik, thanks for creating the library, it is a very helpful one indeed! I am here to add my voice too - this commit 7f8bc5a4438fc6e555aca35d36735c53decfeddc significantly changed the output...