Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

igortg

igortg created a review on a pull request on ansys/pyrocky

View on GitHub

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`.

View on GitHub

igortg created a review comment on a pull request on ansys/pyrocky
```suggestion Launch the FreeFlow executable with the PyRocky server enabled. ```

View on GitHub

igortg created a review comment on a pull request on ansys/pyrocky
Keep `connect_to_rocky` here, otherwise it will break compatibiliy.

View on GitHub

igortg created a review on a pull request on ansys/pyrocky

View on GitHub

igortg starred microsoft/markitdown
igortg deleted a branch igortg/sqlalchemy-utils-feedstock

remove-igortg-maintainer

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
  • update to CFEP-25 `noarch: python` syntax a34d241
  • MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and conda-forge-pinning 2024.12.10.18.05.37 772ea02
  • Merge pull request #67 from regro-cf-autotick-bot/noarch_python_min-migration-1_h3b74f4 Rebuild for CFEP-25 `noarch:... 366b0d0

View on GitHub

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 forked PlotPyStack/PythonQwt

igortg/PythonQwt

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.")

View on GitHub

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.

View on GitHub

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.") ```

View on GitHub

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`

View on GitHub

igortg created a review on a pull request on ansys/pyrocky

View on GitHub

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

View on GitHub

igortg deleted a branch ansys/pyrocky

pre-commit-ci-update-config

igortg closed a pull request on ansys/pyrocky
[pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.30.0) <!--pre-commit....
igortg pushed 2 commits to pre-commit-ci-update-config ansys/pyrocky
  • fix: AUTHORS file format (#137) 13a3839
  • Merge branch 'main' into pre-commit-ci-update-config f3930f1

View on GitHub

igortg created a review on a pull request on ansys/pyrocky

View on GitHub

igortg created a review comment on a pull request on ansys/pyrocky
We don't want to break this signature and make it "less flexible". People that uses Rocky from the standalone installer could install Rocky in non-standard places. Please keep `rocky_exe` parameter...

View on GitHub

igortg created a review on a pull request on ansys/pyrocky

View on GitHub

igortg pushed 3 commits to main conda-forge/xenon-feedstock
  • updated v0.8.0 7f079e9
  • MNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.16.0, and conda-forge-pinning 2021.12.20.19.09.43 e95d116
  • Merge pull request #8 from regro-cf-autotick-bot/0.8.0_h8b67eb xenon v0.8.0 390abbe

View on GitHub

igortg created a comment on an issue on ansys/pyrocky
The `requests` library is not supposed to be a dependency of PyRocky. It'll be required only to download files used in the example scripts. We did a small change on the Examples docs for this requ...

View on GitHub

igortg deleted a branch ansys/pyrocky

docs-example-requests

igortg closed an issue on ansys/pyrocky
PyRocky: ansys-rocky-core does not find module named 'requests'
### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug Reporting the following error in PyRo...
Load more