Chris Pearce

Results 49 comments of Chris Pearce
trafficstars

@thejameskyle Cheers for the update! I wonder if a proxy around node `fs` and https://github.com/webpack/memory-fs would do the trick for you?

Hey @xjamundx I was just going to suggest this till I saw this issue! :) I have implemented this via ASTExplorer [here](https://astexplorer.net/#/Nzw2dhjse2/2)! Happy to make a pull request if you...

How can we progress this? Its incredibly powerful. Happy to help out!

I've solved this the dumb way by defining more and more tasks. Feels a bit odd (and just like grunt) so maybe there's a nicer way. Works for nor anyway!

I documented another use case (event sourcing and ephemeral projection tables) in https://github.com/prisma/prisma/issues/20890 before finding this issue. Copied here. > Problem Following an event sourcing pattern, imagine you wanted to...

This would be a real plus to portability of shadcn-ui as a solution. Unfortunately the js ecosystem is very inconsistent with support around tsconfig paths, particularly within monorepo settings. Simply...

For now I've worked around this by bundling my shared packages using tsup (relatively unpainful!). Following is a `"build"` script in my `package.json`. Also have `turbo` configured so this gets...

> Figured out why exactly this happens on my project at least. > > In a monorepo, my structure is as follows > > apps -> app website extra >...

I'm encountering this with a `createdBy` and `updatedBy` pattern and it's leading me down a _very_ verbose road I'm not sure I really want to follow. Consider following psuedo schema...