Hans Raaf
Hans Raaf
I think @maxence-charriere's planned way to instantiate the components is through routing the individual paths by `app.Route...`. I kinda dislike that and had my own router with a wildcard similar...
The mount (creating the dom node) happens once when the `Render` is called for the first time. That is before calling OnMount (as this will get the context and refers...
I am at the same point with my slightly different approach: The so the next (last?) problem is https://github.com/tinygo-org/tinygo/issues/1037.
This sounds good to me. The cloning process may have to check if updating works and falling back to force an overwrite. It would also be good to have the...
By the way, cloning and having a build command also makes this whole system much more usable as this will work with much more than Go modules. Also, running docker...
For our use cases, I guess the compile from a cloned repository would be most useful. If you have a compiled binary it would be nice to be able to...
It is cool but I am not sure if it is so much better than a simple if/else. That is because you always have to type the function definition in...
This is a neat trick. I like this kind of lazy evaluation as it also works for if/else and even for something as `MaybeString(v *string,func(v string) g.Node)`
Related (I think): I would love a way to get something like the obsidian search results. Like what you get with ```query path:"SD Content/Attachments" ``` but similar to: ```dataviewjs const...
This may be related to Docker on OSX. I need to do a further investigation (like running it natively on OSX and or Linux) to get a comparison. Still wonder...