Ryan Yanulites
Ryan Yanulites
+1. A use case would be for when you want a footer on all emails sent out. Personally I just started using mustache-sharp for email template generation, so this would...
After further discussion with @jakedoublev, we've settled on the approach below for implementation. @jakedoublev or @jrschumacher please feel free to comment on anything I've missed or misinterpreted. I'll be creating...
Decided to go with `resource_mapping_groups` and keep the plural syntax just at the end. Regarding the queries for pulling the RM groups using FQNs, I'm assuming we would receive the...
For tracking purposes...after discussions with @jakedoublev, we've decided these unsafe RPCs are no longer needed at the moment. Update operations will be considered safe, and we will revisit later if...
I'm having a similar issue but different error on my Macbook Pro M1... Installed the latest wails with `go install github.com/wailsapp/wails/v2/cmd/wails@latest` Created a new project `wails init -n wails-new-test -t...
FYI - Upgrading to go `v1.23.5` has solved the above issue
Just ran into this myself. At the very least there should be a configuration option to specify whether errors should be thrown or just let it set the zero value.