Hans Raaf
Hans Raaf
Here's a revised version for your GitHub comment: --- I'm using [xtts-api-server](https://github.com/daswer123/xtts-api-server) for text-to-speech. It occasionally generates some strange audio artifacts or hallucinates funny sounds, but overall, I'm quite happy...
I use one RTX 3090 ti (24 GB VRAM) for all of my AI stuff. It is quite fast. Some seconds for the podcast script and then a few for...
> It appears there is a new setting in the GUI. On windows, I can right click on the Kopia icon, then select Notifications, then I get an option to...
TL;DR: Thanks for the detailed explanation! Having the ability to retry failed messages after reconnection would be really valuable - I've seen this with laptop sleep/wake cycles where socket.send operations...
I see that you made quite a lot of changes. I used the newest sprocket_tester binding to 0.0.0.0 and then tested a different computer and an iPhone. The automatic reconnect...
It would be so nice if anything ever would be easy :) To me there are two cases to handle: 1. The "some seconds" changing of apps on mobile. I...
I fully agree that there could be more examples and especially some for different concepts for using Go-App. For example: Using events like @krustowski (and even @maxence-charriere) does is not...
Change your code and add an event scope: ```go ... return app.Button().Text(name).OnClick(func(ctx app.Context, e app.Event) { app.Log("clicked", name) }, app.EventScope(i)) ... ``` What actually happens is something very different from...
The options are "my fault". I requested some additional functionality and this hides the more obvious `, scope)` parameter that was there before. We developed multiple rather large products with...
About the exported (Uppercase) fields: It "overwrites" the updates silently. I think this is actually the most common problem for new users. Some people do not even "export" the fields...