Matt Cowley
Matt Cowley
Currently the two finger dismiss swipe has no threshold. A threshold for the two finger swipe should be implemented to reduce accidental dismissal whilst scrolling. This most likely needs to...
## Type of Change - **Something else:** Deps ## What issue does this relate to? cc https://github.com/do-community/do-vue/pull/61 / https://github.com/do-community/do-bulma/pull/55 ### What should this PR do? Updates Node.js to the latest...
The ability to create certificates for forwarding domains would be great so that they can forward via https.
Add tests for all functions in the go implementation. See ruby/javascript tests as a point of reference. Add GitHub actions CI for the go package that runs the testing, following...
Add tests for all functions in the rust implementation. See ruby/javascript tests as a point of reference. Add GitHub actions CI for the rust package that runs the testing, following...
When a DNS lookup is run, some resolvers (such as 1.1.1.1) return comments with additional information, such as warning about DNSSEC failures. We should expose these comments to the end...
For now, I'm only worried about testing the dig command. This will lay the ground-work for testing other commands down the road. Implement end-to-end testing that simulates a valid interaction...
## Feature request ### Feature description Remove the `esm` and `extensionless` package usage in the repository, updating all imports throughout the project to use proper ESM imports with extensions, ideally...
The website is now served from Vercel, so it is redundant to serve it from NGINX as well. It has also been observed that the version from NGINX that is...