Dr. Carsten Leue

Results 18 comments of Dr. Carsten Leue

> The reason type information is not shown is that MyType doesn't associate with any type hints: Callable[[str], str] is just some variable's value. True, still it's the officially documented...

I agree that `var MyType: Callable[[str], str]` is not the correct documentation. Type hinting is unfortunately sort of a mess in Python. The best "guidance" I could find is this...

Hi @thaJeztah thank you for the explanation. Indeed it was unclear to me that in `docker login [OPTIONS] [SERVER]` the term `SERVER` is equivalent to `hostname`. Is it actually really...

+1 I am getting this error with `1.1.2` ``` export 'AxiosError' (imported as 'AxiosError') was not found in 'axios' (possible exports: default) ```

Another workaround is the use of 'axios.isAxiosError'

@manogy thanks for the pointer. Another option might be the use of a s390x VSI on VPC to produce the binaries. Are you aware of the actual process to contribute...

Hi @mwisnicki, from my perspective this behaviour makes sense. In the final application there should only be one single instance of `fp-ts` otherwise this could lead to conflicts across components....

In case you'd like to add this to the nice import magic extension, this is how I figured you can get the python path via the "new" way: ```typescript const...