Linus Unnebäck

Results 747 comments of Linus Unnebäck

Hmm, I'm afraid that relying on this could have unintended consequences. For example, I'm not sure that the following code would still work: ```js app.post('/upload', upload.single('file'), async (req, res) =>...

> this code should work I don't think that it does, since the file will have been removed by the time it hits the `req.file.stream` getter. > but it wrong...

Going from the latest (`nodejs:18.v28` `arn:aws:lambda:eu-north-1::runtime:b475b23763329123d9e6f79f51886d0e1054f727f5b90ec945fcb2a3ec09afdd`) down to the previous (`nodejs:18.v26` `arn:aws:lambda:eu-north-1::runtime:0cdcfbdefbc5e7d3343f73c2e2dd3cba17d61dea0686b404502a0c9ce83931b9`) resolved this for us! 🚀

`preferEphemeral` is implemented on Android as well, is it not working? https://github.com/LinusU/flutter_web_auth/blob/aa4ebfa209612d06b3e224566a86fe1938dd5e5c/android/src/main/kotlin/com/linusu/flutter_web_auth/FlutterWebAuthPlugin.kt#L57-L59

I'm not familiar with how the native Android side works, but if you can show me how to make it work with native Android code I'd be happy to incorporate...

Hmm, as far as I can tell this _shouldn't_ be necessary, ref: https://github.com/openid/AppAuth-iOS/issues/715 But still, would be nice to add as a trouble shoot step. What error did you get...

The `auth.html` page is if you are using Flutter Web and is not for iOS/Android. > `c.Redirect(http.StatusFound, "callback-scheme://")` This looks like the correct approach to me, could it possibly be...

> > The auth.html page is if you are using Flutter Web > > Yes, I understood that. For now I'm testing the setup with chrome, so I went for...

Just chiming in with my use case for this, would love to see this landed in some form 🤩 I want to create structures at compile time which contains ArrayVec....

Which Team should own `multer`? Should I create a `pkg_multer` team? edit: there was already a `pkg_multer` team, I think I managed to add the package! 🎉 (the UI for...