Marko Zivic
Marko Zivic
Using negative rect dimension values have some undesirable results as shown in #2727. This PR adds deprecation warning to these draw functions: `draw.rect`, `draw.ellipse`, `draw.arc` when using negative value for...
This PR adds completely new implementation for `draw.aaline` width. Previous implementation (#3140) uses Bresenham's algorithm, and because of that, line cant be drawn at float coordinates (they are converted to...
This PR adds width argument to `draw.aalines` with miter edges. Closes #1225  Left: `draw.lines` without miter edges, Right: `draw.aalines` with miter edges. `draw.lines` will get miter edges in new...
**Nuitka version:** ``` 2.6.9 Commercial: None Python: 3.13.3 (main, Apr 9 2025, 07:44:25) [GCC 14.2.1 20250207] Flavor: Arch Python GIL: yes Executable: ~/.local/share/virtualenvs/test-proto--ACiP880/bin/python OS: Linux Arch: x86_64 Distribution: Arch None...
### Thanks in advance for your bug report! - [x] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [x] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
In api v9, this event is sent after subscribing (op 37) to the guild with `/subscriptions/{guild_id}/activities` set to `True`: ```json { "groups": [ { "count": 1, "id": "ROLE_ID" }, {...
Im building feature rich discord client and it has spacebar support. But received json data has some fields missing that are required in official discord API (latest v9). Mostly `global_name`...