Tadeu Bento
Tadeu Bento
Hello, This is a simple request to have this great software available as a flatpak on flathub. Thank you.
### Requirements - [X] This is a feature request and not a bug report. Otherwise, please create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml) instead. - [X] Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this...
https://esphome.io/components/wireguard.html I'm requesting IPv6 support for the WireGuard Component. The WireGuard Component works just fine however IPv4 local addressing has a limited IP space and it's relatively easy to run...
Hello,  It would be nice if we could close a Window by clicking outside the red dot, in any position. I suggest to add a padding around...
Please add a Flatpack / Flathub release. Thank you.
Hello, I've been using this for a while and it works great for simple GPIO communication however things get progressively harder with SPI or I2C. Although firmata does a very...
Hello, Obvious title, Delta was released for free on the US App Store but not on the European App Stores. This situation doesn't make any sense because now US users...
Hello, I was trying to setup a controller like explained here: https://github.com/mrjgreen/phroute#controllers But it doesn't work properly. It always ends up on the `anyIndex()` method and ignores the for example...
Hello, Supposing I'm implementing an authentication filter similar to the readme example: ``` $router->filter('auth', function(){ // Authentication logic lives here! }); ``` And I'm implementing the router as: ``` $router->group(['before'...
Hello, I was wondering if its possible to have some code in Go calling a callback in the PHP code. Example: If I set a socket server in Go I...