Giorgio

Results 7 issues of Giorgio

Hi, I hope everything is fine. I got this warning. `Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haya14busa/action-cond@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/....

PR reduces the number of typehints 289>149 While fixing, by following a chain of typehints, I arrived to the source here: ``` class TiledMap(TiledElement): def __init__( self, filename: Optional[str] =...

PR reduces the number of typehints

So, I wanted to walk you through some improvements I made to the `decode_gid` function. One of the main things I did was implement a global cache. Essentially, a dictionary...

PR: 1. Added a check for empty frames sequence 2. Added a return type hint for the `advance` method 3. Added a docstring for the `__lt__` method 4. Added a...

PR improves the orbital tracking module and related utilities. - fixed a bug in the main script where observer longitude and latitude were being converted to radians before being passed...

enhancement

PR removes legacy `setup.py` and `setup.cfg` files, relying solely on `pyproject.toml` for build and packaging metadata. A `Makefile` is added to streamline developer workflows with common targets like `build`, `publish`,...