Fabien Arcellier

Results 17 issues of Fabien Arcellier

The frozen version of Flask no longer works. When the backend is invoked from the command line, I get an error message. Flask version 1.1.4 installs a version of Jinja2...

The header `Content-Type` is dropped when it's not a redirection. It seems tobe the opposite behavior of the commented out issue. I suppose on this one it's an error of...

Related to #44 Handles the transmission of multiple cookies returned by a server as multiple set-cookie headers. Request merges the set-cookie headers into one. The default behavior is ok if...

In case the server returns more than one `set-cookie` header, djproxy returns a single `set-cookie` header that is incomprehensible to the browser. [This bug is known and reported in the...

use re_path instead of deprecated url method For older versions of django, we use an alternate code path to retain support. The automatic tests are running correctly on python 2.7...

This PR implements support for authentication through an OIDC provider such as Google Auth, Github, Autho, Microsoft (not tested properly)

Generated files like stories or application templates should be ignored by git. They will be rebuilt in commands that take advantage of them like `alfred build`. *.gitignore* ``` src/streamsync/app_templates/* src/streamsync/ui.py...

housekeeping

A developer can share streamsync extensions as a python package. Components appear in streamsync after a user installs them from ``pip``. Packages are scanned when the extension starts with ``streamsync_xxxxxx``....

Components that have an `ss-click` event should have a setting to configure a tooltip on mouseover. ![image](https://github.com/streamsync-cloud/streamsync/assets/159559/bdb24d46-d044-435d-a2b2-00a67c8a71b1) If the tooltip field is empty, nothing appears. The components work as they...

enhancement

implement #354 This PR implement the reverse option that allow a developer to reverse the visibility logic. ![Peek 2024-08-10 07-10](https://github.com/user-attachments/assets/dce9e27f-1ff2-4557-9f36-1ce77aae7310)

enhancement