Andreas Motl

Results 1428 comments of Andreas Motl

Hi Yves, have you been lucky running PatZilla in sandbox mode with MongoDB 5? Otherwise, please let me know if you observe further errors. With kind regards, Andreas.

Hi Yves, > USPTO tests are failing. Is configuration and/or anthentication needed? I've recently also recognized the problem, it is about WAF blocking, see https://github.com/ip-tools/patzilla/issues/61#issuecomment-1475408168. So, I've just deactivated the...

Please also see [^1] when working on the Python 3 migration, you will need it. I will see what I can do to wrap this into a package on PyPI,...

> Tests are quite in a good shape. Excellent! > I still have problems with `ModuleNotFoundError: No module named '__builtin__'` in mock component when calling `tests/util/test_numbers_helper.py:21` I see. Don't know...

FYI: You can unlock a few more test cases by exporting the `OPS_API_CONSUMER_KEY` and `OPS_API_CONSUMER_SECRET` environment variables with valid values in your terminal, and then running `pytest -k epo`. Cheers!

> I committed the state of my work in my repo. Very sweet, thank you! Will you submit a pull request? Then, I can look into the remaining errors, and...

> Independently, I will look into the JavaScript problem at the document details chooser for navigating to Description and Claims. I've just created GH-69 to analyze and track this problem....

Hi again, > I still have a problem that the tabs `Desc`, ... are not displayed. This is already the case with the Python2 state. I had a look in...

Dear Andrii, thanks for writing in and reporting this issue to us. From reading about `ts-loader` in the stacktrace (thanks for that!), we conclude this is most probably related to...

Dear Andrii, it looks like the referenced `tsconfig.json` file was missing completely, so we just added it with 70dfd823. Thanks for spotting this! Please let us know whether that solves...