Robert Nowotny

Results 51 issues of Robert Nowotny

Dear Graham, I have a simple decorator, which checks if Keywords are present - It is a PEP561 Package, so type annotated - but I cant annotate for wrapt :...

Dear Peter, since the package is already type annotated, please make it useful by make it a PEP561 package - it takes 2 minutes : add an empty file `py.typed`...

## Summary * OS: Windows * Bug fix: yes * Type: sycripts * Fixes: support blanks in the path of python interpreter ## Description support blanks in the path of...

- pipe is more performant then queue - it is more elegant - it might run on Amazon AWS (unconfirmed)

- using wrapt instead of wraps - this give more accurate results when debugging in pydev / docrunner / doctest, especially when decorating class methods. wraps just does not behave...

@swt2c : compiling of the source on github on windows , python 3.10, 64 bit : after solving the SIP6 issue, some SIP generated *.cpp files can not be compiled...

Dear Igor, in order to implement PythonClassParser I started to refractor the monolythic __init__.py, to make things a bit more easy to handle. - dropped Python 2.7 - Python 3.5...

I love Arpeggio, but now when really working with it, I would like to have certain features : since I do Parsers for many different Formats, there are some Grammars...

enhancement
feature

In order to use that objects together with wrapt_timeout_decorator https://github.com/bitranox/wrapt_timeout_decorator it needs to be pickable - but it is not. Ordered Dict can be pickled. Test Code : ``` from...

decorating of class methods does not work on Windows, with dill versions bigger the 0.3.4 I reported the issue to the dill maintainers. It causes a recursion - the decorator...

bug