Zdeněk Materna

Results 54 issues of Zdeněk Materna

These days, a lot of libraries use type hints (PEP 484) as it improves the experience of developers during coding, and mainly it makes the code more robust (can be...

`pkg_resources` (part of `setuptools`) is [imported](https://github.com/marshmallow-code/apispec-webframeworks/blob/91c4e2ccd85ce6a245a7911ad8f9f7b90ffde3bc/src/apispec_webframeworks/__init__.py#L1), but the dependency is missing. Would it be possible to add it?

I really like this addon, the only downside is that it does not have the possibility to set transport to TCP. It works, but the image is corrupted from time...

``` Diff GET Status Code: 200 Traceback (most recent call last): File "/usr/src/entrypoint.py", line 81, in changed_files = get_changed_files(diff_rq.text) File "/usr/src/changeutils.py", line 38, in get_changed_files assert file_diff_lines[3].startswith("---") IndexError: list index...

I was getting an `AssertionError` because of this [comment](https://github.com/robofit/arcor2/blob/b436488c7042e7f7dd31ac465dd2f03b269e7ca8/src/python/arcor2_fit_demo/object_types/dobot_magician.py#L51). With the comment gone, the error was also gone. Also, everything seems to be ok with the comment on its original...

Following simple test fails: ```py import horast import inspect class Test: """ multiline docstring """ original_code = inspect.getsource(Test) tree = horast.parse(original_code) unparsed_code = horast.unparse(tree) assert original_code == unparsed_code ``` because...

If the following code: ``` class foo: def bar(self): # whatever comment pass bar.__baz__ = None # type: ignore ``` is passed to ```horast.parse```, an AssertionError is raised: ``` Traceback...

We would like to use `arcor2.rest` in different projects. It is quite versatile and handy and, in contrast to everything else that exists (up to my knowledge), supports typing and...

It was the case for the Build service, where exception in `save_and_import_type_def` led to a silent failure - nothing was returned (`ERR_EMPTY_RESPONSE`). It has to be further investigated - no...

`AssertionError` when stopping a scene after unsuccesful start. ``` tio-arcor-arserver | 2023-02-20 13:25:07 INFO Starting the scene_PCB scene. tio-robot-system-webapi | LOGGER ERROR MESSAGE: File with configuration does not exists: logger.config...

bug
arcor2_arserver