Alfon

Results 15 comments of Alfon

It seems Passport.js integration is broken. I tried to refactor a legacy Blitz app to `v2` and after a lot of plumbing and several hours, I decided to give up....

Seems type validation isn't working for queryParams yet. Is this possible to be implemented? would be great. Here's how my serverless.yml config looks like: ```yml service: foo package: individually: true...

Did you figure it out? I suppose in order to deploy this monorepo to production we would need to upload also the `build` dirs of the common `packages`. I think...

I created a fork here https://github.com/alfonmga/react-lottie-light-ts that uses Lottie light version to achieve a smaller bundle size :) You can add it to your project by running: `yarn add @alfonmga/react-lottie-light-ts`

Hey, @KilianB, I just wanted to thank you for your work on your fork ❤️. Sadly, no one has paid attention to this PR, but you at least made an...

Hi, Try installing `linux-headers` for your kernel version: `apt-get install -y linux-headers-$(uname -r)`

> Couldn't find any package by regex 'linux-headers-5.4.104' Hmm try this so: ```sh sudo apt-get update # This will update the repositories list sudo apt-get upgrade # This will update...

> > > Couldn't find any package by regex 'linux-headers-5.4.104' > > > > > > Hmm try this so: > > ```shell > > sudo apt-get update # This...

Please provide more info about the machine you're running it on, thanks.