erdnaxe

Results 54 issues of erdnaxe

## Feature request Currently a webpage cannot communicate with MPD using its TCP socket. It would be awesome if MPD could implement WebSocket support on his TCP socket, allowing a...

feature
postponed

When denying `style-src: 'unsafe-inline'` in Content-Security-Protection headers, some parts of LightGallery break such as thumbnails. This is problematic for websites trying to enforce secure CSP. This patch tries to partially...

I would like to contribute a feature to enable people **to run code from memory rather than flash**. I believe this feature already exist in STM32CubeIDE when "debugging from RAM"....

feature

The present and unpresent button width is fixed to 5.8em. This is problematic as the content might need more space. By removing the width attribute, the element takes the width...

Proposal for https://github.com/jech/galene/issues/87. Some notes: - I propose to put the animation inside a SVG element to make it easier to tweak in the future. This also prevent the need...

```JS const urlRegexp = /https?:\/\/[-a-zA-Z0-9@:%/._\\+~#&()=?]+[-a-zA-Z0-9@:%/_\\+~#&()=]/g; ``` This regex does not seem to always work. For example, this link is correctly considered by Github Markdown parser, but not by Galène: *...

*This issue is here to keep track of what was discussed on the mailing list and maybe discuss of how to solve it.* Galène does not advertise a separate RTX...

**Scenario causing the issue**: - All users join a room, - User already in the room start sharing or unsharing (Ready/Panic), the video grid is in the same order for...

blueman: 2.1.4 BlueZ: 5.55 Distribution: NixOS 20.09 Desktop environment: i3+XFCE * [X] I have consulted the [Troubleshooting page](https://github.com/blueman-project/blueman/wiki/Troubleshooting) and done my best effort to follow. Currently to close Blueman "Bluetooth...

enhancement

This PR upgrades README instructions to Python3. I also included an `example` folder containing a reference implementation of django-cas-server in a Django project.