Samuel Oltz
Samuel Oltz
I would also like to see this feature
@leosuncin where did you see that notice? I'm not seeing that on the current [documentation](https://next-auth.js.org/providers/credentials)
@leosuncin perhaps we should display it in both places, then, because I only knew about the documentation page I linked to
I ran into this today as well. I believe this is what @bboure is referring to: https://github.com/sid88in/serverless-appsync-plugin/pull/220#issuecomment-474201062 It's not a big deal to me if I need to delete the...
I just started on a plugin that supports step functions in serverless offline. https://github.com/pianomansam/serverless-offline-stepfunctions I also created a plugin to automatically start/stop the wonderful [stepfunctions-local](https://github.com/airware/stepfunctions-local) by @tristanbenier and @ChristopheBougere so...
I believe this should be possible with https://github.com/jeanverster/chakra-ui-steps/pull/23
I wanted to do a similar thing for accessing `getBounds()` in `onViewportChange`. My solution was to use a reference to access [getMap()](https://github.com/urbica/react-map-gl/blob/master/src/components/MapGL/index.js#L442). ``` import { useRef } from 'react'; import...
This isn't enforced, but I believe you need to have Serverless Offline >= 10 for the latest releases of this
If you're going to move to minio, how will this project be any different than [serverless-offline-s3](https://www.npmjs.com/package/serverless-offline-s3) which already depends on an external s3-compatible API like minio. I recently switched several...