AJ ONeal

Results 311 issues of AJ ONeal

Would probably be better as a 2-frame-per-second GIF, but here's a quick PNG:

The documentation doesn't specify how the `ws` module stream maps to which type of Node Duplex Stream. I assume that it behaves like a TCP Duplex Stream: . I also...

Caddy v2.7.6 It seems that `rewrite` will only work in `handle_response` if `copy_response_headers` is set with the same variable that was used in the rewrite (i.e. `X-Accel-Redirect` _must_ be exposed...

Re #855, caused by #852. Additionally - `Authorization: Basic ` ALWAYS SUCCEEDS, even when the TOKEN IS INCORRECT \ (unless a rate-limit is hit) - `Authorization: Bearer ` FAILS ON...

`whoami` is generally available on all Unix-y systems, but `id -u -n` is the POSIX standard with guaranteed behavior. This is literally as simple as doing a find-and-replace across the...

enhancement
good first issue
first-timers-only

# Problem 17 minutes of downtime today June 5th from 18:39 to 18:56 UTC. # Retrospective What happened: 1. There was a typo in the `Authorization` header, so authorization was...

bug

This is an oversight in the version selection. The temporary solution is just to upload amd64, but we'll have to add another test to the selection function - it should...

has-workaround

I'm getting a lot of ```text Error: no 'node@lts' release for 'linux' (Unknown Libc) on 'x86_64' as one of 'tar,exe,xz,git,dmg' ``` And then when I run it again, it works....

bug

After years of submitting bugfixes and refactoring this library a little at a time, I finally found out what it actually does - which is so simple by comparison to...

Does this enable http2 pipelining and such for streams and API requests? I saw 0 issues when I searched for "http2", and nothing in the docs search about it.

blocking