Aareon Sullivan

Results 46 issues of Aareon Sullivan

**Describe the bug** Console foreground color remains changed after exiting script **To Reproduce** Steps to reproduce the behavior: 1. Run install.sh 2. Install **Expected behavior** Foreground reset after completion **Desktop...

https://github.com/syegulalp/Akilang/blob/270037f7c94873b4451f5b0af46f9d0b1764bbf2/aki/core/compiler.py#L17

enhancement

Just glancing over the codebase, patching things and improving things as I go.

Include `curses` fix for Windows users, fix grammar and spelling.

Currently just a stub. Needs *at least* a `corner radius` property. It wouldn’t hurt to also flesh these shapes out, as well as documentation.

Move SDL and future graphics backends into a factory class

Idea to add a layout to JSON/pickle dump method

- python3.5+ support, remove python2 support - fixed inconsistent tabs/spaces & indentation errors - auto-format with autopep8 - fix error when saving & canceling w/o filename throwing `TclError`, don't close...

When trying to install any package or execute any `pipenv` sub-command, pipenv fails with `[WinError 6] The handle is invalid` ``` Aareon@DESKTOP-K5VQOE1 MINGW64 /i/StaSH2 (master) $ pipenv install dearpygui Traceback...

### Is your feature request related to a problem? Please describe. I have a need for responding when table selection changes, such as updating a num selected label. ### Describe...

enhancement