Ashcon Partovi

Results 385 comments of Ashcon Partovi

Thanks for reporting, this is a known issue that we will be fixing.

We are unlikely to change Bun to generate _two_ lockfiles, but we definitely know that not seeing `bun.lockb` in `git diff` is very annoying and not a great experience. If...

We are working on a VSCode extension and it will have test runner support.

> @Electroid great. Is there a way to track its progress somehow? Is the work being done on a particular branch? > > And is it possible to provide some...

Newest issue: #6667 ``` 622 | } 623 | var OriginalWriteHeadFn, OriginalImplicitHeadFn; 624 | 625 | class ServerResponse extends Writable { 626 | 627 | constructor(c) { ^ TypeError: Cannot...

I'm able to reproduce this > Here is the repo you can clone to reproduce the error (SolidStart) https://github.com/znycheporuk/bun-formdata This is reproducible, though getting a more minimal reproduction proved difficult....

Hey there, thanks for reporting this issue! We have not yet implemented glob support in workspaces, which is why this error is occurring, but we will be adding it soon....

`packages/*` is supported as of Bun 0.5.8. Glob support, more generally, will be tracked in #1918