live
live copied to clipboard
Live views and components for golang
Implementing some of the ideas in https://github.com/jfyne/live/discussions/53
Change to using the websocket to upload instead of POST. This will allow us to have a cancel button.
Was playing around with this project and wanted to be able to do file uploads. My form submits the event, but I'm noticing that the event is missing all the...
Go Embed has been out for a while, so I figured it made sense to switch to it instead of using the custom system.
This PR implements `live-throttle`. It has not yet been tested in the wild (and I feel like there might be a better way to implement it), which is why it's...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.39.0 to 0.41.0. Commits 6e41cae go.mod: update golang.org/x dependencies 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame ef33bc0 internal/http3: use bubbled context in synctest tests 919c6bc http2: use...
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.11.0 to 0.12.0. Commits 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...
The lifecycle of the request (intentionally) causes render to happen twice on a new request: 1. When the HTTP request is made 2. When the websocket upgrade happens Our understanding...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.4.4 to 5.8.3. Release notes Sourced from typescript's releases. TypeScript 5.8.3 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...