Alex Mirrington
Alex Mirrington
Any additional progress on this? Do we have a list of what needs to be completed in order to achieve PEP 561 compliance?
Hi @jcfilben and @ericsoderberghp, I was just wondering what approach you would recommend for components that currently dont have tests associated with them such as `AccordionPanel`, `CardHeader`, `CardBody` and `CardFooter`?...
@haysclark I updated it on Wednesday but everyone's been getting their PRs in for Hacktoberfest since then by the looks of it! Can't believe we're over halfway done already! Cheers...
@jcfilben Just updated the list of components above in preparation for Hacktoberfest to include new components that have been implemented in the last year. Looks like they have all been...
To me, it seems more intuitive that `{'x': 1, 'y': 2}` should be the result, as simply specifying the `Child` class as a parameter does not intuitively convey that attributes...
I've been working on a separate project based on this one since we haven't seen a lot of activity in this repo lately, and added support for PEP-561 stub packages...
@alexeagle Great to hear! The biggest learning I've found from playing around with PEP-561 stub packages is that it's easiest to generate a virtual environment and use the `--python-executable` mypy...
I have added support for PEP-561 stub packages in a separate project as mentioned in this thread: https://github.com/bazel-contrib/bazel-mypy-integration/issues/39
As a side note, the same occurs for lines printed to `stdout` that end in a return character instead of a newline character, _e.g._ `print(f"loss: {loss.item()}", end="\r")`. I am mainly...
Hi there, I just wanted to clarify if the base value is the expectation of the model output over the entire background dataset or just over the background dataset not...