issues Search Results · language:Dune language:JavaScript language:Python language:Python language:Java language:JavaScript
Filter by
55.2M results
demo.py calls lz.module.numpy, but numpy is not listed as a dependency. Running python demo.py in a fresh environment
fails with an import error.
Could we either:
- Add a note in the README that numpy ...
In laziest_import/_proxy/_symbol.py, __hash__ calls self._get_object(), which resolves the lazy symbol.
This means putting a LazySymbol into a set or dict can unexpectedly trigger the actual import and ...
The auto-install feature in laziest_import/_install.py is convenient, but enable_auto_install(interactive=False) will
silently run pip install / uv pip install with arbitrary package names.
While this ...
The project declares support for Python 3.9–3.13, but .github/workflows/code-quality.yml and build-publish.yml only run
on Python 3.11.
It would be safer to test across the supported range, e.g.:
strategy: ...
Source: Daily report 2026-06-21 (persistent from Jun 9)
Instagram @hokocollectables: 0 followers, 0 following, 1 post. Content loop not yet activated.
Per CLAUDE.md content strategy: target ~3 IG/TikTok ...
daily-alert
Running the test suite produces this deprecation warning:
DeprecationWarning: Overriding the event_loop_policy fixture is deprecated...
tests/conftest.py:14: DeprecationWarning: asyncio.get_event_loop_policy ...
After running ruff check laziest_import, there are still ~42 lint warnings, all around:
- PLR0911 / PLR0912 / PLR0915: too many returns / branches / statements
- PLR2004: magic numbers
The worst ...
The repository is currently at version 0.1.0.2, but CHANGELOG.md still lists [0.0.5-pre8] as the latest release.
Also, README.md shows a “1055 passed” test badge, while the test suite now has 1065 collected ...
Small metadata inconsistency:
pyproject.toml says:
requires-python = =3.9
but the classifiers still include:
Programming Language :: Python :: 3.8 ,
This is misleading for users and package index ...
While running the alias validation, I noticed that laziest_import/aliases/_.json contains:
3d : vedo
3d is not a valid Python identifier ( 3d .isidentifier() is False), so it cannot be used as lz.3d ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.