Dillon Raphael

Results 29 issues of 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...

status/in-review

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...

status/in-review

Currently when running the app-generator tests fail because `input` is undefined when running through `this.process` inside `packages > generator > generator.ts`

good second issue
status/assigned
toolkit

### 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...

kind/bug
status/ready-to-work-on
toolkit

### 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...

status/assigned
toolkit

Currently when the tests run on windows os the following error happens: ``` Error: spawn cmd.exe ENOENT ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯ WebDriverError: chrome not reachable ```

status/ready-to-work-on
toolkit

status/ready-to-work-on
good second issue
toolkit

- describe a "serverless mode" - should use codemod to add `target: "serverless"` to the `next.config.js` file inside the test file

status/ready-to-work-on
toolkit

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.

status/in-review