Jon Gilkison

Results 7 issues of Jon Gilkison

## Description - [x] Adds support for using Supabase Storage as a storage location. ## Type of Change - [ ] Bugfix - [x] Improvement - [ ] New Feature...

API
Improvement
Missing Issue

Any blur that's a multiple of 10 skews the image 45 degrees.

### Environment - Operating System: `Darwin` - Node Version: `v16.13.0` - Nuxt Version: `3.2.2` - Nitro Version: `2.2.2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...

3.x
pending triage

This just started showing up in the latest Nuxt 3.9, probably due to the Vue version bump but I'm not sure. Getting a lot of Hydration attribute mismatch because the...

Pretty minor, but I ran into this working with sqlite3 which of course supports it, though it does not support numeric ones, it must contain one letter.

```swift import SwiftUI import ProgressIndicatorView struct TestingProgress: View { @State private var isVisible:Bool = true @State private var progress:CGFloat = 0 var body: some View { ProgressIndicatorView(isVisible: $isVisible, type: .circle(progress:...