Rafael Zanella

Results 12 issues of Rafael Zanella

@gdubicki , sorry for the sloppy code, but I thought it best to ask for feedback 😬 I left `TODO` comments on things I was not sure about or where...

OLD: ``` class MultipleEntitiesProcessor(AbstractProcessor, metaclass=abc.ABCMeta): def __init__( list_method_name: Union[str, Callable[[str], list]], add_method_name: Union[str, Callable[[str, Any], None]], delete_method_name: Union[str, Callable[[str, dict], None]], edit_method_name: Union[str, Callable[[str, dict, dict], None], None] = None,...

Hi, I'm getting acquainted with gitlabform, just trying to run it gives a kind of intimidating error msg: > $ python gitlabform/run.py -c ... 🏗 GitLabForm version: 3.2.0 = the...

The callback on zoomIn/zoomOut are only invoked inside setRange() when there's an actual change. This makes it hard to decide what to do when using said functions (e.g. disable the...

Updated PR #62 to merge cleanly against current master (0acd62d)

Following the footsteps of #184 and #35 , the torrent creation uses a lot of memory needlessly as well, below are the screenshots and test code, the mem usage peak...

Logging the client's state through info() implies setting the Client class log level at INFO, separating it the user can log it separately

Since the thread gets stuck in the selector you get a leak of fds, and threads

This bug can be seen if you "open" more than 1 client locally, since the trying for bind() always goes from PORT_RANGE_START to PORT_RANGE_END the number of leaked file descriptors...