Tero Vierimaa
Tero Vierimaa
Add ability to push notifications to Matrix rooms, both as text message and notice. Issues: * Access token is about 260 characters long, but Mysql schema only allows maximum of...
Trying to play audio with an unreliable network connection sometimes causes a song not to start at all. In addition, sometimes a song doesn't seem to stop at all. Even...
Seeking requires: 1. Implement io.ReadSeeker that reads data from http body. E.g. [jbus/httprs](https://github.com/jfbus/httprs), which would need to be modified to work with buffering / failover. 2. Some audio decoders are...
In Go a map's order is not explicit and varies a bit. This does not affect Virtualpaper's operation but makes some tests unreliable and they fail 20% of the time....
Plenty of warnings during compilations, however, software builds and audio is played correctly. Problems: - `util/browser.go` is not implemented for macos - `alt`-modifier does not work correctly
Architecturally it would make sense to split the background processing to separate container. This would make it easier to write tests for the processing and scale the background processing as...
Hello, I'm trying to migrate from 10.9. to 11.4. I'm getting following error: ``` Apr 14, 2025 07:03:24 INF Initializing bridge built_at=2025-03-16T16:36:05Z go_version=go1.24.1 name=mautrix-whatsapp version=0.11.4 Apr 14, 2025 07:03:24 INF...
### Feature Description It would be great to have dummy payment system that always succeeds. The use case would be to use Litecart as simple product catalog, with payment effectively...
### Question Description I'm having difficulty understanding the difference between these three types. Could you elaborate those in the documentation? Thanks! Also, the Readme says there's inventory management included, but...