Hood Chatham

Results 1082 comments of Hood Chatham

> In particular, loading code into memory for execution seems to be significantly slower The loader needs to carefully enforce security guarantees. From a security point of view the loader...

Thanks for investigating this @wlach! It is very much appreciated.

Presumably it got a 404 when it attempted to download the json from the wrong path and the `'

Maybe this should be an faq. We could really use a docs section on bundlers.

@ryanking13 Do you know what the status of this is? It would be good if we could look into this again. I would look into it myself but so far...

Thanks for working on this @rgommers and @agriyakhetarpal!

The problem here actually has nothing to do with `TYPECHECKING`, you would get exactly the same error if `TYPE_CHECKING` was `True`. Strings in types are like macros: you need all...

I don't think you can hit #22 with your code because the import guard is only in `typing.py` but you only use the annotations in other files. Either those other...

In any case, the errors are confusing, the problem is difficult to understand, and when you understand the problem it is difficult to work around. It would be nice if...