pglet-python
pglet-python copied to clipboard
Python client for Pglet - build real-time interactive web apps in Python
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
Having a variable number of columns, typically 2-3, with some minimum widths, the columns should get stacked vertically when they can no longer fit side by side, and still take...
`DatePicker._set_attr`only handles `datetime` objects, should also expect `date` objects (check whether object is instance of `date`, as `datetime` is a subclass of `date`). Also, using `datetime` value for a DatePicker...
* Inspired by ASP.NET validation. * Works primarily with `Textbox` control. * Can recurively call `validate()` on any control. * `.is_valid` property stores the last validation result. * Textbox implements...
I would expect `horizontal=False` to have the same effect as leaving the parameter out. This would mean that my code can have a Boolean variable to control this. In practice...
# Cleaning Up The pyglet-python repo is fully functional. However, there are are many places where it lacks documentation and type-hinting. There are also spots here and there that have...
can you please add WebRTC support ? it would be great !
I have been thinking about UIs for Python for a while, and one of the related topics was making data entry and validation easy by generating a form from the...
Does pglet server and the python client support any methods for chaining events or other ways to run simple animations defined in Python? A simple example scenario would be where...
After trying to work with pglet app (using python package) in a docker container on our enterprise Kubernetes platform, it seems that pglet does not take the path of the...