Christoph
Christoph
You could remove the port mapping so the port is no longer accessible. https://github.com/balenalabs/balena-wpe/blob/8b8e21fcb592d96c84eba8f1ea302e89f5f75322/docker-compose.yml#L8-L9
This is seems to be caused by the version change in b2dd1a2067c561003b55a4bb5cd88d09df115a43. *EDIT: Okay maybe it's caused by this #100 (0bc5e8933478a2c16a398a433e093c4fad09ebdf)* I have tested two versions of the browser block...
I have tested it with **2.0.7** and it does work now.
The patched `libmswasapi.dll` provided by @Rainson12 worked without any problems for me. ``` Headset: Logitech PRO X Gaming Headset Linphone Client: Desktop 4.3.2 - Qt5.14.2 Core 5.0.49 ```
Hey @cncptpr had the same Problem for me the Windows Line Endings were the culprit. So I piped the result of a command first to `dos2unix` and then to `gum...
Seems that new version of *balena-cli* broke the restart functionality. Because I used the `balena device restart` before with success (I don't know since when this happens). Now I only...
That [expr-lang/expr](https://github.com/expr-lang/expr) looks way better than what I had on my mind. And the syntax is pretty easy to understand just converted my example from above. ```yaml - type: rss...
Also could the `RSSFeedItem` be extended with the `Item.Extensions` from gofeed to filter on those extra fields aswell? Because the cruchyroll example packs a lot of info into their own...