Stefano Parmesan

Results 6 issues of Stefano Parmesan

As a user, I want to be able to mark actions of past retrospectives as "completed", so that I can focus on what needs to be done, every week. __Acceptance...

Now it is possible to extract tags also from a queryset of generic objects (i.e.: subsets of a specific model)

Add an option to the `generateproto` management command to allow generating mypy types alongside python stubs. The option `--with-types` will check if `mypy-protobuf` is available, and fail with an error...

What do you think about supporting types for generated grpc code? By using [mypy-protobuf](https://pypi.org/project/mypy-protobuf/) we could easily generate pyi files alongside the grpc code. It would be enough to: -...

When using `DiffEditor` with Monaco 0.51 and the component is unmounted, the following error is thrown: ``` Error: TextModel got disposed before DiffEditorWidget model got reset at u.value (diffEditorWidget.ts:327:24) at...