Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
igortg created a review comment on a pull request on ansys/pyrocky
Did you just duplicated all this code??? Please, move all this code that finds the executable to a unique generic function and use it on both `launch_rocky` and `launch_freeflow`.
igortg created a review comment on a pull request on ansys/pyrocky
```suggestion Launch the FreeFlow executable with the PyRocky server enabled. ```
igortg created a review comment on a pull request on ansys/pyrocky
Keep `connect_to_rocky` here, otherwise it will break compatibiliy.
igortg closed a pull request on igortg/sqlalchemy-utils-feedstock
Removing igortg from the maintainers list
I'm trying to reduce the list of packages I'm a maintainer.igortg created a branch on igortg/sqlalchemy-utils-feedstock
remove-igortg-maintainer - A conda-smithy repository for sqlalchemy-utils.
igortg pushed 3 commits to main conda-forge/sqlalchemy-utils-feedstock
igortg closed a pull request on conda-forge/sqlalchemy-utils-feedstock
Rebuild for CFEP-25 `noarch: python` syntax
This PR updates the recipe to use the `noarch: python` syntax as described in [CFEP-25](https://github.com/conda-forge/cfep/blob/main/cfep-25.md). Please see our [documentation](https://conda-forge...igortg created a branch on igortg/PythonQwt
release-0.10 - Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)
igortg created a review comment on a pull request on ansys/pyrocky
Make this: ```python else: # pragma: no cover raise FileNotFoundError("Rocky executable is not found.")
igortg created a review comment on a pull request on ansys/pyrocky
Why do you want to support `str`? This can lead the user to think it's possible to use `rocky_version=24.1`, which would be incorrect. Make it `int | None` only.
igortg created a review comment on a pull request on ansys/pyrocky
Make this: ```python else: # pragma: no cover raise FileNotFoundError("Rocky executable is not found.") ```
igortg created a review comment on a pull request on ansys/pyrocky
I guess the `|` does not work under Python 3.10. If it does, you need to specify the `None` type: `rocky_exe: Path | str | None = None`
igortg pushed 1 commit to main ansys/pyrocky
- [pre-commit.ci] pre-commit autoupdate (#140) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.n... 463682a