skewty
skewty
Only up with big icons and > I did keep dock expanded and expand up and big icon size then I could see some (not all) my icons on the...
That fixed it. As I said, it appeared for the 1st time off the screen.
My experiments / experience has shown that RPC is very broken / unreliable. We are trying to pay for some support to get it fixed. Did you ever get anywhere...
This is also problematic in PyCharm 2023.,2. @zulrang were you able to figure out typing using PEP612 that seems to work in PyCharm / VSCode? Perhaps something more simple (and...
Those overloads are not working for me in PyCharm.. Are they working for you in VSCode? ```python # Python version 3.11.4 from typing import Any, Callable, Type, TypeVar, cast, overload...
Played around in PyCharm a bit and this is what actually got type hinting working: ```python T = TypeVar("T") @overload def inject( _service: None = None, alias: Any | None...
Any progress on the type hints for @inject? This issue is now over a year old. For me, the typing hinting issues and mypy issues make kink unusable in projects...
The psycopg2 example is indirectly solved / closed. This issue affects many other packages. Here is another: ```shell pip install nats-py ``` ```python import nats nc = await nats.connect("tls://demo.nats.io:4443") ```...
@JosephTLyons if Zed Developers are interested in using difftastic as a library, it would seem now is the perfect time to communicate with the difftastic developer / repo owner as...