Alex

Results 8 comments of Alex

> Is there any workarounds currently? I want to skip saving anything into storage and I'd like to implement my own storage mechanism with this. Is it possible? Setting the...

I think scoping the commit type would be the solution to that with the current convention Example: `feat(loading-button): made button disabled while loading`

> I don't know a lot about web development but is it not possible to first load the low resolution image and then 'slowly' load the high resolution version after...

This might not be a solution that the issue author wants to hear, but I use a GenericContainer for Mongodb. This makes running newer version and using credentials a lot...

Would be happy to open a PR if deemed as valid, by the way.

Is `"http://127.0.0.1:3000/api/socials/bluesky/callback"` in the client metadata `redirect_uris` field?

A boring and suboptimal solution I used is runnning the function app in a docker container. This obviously voids some of the benefits. Here's my Dockerfile: ```Dockerfile FROM node:18-bookworm AS...