Max Topham
Max Topham
Would be nice if TextVide had an option to ignore HTML tags in the source text. I have a source text that is an HTML string, previously rendered from markdown....
The match object returned by `router.getCurrentLocation()` does not include the `data` property on routes that are configured with parameters. I also noticed while testing this in your online playground that...
When triggering saved RAW Sub-GHz items from the Archive via the Shortcuts app, with Siri, or with a shortcut automation, the app on the Flipper fails to stop after playback...
### Summary The `--persist-to` argument works with `wrangler pages dev` but is not listed in the wangler commands documentation. ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been...
Using a css `:not()` selector inside of an `hx-trigger="click target:( ... )"` should be valid. The following example causes a generic `htmx:syntax:error` with no explanation: `hx-trigger="click target:(td:not(.no-click) *)"` Using `{}`...