Marko Zivic

Results 17 issues of 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...

Code quality/robustness
draw

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

draw
bugfix

This PR adds width argument to `draw.aalines` with miter edges. Closes #1225 ![1](https://github.com/user-attachments/assets/103a47f5-db52-42f2-b11f-deb71ba1b14a) Left: `draw.lines` without miter edges, Right: `draw.aalines` with miter edges. `draw.lines` will get miter edges in new...

New API
draw

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

bug

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