Cully Larson

Results 29 comments of Cully Larson
trafficstars

I'm getting the same error. I have to dynamically import `react-quill` because it doesn't play nice when being server-side rendered (it unconditionally accesses some browser globals). Also using Next.js. Also...

@jdt3969 Thanks for sharing. I'll give it a try on my next node project.

@Kehrlann Thanks for the kind invitation to do a PR. I really appreciate the way you presented it. I'm near a deadline on a project right now and about to...

This is happening for me too. Modifying files does not trigger a rebuild. Running `sls offline --stage development`. Versions: ``` "serverless": "^3.24.1" "serverless-offline": "^11.2.3" "serverless-webpack": "^5.10.0" ``` I tried `useChildProcesses:...

I'm running into the same issue. Manually setting the `OFFLINE_STEP_FUNCTIONS_ARN_` env variables doesn't seem to work. I get this error: > StateMachineDoesNotExist: State Machine Does Not Exist Also not seeing...

Another example of a failing address: `[email protected]`. There's something about the number in `ka1` that it doesn't like. Same with `[email protected]` and `[email protected]`

> Idea from cully: > > > If you install libc6-compat, does it resolve that? E.g. ``` RUN apk update RUN apk add --no-cache \ libc6-compat \ chromium \ ffmpeg...

It may have been broken by https://github.com/dherault/serverless-offline/pull/1786. That PR removes the `authorizer` prop if no authorizer is configured for the endpoint. Downgrading to `serverless-offline: "13.5.0"` resolved it for me, at...

My solution has been to just disable it (`{eslint: {enable: false}}`) and run the lint check separately, before build.