Ashcon Partovi

Results 99 issues of Ashcon Partovi

We do plan to make a few, technically breaking changes to Bun v1.1. We will very clearly communicate this as well. * #7829 * #8544

tracking

This is the documentation to support the addition of a new image: `bun`. See https://github.com/docker-library/official-images/pull/14272

This is a tracking issue for commands that we should implement as builtins in the Bun shell. Some of these are taken from [GNU coreutils](https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands). - [x] `cat` - [x]...

tracking
shell

* [`toMatchInlineSnapshot()`](https://jestjs.io/docs/expect#tomatchinlinesnapshotpropertymatchers-inlinesnapshot) * [`toThrowErrorMatchingInlineSnapshot()`](https://jestjs.io/docs/expect#tothrowerrormatchinginlinesnapshotinlinesnapshot) * [`toThrowErrorMatchingSnapshot()`](https://jestjs.io/docs/expect#tothrowerrormatchingsnapshothint) (unrelated, but also)

enhancement
jest

`bunx --version` and `bunx --revision` do not work. They should do the same as `bun --version`.

bug
quick fix

Found this snippet of code in an npm package: ```js // Whether to use the native URL object or the legacy url module var useNativeURL = false; try { assert(new...

bug
node.js
quick fix

### What does this PR do? - [ ] Documentation or TypeScript types (it's okay to leave the rest blank in this case) - [ ] Code changes ### How...

# Bun [Bun](https://bun.sh/) is a new JavaScript and TypeScript runtime. # Checklist for Review - [x] associated with or contacted upstream? > I work for Oven, the company behind Bun...

new-image
library/bun

Create super low profile Minecraft client to stress test servers, requires #18 first though.

Instead of having all workers poll from typically the same data set, separate them into publishers and consumers via a network queue. Publishers take third-party APIs (DigitalOcean, Github, etc.) and...