Aaron Queen

Results 11 issues of Aaron Queen

It would be great if you could support HTTPS. I am fed up with issues with Multi CURL on PHP 5.3.9+ on Windows and am looking for an alternative. libphutil...

While using uws yields some good performance benefits, trying to actually use it results in some issues. The first issue I came across, is a fairly important one. Trying to...

### Feature request: Zora test runner I'd like to request support for [Zora](https://github.com/lorenzofox3/zora), which is the fastest test runner I've found so far. There is mention of it in https://github.com/wallabyjs/public/issues/2487#issuecomment-666009023...

feature request

I came across this issue today, after using the official debian-installer instructions and then switching to unstable (sid) using apt full-upgrade. [ UPSTREAM_CODENAME=$(cut -d / -f 1 /etc/debian_version)](https://github.com/wimpysworld/deb-get/blob/a8d3a03e9c218b1e2fddda431b2e3e0bb340e30b/deb-get#L1145) For me,...

enhancement
help wanted

``` static get jsonSchema() { return { type: 'object', additionalProperties: false, properties: { id: { type: 'integer' }, meta: { type: 'object', additionalProperties: false, properties: { a: { type: 'string'...

I ran into an issue when a jsonSchema contains nested objects with required keys. Currently, it appears that only the top-level required key is removed when using patch. ``` static...

enhancement

``` if (staticImportedScan(id, getModuleInfo, new Map(), [])) { return "vendor"; } else { return "async-vendor"; } ``` Currently, this produces very large vendor / async-vendor (2MB+) bundles for me. This...

I need to be able to bind live and know when a matching element shows up in the DOM and also when one has gone away.. Could this be added.....

### What version of Bun is running? 1.1.29+6d43b3662 ### What platform is your computer? Ubuntu 24.04.1 LTS Linux 6.10.7-x64v3-xanmod1 x86_64 x86_64 ### What steps can reproduce the bug? `$ bun...

bug
jsc