Mattia D'Antonio

Results 40 comments of Mattia D'Antonio

> Oh at runtime, yeah I need to update the docs, you'll need to monkey patch Task to accept a generic argument: > > ```python > Task.__class_getitem__ = classmethod(lambda cls,...

Hello @FiloSottile, can I ask you how the implementation of the ACME server is proceeding? I'm very interested in this feature to start to use mkcert, that's a great project

Did you include the `py.typed` file into the typed branch? (I'm asking because I can't see it) https://www.python.org/dev/peps/pep-0561/#packaging-type-information _Package maintainers who wish to support type checking of their code MUST...

Hello, I hit exactly the same issue with marshmallow 3.12.1 but with `values` instead of `items` (and I didn't try, but I think that the problem is there with any...

Hello, sorry to urge this issue, but it's more then 1 year that it is open with a PR waiting for the merge... Is there any plan to fix this...

Hello, any updates? I see now a 2.19.x on dockerhub, is that the official 2.19 image to be used? This issue can be closed?

regenerator-runtime reports ([here](https://github.com/facebook/regenerator/blob/063f14ef7f01bb29830e3f17e9ef151e7a5cb2f3/packages/regenerator-runtime/runtime.js#L713-L726)) the following comment: ``` try { regeneratorRuntime = runtime; } catch (accidentalStrictMode) { // This module should not be running in strict mode, so the above //...

Here a stackblitz with the template https://ngx-formly-ui-bootstrap-jm5wke.stackblitz.io I also added the corresponding html form for comparison convenience

Thank you for that! This confirms the problem with the bootstrap css. Do you think that formly would be somehow able to produce an html compliant with the bootstrap expectations?...

Hello, I was playing a bit more with this by doing some additional tests. I tried to add an addonLeft, but in this case the rendering of both the addonLeft...