minus

Results 10 issues of minus

### Describe the bug Setting the `proxy` field in `package.json` proxies normal HTTP requests [and WebSocket requests](https://github.com/facebook/create-react-app/blob/fddce8a9e21bf68f37054586deb0c8636a45f50b/packages/react-dev-utils/WebpackDevServerUtils.js#L442). For normal requests, [the `Origin` header is patched](https://github.com/facebook/create-react-app/blob/fddce8a9e21bf68f37054586deb0c8636a45f50b/packages/react-dev-utils/WebpackDevServerUtils.js#L431) to equal the target host...

needs triage
issue: bug report

When installing guv system-wide and trying to import it afterwards as a user I get the following error message: `PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.4/site-packages/pyuv_cffi/__pycache__/_cffi__x9bdc36e8xf9520033.c'` The `.c` file and also...

When a file has multiple sets of tags, say ID3 and FLAC, they are currently just merged, on a first-come-first-serve basis per tag (e.g. if ID3 comes first, has the...

When the CMD is in exec form and contains an invalid escape sequence (e.g. `\d` or `\z`), it seems to behave like the CMD is in shell form and produce...

type:bug

Compare the output of the following Earthfile vs an equivalent Dockerfile: ```Earthfile VERSION 0.6 FROM alpine:3.16 shell: CMD echo "hello" '(world)' SAVE IMAGE test/shell ``` ```Dockerfile FROM alpine:3.16 CMD echo...

type:dockerfile-parity

- Refactor Dockerfile - Use code from context instead of cloning the repo - Download dependencies first for caching - Run as unprivileged account (note that this break running on...

[This code](https://github.com/chrisboustead/videojs-vtt-thumbnails/blob/3daf72b7081836062d1fdfdb77df308e7cf00a0e/src/plugin.js#L385-L391) in getVttCss does not join both parts according to normal URL joining behavior: With `this.options.src = "https://invidious.example.org/api/v1/storyboards/W58r7oycUrA?height=90"` and `vttImageDef = "/sb/i/W58r7oycUrA/storyboard3_L2/M0.jpg?sqp=...#xywh=0,0,158,90"` the expected joined result is `https://invidious.example.org/sb/i/W58r7oycUrA/storyboard3_L2/M0.jpg?sqp=...#xywh=0,0,158,90` but...

Implement serialization and deserialization of v2/3/4 local/secret/public keys as well as key identifiers (lid/sid/pid). I based this on @suttod's work (#3) and integrated the feedback you left there, @aidantwoods. There's...

The NUT server already has names for the UPSes, so just using those seems like a straight forward solution with less potential to accidentally mislabel UPSes. Adding them allows nut_exporter...