Dave Curylo
statptr.bsky.social
Dave Curylo
@statptr.bsky.social
Yes, there are client generators all over, but no server stubs, for suave, falco or really even vanilla aspnetcore. The giraffe one was very outdated and I spent a while on updating it before just giving up.

I’m impressed with how accurate this one was, with one little adjustment:
March 10, 2025 at 1:29 PM
I hope to get it totally working soon, it's really cool to see F# code able to do integrate something so seamlessly that I can use certificates from an Azure Key Vault like regular files.

The real-world use is that secrets and certificates have to rotate, and now they are immediately in place.
February 14, 2025 at 5:17 AM
This is also really helpful when implementing a callback with several struct parameters, because it's not just a bunch of IntPtrs:
February 14, 2025 at 5:08 AM
Marshaling a managed struct to native is type-safe and very straightforward:
February 14, 2025 at 5:08 AM
I'm getting into some areas I used independently, but never together: #fsharp, P/invoke, and #libfuse.

This is for a project to use an Azure KeyVault as if it were a Linux filesystem: github.com/ninjarobot/K...
February 14, 2025 at 5:08 AM