live-examples
live-examples copied to clipboard
Examples of using jfyne/live
## To reproduce * Compile the clock example * Start it * In another shell session, start it again ## Expected The second instance should complain that it cannot bind...
https://github.com/jfyne/live/discussions/53
Hi there, I was experimenting with the examples in the repo here and noticed that many of the examples expect the templates to be in a named folder, while storing...
``` live-examples/fiber && go build . # github.com/jfyne/live-contrib/livefiber ../../../../../../../../pkg/mod/github.com/jfyne/live-contrib/[email protected]/template.go:15:18: cannot use func(ctx context.Context, data interface{}) (io.Reader, error) {…} (value of type func(ctx context.Context, data interface{}) (io.Reader, error)) as live.RenderHandler value...
Refs: - https://github.com/jfyne/live/issues/61