ahurlburt
ahurlburt
# Summary I'm using amplify.js to handle login via cognito and when I select sign-in the serviceworker loads a static chunk but the spinner just goes indefinitely... Not sure how...
New version of themekit has strange/undesirable behaviour when dealing with compiled liquid assets (like js.liquid / scss.liquid) This issue affects workflows where the latest theme files are downloaded (using `theme...
### Description: For context project is approx 40 lambdas, all python 3.8, using dependency layer for requirements. Running `sam build` has become incredibly slow (10-15 min on my Macbook Pro)...
I have the auto hides types defined as follows: "variable class field undefined object object-method array unknown namespace null number property function-declaration function-expression boolean" (without quotes) however, when i open...
I have the exact same issue as this: https://github.com/xdan/jodit/issues/54 However, i can't figure out how to get this solution working using jodit-react I've tried: ```jsx const handleEditorRef = (editorInstance) =>...
Currently it seems that `sam local start-api` will build any lambda layers on **every** request. This ends up creating a very slow dev experience. Since `sam build` seems to be...