phillc
phillc
`find . -type f \( -name "*.go" -or -name "*.proto" -or -name "*.md" \) -print0 | xargs -0 gsed -i 's/the the /the /g'`
Hello, I'd like to contribute a patch that ignores messages that contain a regex. However, I can't figure out how to test this package. I want to provide a list...
**Problem** This documentation: https://github.com/DioxusLabs/dioxus/blob/main/packages/html/README.md described using DioxusElement to define a custom element. That does not exist, and the examples do not work. **Steps To Reproduce** Reproduce the example. **Expected behavior**...