Ashcon Partovi

Results 99 issues of Ashcon Partovi

Support defining a maps branch in the server document and dynamically pulling the git repository in a sidecar container.

Integrate with Raven or potentially Discord to report errors at startup.

If no backend is reachable, default to a private PGM server with Fenland loaded.

```ts import debug from "debug"; debug.enable("*"); export const logError = debug("server:mp:error"); export const logWarn = debug("server:mp:warn"); export const log = debug("server:mp:log"); log("hello world"); logWarn("hello world"); logError("hello world"); ``` ``` TypeError:...

bug
node.js

One of the requirements for an [acceptable](https://docs.brew.sh/Acceptable-Formulae) formula is to be built from source. Once completed, we could apply to be an official formula so developers can install with a...

enhancement

Similar to `bun upgrade --canary`, `brew install bun@canary` should install from the last successful build on the `main` branch.

enhancement

Currently, Bun implements the [`node:http`](https://nodejs.org/api/http.html#http) module using the `fetch()` API under-the-hood. https://github.com/oven-sh/bun/blob/b2b7ad235e0261ecf4213e11979f6d1054ff2547/src/js/node/http.ts#L1513-L1523 While this works for basic usage, there are more advanced APIs that we do not support, such as...

tracking
node.js

This is the same proposal as `Promise.ownProperties()`, but under a different name that feels natural and approachable (imo) ```js const { shape, color, mass, } = await Promise.fromObject({ shape: getShape(),...

> Shouldn't that be working? > > Does this suit your needs? > > ```ts > import { describe, expect, test } from 'bun:test'; > > const askGPT = async...

bug
jest

### What does this PR do? Do not merge. This is a test to see if Amazon Linux 2023 tests are stable enough to support. ### How did you verify...