Sean Sullivan

Results 16 comments of Sean Sullivan

In Gunicorn version 21.0+ the code that mapped the CLI flag --ssl-version TLSv1_2 into an int was removed. This causes the uvicorn workers to always throw errors when trying to...

@aswanidutt87 yes with gunicorn 21.0 and uvicorn 0.24 I am seeing this because a change in gunicorn. `gunicorn --ciphers ... -k uvicorn.workers.UvicornWorker --ssl-version TLSv1_2` causes ssl_version to be `TLSv1_2` instead...

fixes [205](https://github.com/pmgl/microstudio/issues/205)

This is just a great plugin. But this still seems to be an issue (1.4.3). Has anyone found a workaround?

@runem Took a look at this and the webcomponent analyzer returns a member declaration with a type function that always results in `{kind:"ANY"}` unless it is a basic type like...

Using the declaration.typeHint we can at least fix the quickInfo popup. ![image](https://github.com/runem/lit-analyzer/assets/11495566/60bd9093-0702-4385-bd63-e2f3a7c7552f) But without breaking down the jsdoc type into a `SimpleType` the completions don't work correctly.