gd.py icon indicating copy to clipboard operation
gd.py copied to clipboard

An API Wrapper for Geometry Dash written in Python.

Results 41 gd.py issues
Sort by recently updated
recently updated
newest added

soo, everytime when i execute a script i get this error: ``` Exception ignored in: Traceback (most recent call last): File "C:\Program Files\Python39\lib\asyncio\proactor_events.py", line 116, in __del__ self.close() File "C:\Program...

T-bug
P-normal
E-easy
T-internal

T-feature
P-high
E-help-wanted
S-active
A-general

P-high
E-help-wanted
S-planning
T-change
A-general

I put in the code to load local levels(from the docs) `database = gd.api.save.load()` When I try, I get the following error stack: ``` Traceback (most recent call last): File...

T-bug
P-high
E-medium
S-active
A-general

Let's collapse the history for this and previous years. We can make a tag to save the history.

P-normal
E-medium
S-deferred
T-internal
A-general

Even if there's no implementation yet, let's keep type checking audits usable. Let's fill in missing interfaces for the ongoing v2 implementation.

P-high
E-medium
S-active
T-internal
A-general

Migrate to PEP 585 and PEP 604 with the help of `__future__.annotations`.

P-normal
E-medium
S-active
A-types
T-internal

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

P-normal
A-dependencies
S-triage

Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Release notes Sourced from ruff's releases. v0.4.4 Changes Preview features [pycodestyle] Ignore end-of-line comments when determining blank line rules (#11342)...

P-normal
A-dependencies
S-triage

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.1 — 2024-05-04 Fix: a pragma comment on the continuation lines of a multi-line...

P-normal
A-dependencies
S-triage