Matt

Results 21 comments of Matt

This is a really bad bug. First noticed it while learning Parcel on codesandbox, attributed it to the platform, started a new project locally and I'm still having issues compiling...

+100 on this idea. JSX is a wonderful language that perfectly represents data-rich components. Component hierarchy is an important component of CDK. Why not represent it in a tree-like structure...

I thought it'd be fun to work backwards from what a ReactCDK app could look like. ```tsx import * as ECS from '@aws-cdk/react'; export default function MyApp() { return (...

Having a hook specifically for creating exports in cross stack references would resolve a pretty serious design flaw in current CDK known as ‘deadly embrace’. The automatic export mechanism when...

I'm also seeing this error when running `yarn rw g sdl ` without a root `./web` folder. `redwood.toml`'s `[web]` path is set to the correct folder for the web project...

Verbose output: ``` TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received null at Object.openSync (node:fs:577:10) at Object.readFileSync (node:fs:453:35) at fileToAst...

1. It's [listed as a feature/option in the Redwood.toml docs](https://redwoodjs.com/docs/canary/app-configuration-redwood-toml#web) but does nothing 2. I want to control the folder structure of my codebase. Specifically, I want to group both...

For anyone else who runs into this, I've worked around it in the meantime by creating a few dummy files in a `web` directory. Create these files and the path...

I think all we need here is a prop for something like `showSuggestionsWhenEmpty` so we can add some logic to `renderSuggestionsContainer` to check if `suggestions.length === 0`.

The right thing for GithubSurf to do here, culturally, is to create an _actual_ fork in Github of the Github1s repository, make changes to drive functionality for their own product,...