Greg Cotten

Results 33 issues of Greg Cotten

Any thoughts on this? Or can this already be done with FXKeychain and I just don't know it?

### What happened? This [example in the docs](https://github.com/goreleaser/nfpm/blob/1f50ccc8302150320552d7fe6dd9e2c15d604a1e/www/docs/tips.md#example-multi-platform-rpm--deb-post-remove-script) seems to not actually be an example of post-remove, as it references install + upgrade. ### How can we reproduce this? View...

bug

I realize this isn't a C++ support forum, but I was wondering if you had any guidance on compiling with "hidden" visibility of dependencies. For example, I build OIIO +...

Hi there, if I compile OIIO without explicitly setting the SIMD architectures I want to use, does SIMD get skipped altogether? What SIMD architectures should I use for Intel +...

I think it would be great to decouple SwiftFFmpeg and CFFmpeg and put them in separate repos. I noticed you have an [old CFFmpeg repo](https://github.com/sunlubo/CFFmpeg) that seems unused. The big...

I'd be happy to lend my advice as I am currently doing this in a shipping macOS app, but I'm wondering what the **best** way to do this would be....

Just encountered an issue with an off-by-one enum in SwiftFFmpeg.AVHWDeviceContext which is missing "vaapi" between "cuda" and "dxva2" (pull request incoming). I'm not sure where or how this occurred -...

I'm a big fan of Nick Lockwood's [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) tool. It's been invaluable to me to keep a consistent code style. I can submit a pull request with a default "SwiftFormatted"...

Hi there! Thanks for making this. I wanted to customize the page views a bit more so I added: 1. Modernize `PageScrollState` to be stored as a `@StateObject`, bumping requirement...