Paul Smith
Paul Smith
Pushup is a Go web framework (unreleased but coming soon) that has an "inline partials" feature which is the same as template fragments.
- 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/)
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...
We already define a flake for the development environment, we should use it for GitHub actions instead of having to sync the Go version in the Go action YAML.
This is the profiling data file that the new profile-guided optimization support will use in Go 1.20 to build an optimized executable. See: https://go.dev/blog/pgo-preview
It would be good to let users of Pushup know what is oldest version of Go is that they need to install in order to run `pushup build` or `pushup...
Since we're an open source project now, we can take advantage of [OSS-Fuzz](https://github.com/google/oss-fuzz), which runs fuzzers on behalf of the community and automatically notifies projects when it finds crashers (by...
See http://no-color.org