stubar

Results 16 comments of stubar

This would be really handy, please add it

I've been trying to use with pnpm workspaces in a monorepo at it seems real hit and miss. I had a strange bug with my reference types. Luckily I found...

I've managed to locate the source of my issue and done the following temporary workaround: ``` def jsonReplace(o): try: if isinstance(o, (map, Live.Base.FloatVector, Live.Base.IntVector, Live.Base.ObjectVector, Live.Base.StringVector, Live.Base.Vector)): return list(o) except...

I am also facing this issue, the patch didn't seem to work for me. Although I've not actually used `[patch-package](https://github.com/ds300/patch-package)` I just went in and edited preset.js manually. I'm on...

Is local dev working in Next 14+ with global-agent? If so mind sharing how? I've tried bootstrapping in instrumentation.ts.

Thanks for this PR, I'm looking forward to this, it will make our testing library tests easier!