Maic Siemering

Results 31 issues of Maic Siemering

This adds an easy way to animate UIWidgets. Implemented transitions: - `TransitionAttr` - Change value over time (start til end) - `TransitionAttrIncr` - Increment value over time - `TransitionAttrSet` -...

gui

# Problem UIs come often with more information or elements then fits on the screen. To solve this there are different solutions like, pagination, tab groups, etc. While those are...

enhancement
gui

From @pushfoo (https://github.com/pythonarcade/arcade/pull/1608#issuecomment-1492889593) **tl;dr I think this should be simplified and split, but we could do it in subsequent PRs** There are multiple concerns mixed together in the GUI tutorial...

help wanted
documentation
gui

**Is your feature request related to a problem? Please describe.** User would like to copy or paste text from an incremental text layout. **Describe the solution you'd like** Pyglet handles...

enhancement

For single page applications it would be great to have a spa modus, which serves a default (often just index.html) page in case there is no matching file within the...

question

It would be cool to have a description/implementation to use your project from other scripts.

Fix compatibility issue with https://zerorpc.io and Python 3

### Issue # (if applicable) Closes #29996 ### Reason for this change Reduce costs for s3 bucket deployments. ### Description of changes Change LambdaFunction architecture ### Description of how you...

p2
feature-request
effort/small
beginning-contributor

Following the setup of FastAPI it is much easier to use a request wsgi adapter, than starting a server on each test! https://pypi.org/project/requests-wsgi-adapter/ - [ ] add requests-wsgi-adapter as test...

With the spec a few fields are now deprecated, which are still required by default. The configuration, how to change this behaviour is not clear and should be changed. -...