riscdanger
riscdanger
Hi, I've started getting these errors since the v0.2.0 release: ``` $ make install go install github.com/progrium/shelldriver/cmd/[email protected] # github.com/progrium/macdriver/core ../../../go/pkg/mod/github.com/progrium/[email protected]/core/core_objc.gen.go:172:3: warning: class method '+localizedUserNotificationStringForKey:arguments:' not found (return type defaults to...
Hi, I updated the gemfile for ruby v3.3. I had troubles running this repo on OSX because ruby v3.2 clashed with some gem (apologies, I forgot which one). So I...
Hey, I've noticed the dreaded Flash of Unstyled Content (FOUC) issue with this template. It's noticeable for me on the [template preview](https://digital-garden-jekyll-template.netlify.app/) on Firefox. This might be a Firefox-only issue....
Hi, is it possible to remove the testify versions in the go.mod file? This prevents apps that use flect from specifying their own versions. My preference with `go.mod` is to...