RussBaz
RussBaz
Is this happening in the dev branch as well? It might be related to the fact that `Type` construct is not properly supported yet. However, I will have a look...
If it is actually a problem with `Type` only, can you rename the issue to reflect it? Thanks.
As a rule of thumb, one should not expect to get the same exception message from the decorated function as if it was not. It still gives the correct exception...
Listen, this is technically a build dependency only. It is only used to convert markdown to restructured before building a wheel. If I misunderstand the wheel building, please point me...
I might have an idea how to fix this but it will require a massive re-write of almost everything. It is not very feasible at this stage. I think the...
Hi @SamuelMarks. Even though I am not sure about some changes, it'd be still awesome to have so much additional effort put into this project. And I'd feel honoured to...
I believe it should mean that the type checker is expecting a Typed NamedTuple but it is getting an untyped version of NamedTuple. Here are the instructions how to make...
Hmmm. Yes, I like how this sounds. I think it might be especially useful in debugging already running systems. However, I am not yet sure how to implement it correctly...
OK, this is caused by a failing check - it tests if the type constraint is a generic. I found a potential cause of recent generic problems in there. Enforce.py...
For now - Lists. Because they are fully evaluated before running the function, their performance will remain terrible till we switch to lazy evaluation of them. I don't think there...