Dillon Raphael
Dillon Raphael
### What are the changes and their implications? Noticed a weird user flow that if their `cookiePrefix` is parsed as undefined (due to reasons such as a ternary statement) that...
Closes: ? ### What are the changes and their implications? Previously `postinstall` which is ran when `@blitzjs/next` is installed was finding the wrong node_modules directory. This fix should locate the...
Currently when running the app-generator tests fail because `input` is undefined when running through `this.process` inside `packages > generator > generator.ts`
### What is the problem? https://github.com/blitz-js/blitz/blob/6559c25f71326df4fa81ebfc0eb25208ecab5d28/packages/codemod/src/upgrade-legacy.ts#L47 The codemod currently create a `next.config.js` from scratch without taking into account the webpack config & middlewares inside `blitz.config.ts`. ### Solution: We should be...
### What do you want and why? During the codemod if there is an error, we don't show enough relevant information on how to fix & continue. Currently this is...
Currently when the tests run on windows os the following error happens: ``` Error: spawn cmd.exe ENOENT ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯ WebDriverError: chrome not reachable ```
- describe a "serverless mode" - should use codemod to add `target: "serverless"` to the `next.config.js` file inside the test file
Currently using bootstrap for the css framework and have successfully placed the video on the DOM. My only issue is the video is pushing my container down when I want...
Closes: #3818 ### What are the changes and their implications? Remove the `-c` flag when running `git commit` during generating a new project.