Matthew Cheok
Matthew Cheok
I'm trying to grab the html when AJAX operations are complete with some client javascript like this: ``` var evt = document.createEvent('Event'); evt.initEvent('__htmlReady__', true, true); document.dispatchEvent(evt); ``` I'm listening for...
Any ideas how I can use this with the new methods in iOS 7?
Really exciting that we're able to use Wave in SwiftUI. Couple of questions: - Should animators be held via `@State` to avoid instantiating new instances each time views are rendered?...
Any chance there is a more comprehensive README, tutorial or examples I can refer to?
### Describe the issue I'm getting a compilation error after upgrading to Swift 6.0.1 and Vapor 4.106 ### Vapor version 4.106.0 ### Operating system and version macOS 15.1 ### Swift...
Suppose we had some route configuration like: ```swift func routes(_ app: Application) throws { let unprotectedAPI = app.grouped("api") let tokenProtectedAPI = unprotectedAPI .grouped(Token.authenticator()) .grouped(UserModel.guardMiddleware()) try tokenProtectedAPI .grouped("users") .register(collection: UserController()) }...
### MapLibre iOS Version 6.10 ### iOS Version 18.2 ### Device iPhone 16 Pro ### What happened? When changing zoom levels there is occasionally a spurious animation of the heatmap...