Hans Raaf
Hans Raaf
We do not even have the same code for front-end routes and back end routes. So I guess it would never call our front-end OnMount() on the server. I guess...
@mlctrez we start all NATS consumers in their own go routines, and we also use debouncer code (which also makes them async) for most event handlers. @maxence-charriere I sadly still...
Some things I would like to see in go-app: 1. We implemented "online/offline" handler callbacks and wondered if this would not be a nice addition for go-app itself. 2. I...
What do you mean? This is an active repository in steady development by @maxence-charriere and there is a v10 release in the making. We use v9 for production level applications...
@LeOndaz Well, there was a similar query just yesterday. I am not the maintainer anyway. I think you should check out #875. @maxence-charriere It looks like the people just check...
> Many people, including me when I first started, struggle with how to implement desired features with go-app. I suggest that @maxence-charriere make an example folder, so that everyone can...
I looked into this, but I did not get it to work or did not understand how it is meant to be used. I don't see how this solves the...
(deleted) I missed the code example you gave me.
@maxence-charriere I think that there should be a way to do that by adding something to the HTML element, that tells go-app to not handle this A tag. Having to...
> Could be interesting to find a way to use such a local ressource for this default icon rather than a remote one. Just add one to the web folder...