Thomas Hartwig
Thomas Hartwig
With Hush enabled the site https://hotspotty.net is not usable at all. In fact it's not even loading anything – page just stays blank.
Dismissing a view does not work if `MyModalView` is in another file. ```swift ModalLink(destination: MyModalView.init(dismiss:)) { Text("Main view") } ``` will not compile with the error `type 'MyModalView' has no...
Is point compression supported? I need a compressed version of my public key which is 22 bytes long for a sect163k1 curve key pair. I can't find a way to...
Hi, the library looks really handy. I would like to use it with AWS FreeRTOS which brings its own mbedtls lib. It does not work the way the README suggests...
#### Motivation It's helpful for a client to know what was the exact reason for being disconnected by a server. MQTT has an extensive reason code list for this. Currently...
I'm trying to navigate back to a previous visited page using the browser back button. ### What's happening When I use the back button to come back to a previously...
# 📖 Description Currently it's possible with Retype to password protect single pages or folders by setting the `visibility` property to `protected`. It would be useful option to protect the...
When a page is set to `visibility: protected`, its content is not indexed by the search field, even if a user has entered the password and can see the page.
Running queries agains a "real" DynamoDB instance is great! But How would I unit test some of the error paths? I could delete items and run a query to find...
### Extension https://www.raycast.com/raycast/github ### Description Just like the current support for features such as * Repositories (Search Repositories, My Latest Repositories) * Issues (Search, Create, Open Issues) * Pull Requests...