Marcus Reinhardt
Marcus Reinhardt
Had the same behavior. Tried it with `pnpm clean:workspaces` + deleting the `/.turbo` directory. Sometimes it worked... sometimes not. Workaround is currently to use an alternative compiler/bundler. But not sure...
@dBianchii i spent some time at stackoverflow and found the following: https://stackoverflow.com/questions/59055799/tsc-not-creating-the-dist-folder Updated my `build` command to ``` "build": "rimraf dist/ && rimraf node_modules/.cache/tsbuildinfo.json && tsc --noEmit false --outDir dist",...
Hi, short update: I'm currently evaluating the usage of "tsx" in prod via ``` node --import tsx src/index.ts ``` The `node` command is called in the Dockerfile of my app....
Hi @Hassanabdelqader , tested it quickly and it seems to work: https://github.com/user-attachments/assets/5171ef11-0dc2-4a43-b062-d5948e791fd8 And here the recording with the advanced filter: https://github.com/user-attachments/assets/a9b6e398-d74c-4282-b43c-e3ebdd81c1db ---- @sadmann7 - it seems that the status count...
Note: I'm currently extending the repro - If you want to reproduce the error, you have to update the `src/mdx-components.tsx`, because I'm currently using the workaround to be able to...
Have seen that #143 has been created at the same time. Maybe a merge of both would make sense to have a "feature complete" single select with: * async search...
Tested the chart component and everything seems to work. With the current state, you will have one or more warnings in the browser console: > The width(-1) and height(-1) of...
hey @firxworx , thanks for the kind words. Providing additional props to the `ChartContainer` makes sense for me and will make them more usable without changing something inside the component...
@madflow - i have no permissions here to rebase 😅
seems the shadcn cli uses the value from https://github.com/t3-oss/create-t3-turbo/blob/main/packages/ui/components.json#L8 to add some custom classes.