Ashcon Partovi

Results 121 issues of Ashcon Partovi

It would be great to have some high-level APIs to upload, download, and keep files in sync. Here is the documentation: https://developers.digitalocean.com/documentation/spaces/

### 🐛 Bug report #### Describe the bug If a zone has no apex record, when running `wrangler dev`, the following error shows up: ``` Error: error sending request for...

bug
dev

### 🐛 Bug report #### Describe the bug When using the `wrangler.toml` below: ```toml name = "my-first-worker" type = "webpack" account_id = "..." workers_dev = true route = "..." zone_id...

bug
regression

The runtime supports the Network tab, but for some reason, it does not work. For instance, it works on https://cloudflareworkers.com

bug

If a script throws an uncaught exception, an ambiguous `1xxx` HTML page is rendered. This happens in `wrangler dev` too. Unless.. in dev mode, we wrap the script in a...

polish
chunky

Since a `Component` is immutable, during construction, we should store some "hints" about it and its children that are accessible in `O(1)` time. For example, one of the most common...

type: enhancement
help wanted

**Is your feature request related to a problem? Please describe.** It would be great to use this library in "browser-compatible" environments: Chrome, [Cloudflare Workers](https://developers.cloudflare.com/workers/learning/how-workers-works), or [Deno](https://deno.land). This would open up...

A general list of things in `PGM` that need to be translated. - [x] Scoreboard titles - [ ] Map tags - [x] Command errors

bug
help wanted

PGM will look for new versions of itself on startup, and put the new JAR in the `update/` folder. This setting should be default on, but optionally disabled in the...

feature

Now that we support Spigot 1.8, we should look at supporting Spigot (or Paper?) 1.19. My hunch is _just_ supporting 1.8 and the latest version will be easier than supporting...

refactor