Samuel Colvin
Samuel Colvin
Not exactly. My plugin is providing highlighting for jinja code (and html jinja templates), the plugin has a list of file extensions it should work with, eg `.jinja`, `.jinja2`. When...
I'm getting the same error as @mahenzon every time I open pycharm.
Friendly/more correct message is definitely the best first step.
is there any option in pycharm for some kind of "weak warning"? That would be optimal.
That's cool. Could you look at the equivalent mypy flag and use that?
I think we should build a master copy of what types pydantic can accept as inputs to what types, e.g.: * Ints are always permitted as inputs to datetimes *...
pytest-sugar is awesome, @Teemu would be great if you could add more maintainers. I'd be happy to help too. I hoped pytest-rich would be a solution, but development of that...
A bit more detail on this: As discovered by @messense, https://docs.docker.com/desktop/mac/apple-silicon/#known-issues > However, attempts to run Intel-based containers on Apple silicon machines under emulation can crash as qemu sometimes fails...
Ye, I get the problem. You won't be able to test on gh-actions or any other cloud service AFAIK. I don't know of any to actively detect, but I guess...
I hadn't quite appreciated the run-time vs. compile-time distinction at play here - that's my fault for thinking in python. > Do we want to add this error-code workaround into...