pushup icon indicating copy to clipboard operation
pushup copied to clipboard

Pushup is for making modern, page-oriented web apps in Go

Results 58 pushup issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

- Add `selfClosing` field to `nodeElement` struct to track self-closing tags - Update `match` function to accept multiple token types - Check for self-closing tags in `parseElement` and set `selfClosing`...

See [Svelte](https://github.com/sveltejs/svelte/issues/11052) [More](https://jakearchibald.com/2023/against-self-closing-tags-in-html/)

bug

In docs and blog posts we talk about how Pushup apps can be easily incorporated into a larger Go app. This is because: - Pushup apps are compiled down to...

http://0.0.0.0:8080/dyn/world stalls for about 1 to 10 seconds when in dev mode. The pattern seems to be that it will process quickly the first 4 times and then stall on...

At the moment we have the the View Source button in the HTML that shows the source code for the HTML. We could change this source code viewer so thats...

@paulsmith https://github.com/adhocteam/pushup/pull/121 seems to fix Windows, so how about if we add a GitHub workflow to use a build matrix to build on Windows, Mac and Linux ? This GitHub...

I wanted to try this framework, but while installing, got this error: ``` C:\Users\the-goodies>go install github.com/adhocteam/pushup@latest go: downloading github.com/adhocteam/pushup v0.0.0-20230114193557-dc4b44b29612 go: downloading golang.org/x/mod v0.7.0 go: downloading golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 go: downloading...

I am testing out the project with a build built on the windows command line. I have moved the binary copy of my forked version which fixes another issue with...

Hey @paulsmith do you have any ideas on db aspects ? Fly based scale out using litestream or marmot … Marmot is independent of fly byw and uses nats jetstream....