Luca Dorigo

Results 39 issues of Luca Dorigo

Hi, I don't have time to make a PR right now, this is just to let you know that simply excluding NER from the spacy pipeline results in approximately 2x...

Hello there. I'd like to get involved in YACreader a bit, but have very little experience in C++ and QT programming. I'm going to write a small list of features...

Hello, See https://github.com/NVIDIA/nvidia-docker/issues/1447#issuecomment-757034464 : in recent versions of systemd, docker needs to be specially configured to allow containers to be aware of the GPU. I believe this is the cause...

Hi, is there any way to monitor training progression? Even with `verbose=True`, nothing gets printed out after "Mapping Walk Names... Done" (and if the training can be expected to take...

Hi, Static type checkers (mypy, pyright/pylance) are becoming increasingly popular in the python world. For now they don't work with Dash as there are no type annotations included with the...

feature
P3

### Overview Some settings have very helpful tooltips telling how much the setting is expected to impact performance and visual impact, but others have only a very generic description: -...

enhancement
gui

**Describe the bug** Links to related documents annotated as `Link[xx]` get the type `Link[xx]`, which gives type errors when trying to access e.g. `obj.linkedobj`. **To Reproduce** ```python class ConversationMessage(Document): id:...

typing bug

**Describe the bug** The documentation for the FastAPI/starlette clients for Oauth2 are unclear. In Starlette, it says that it's not necessary to use SessionMiddleware for OAuth2, yet in FastAPI (Which...

bug

This makes the developer experience much nicer for people using static type checkers (mypy of pylance). Addresses my comment in https://github.com/brocaar/chirpstack-api/issues/54 . Note that the makefile failed for me, I...

Type: Bug # Behaviour ## Expected vs. Actual If I create a TypedDict and reference one of its keys somewhere, I expect that key to change when I rename it...

enhancement