xcoderreal

Results 9 comments of xcoderreal
trafficstars

I am new to alda-lang and I was about to report the same feature request. I feel that having this support will allow much quicker iterations for coder/musicians. (Otherwise we...

Hi @chrfalch, sounds good! Lemme know if the PR looks good :)

seeing the same, couldn't find a way out to start a react native project with three with expo

I encountered a similar problem, and got stuck for weeks. I ended up modifying the [suggestion above](https://github.com/pmndrs/react-spring/issues/1860#issuecomment-1065208340) from: ``` style={{ transform: props.x.to(val => [{translateX: val}]) }} ``` to (something like):...

I have a feeling that I'm facing the exact same issue as OP. As someone who's still learning frontend development, I have a hunch that I'm missing some crucial knowledge...

> I don't see a step where you run `pnpm install` after copying the nextjs project in. Would you clarify what you mean by this? The issue I'm seeing is...

I just retried: 1. Deleted `node_modules/` and "locK" file from `/RootFolderName/apps/dashboard/` 2. At `/RootFolderName`, run `pnpm install` 3. Then, run `turbo build` Still seeing the same. I wonder if it...

> Does that import resolve in your IDE? It does. I checked by "Cmd + click" at the import statements on VS Code. This is because running `pnpm install` under...

Thanks for looking into the package.json in both examples which I tried to consolidate. I tried a bit for what you said, and am still encountering the said build errors....