Hans Raaf
Hans Raaf
> Not sure about the placement, though. What I meant is that I am uncertain if it will work correctly on the mobile device if one of the links gets...
> If you look at the top of my github [repositories](https://github.com/mlctrez?tab=repositories) it should be there since I just touched up the readme. Do you talk about the "gossl"? I created...
@suntong I do not really understand what you mean. You can always add 'rawHeaders' already.
I also never got `app.LocalDir()` working for me. Is it broken @maxence-charriere? Writing you own handler should not really be the solution for that?
As far as I know, you cannot create a component that does not consist out of just one root node with Go-App because a component is a node in the...
Well, I am not the maintainer nor designer of Go-App and @maxence-charriere may have ideas on how to implement a stack as part of the "component". I just can't see...
You can access it as `ctx.Page().URL()` in `OnPreRender()` (and I think anywhere else where you have `ctx`, like `OnMount()`). Typically, you want to handle that in `OnMount()` or in `OnNav()`....
> So it appears something that's coming in the next version of Go is going to break go-app. Or something in the RC is broken and needs to be fixed...
Please try: ``` app.Range(h.rows).Slice(func(i int) app.UI { return h.rows[i].Render() }), ``` @maxence-charriere I think this is related to the problem from #767, which is still not fixed (even if it...
@rtrzebinski please open the issue again. I am not positive, that this is a "good" way to solve it and has no unwanted side effects. I think when doing it...