Martin Thøgersen
Martin Thøgersen
Meanwhile, do you have a good, efficient workaround for mapping `` into Python `None`?
Hi @brunato, Thanks for the response, and thanks for a great library. This is easy to use and I havn't found any other python library that can parse XML while...
> * **keep_empty**: if set to `True` empty elements that are valid are decoded with an empty string value instead of a `None` So that would apply only to string...
@brunato thanks a bunch! I have tested it, and it works like a charm. The performance is also unaffected.
No pypi release for 4 years? @garyelephant is the project dead? Would be a shame.
Both [regex](https://bitbucket.org/mrabarnett/mrab-regex/src/hg/) and [re](https://docs.python.org/3/library/re.html#re.search) support IGNORECASE arguments. Maybe it would be possible to just pass *args and **kwargs onto regex/re?
Yes, I believe it would... whenever #39 build succeeds and a new pygrok version is released. ``` # python=3.8.5, pygrok=1.0.0 from pygrok import Grok import re text = 'gary IS...
Similar issue happened to me today. SVN extension worked yesterday, but now the SVN menu icon is gone (it shows briefly after startup), and source control wants to connect with...
@adx-git did you test my fix? Try to update with TortoiseSVN to check for corrupt db.
Good idea! Since the UI already have the schema-version loaded for displaying the content, it should be easy to display some schema meta. I would propose to not use the...