MilesV64

Results 10 issues of MilesV64

For example for implementing a magnetic center of the screen for windows to snap to, similar how windows stop if you drag them slowly to the edges of the screen....

My server sends lots of signed URLs which means the PIN cache downloads new images every time since the signed URL is slightly different. I'd like to use a custom...

enhancement

I'm using TUSKit with [Supabase storage](https://supabase.com/docs/guides/storage/uploads#resumable-upload) (an S3 wrapper), and for the most part it's working fine except the case where I try to upload a large file (~1gb) while...

# Bug report ## Describe the bug When calling `try await client.auth.session`, it often throws `GoTrue.GoTrueError.APIError(message: nil, msg: nil, code: nil, error: Optional("invalid_grant"), errorDescription: Optional("Invalid Refresh Token: Refresh Token Not...

bug

# Bug report ## Describe the bug While leaving my app open on a screen that has a channel subscription, after around 20 minutes without touching the app it crashed,...

bug

After inserting a custom decorator into the document and then typing more, I get the following crash: > Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[Lexical.LayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted...

Hello, thanks so much for this library! It seems the NotificationType enum is missing ONE_TIME_CHARGE, or am I missing something? See this WWDC video which mentions the ONE_TIME_CHARGE: https://developer.apple.com/videos/play/wwdc2024/10062/ Would...

I'm having trouble figuring out how to use the normal caching for most urls while also needing to manually cache an image so it can be used throughout the app's...

Is there a way to save an image to the cache and ensure it will not be cleared? My use case is that my app uses PINRemoteImage for lots of...

# Feature Request We have native apple sign in, but no way (that I can see) of natively linking Apple as a sign in option to an existing account, we...

enhancement