Avasam
Avasam
> This might be a silly suggestion, but couldn't those non-types dependencies somehow be specified as optional/extra dependencies that are installed in typeshed CI, but not by default for end-users...
> But those are usually dependencies of the stubs, i.e. the stubs won't work without the dependency. That's usually not a problem, since if package `types-foo` depends on packages `bar`,...
> I don't know where to start when it comes to getting pyright and pytype to work, though. Sorry if I misunderstand, but isn't it just a matter of installing...
@Akuli I'm mainly asking this because of the constant back and forth this produces with pushing changes, waiting on the CI (which has additional overhead), opening the errors page and...
Same with PyInstaller. ``` PS C:\Users\Avasam\Documents\Git\typeshed> stubgen -o stubs\pyinstaller -p PyInstaller Traceback (most recent call last): File "C:\Program Files\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Program Files\Python39\lib\runpy.py",...
@ben9923 Thanks for the explanation. PyInstaller still fails on: ``` [...] Trying to import 'PyInstaller.hooks.hook-django' for runtime introspection 689 WARNING: Failed to collect submodules for 'django.contrib.postgres.forms' because importing 'django.contrib.postgres.forms' raised:...
> That said, no idea if someone should ever directly import it 🤷♂️ Definitely not. It's not part of their public API, and `importlib` errors out because a global config...
#562 #504 #507
Locking window size AND position would be really helpful. I keep accidentally moving it by a few pixels when I click back on LiveSplit. It could be an option in...
I shall add. It's possible to write docstrings in a standard way that `__signature__` and `__tex_signature__` can be automatically generated when introspecting with `inspect.signature`. As it is, introspection tools have...