Matthias

Results 44 issues of Matthias

No icon in the tray. Following https://github.com/rickyrockrat/parcellite/issues/30, nothing worked. No info on how to enable the unity setting. I can't open any GUI, with Ctrl-Alt-P or whatever the key combination...

Browsers sometimes reject wildcard origins (`*`) in Access-Control-Allow-Origin headers, so a common practice is for the server to simply mirror the domain back, instead of sending `*`. Can http-server support...

Use `corser`'s `origins` option to handle the `access-control-allow-origin` header. Passing a true function will make `corser` mirror the Origin header like we want. I was not able to run the...

Hello, The readme says: > Specify the `socksHost` and `socksPort` options if your SOCKS server isn't running on `localhost:1080` However, it doesn't tell how to set options, in the `use()`...

Followon to https://github.com/vercel/serve/issues/319 Serve sends CORS headers, however the `Access-Control-Allow-Origin` header is `*` which is problematic because in certain requests, the browser blocks the `*` wildcard because of security or...

Hey guys! I have found what appears to be a bug in `@turf/buffer`. When buffering shapes close to the antimeridian, so that the buffered feature extends past the antimeridian, the...

bug
@turf/buffer
antimeridian

Suddenly our release job gave us this error: ``` Removing change files: - @org-foo-5f1fbd45-be6c-49d3-8f97-62b9768cbe26.json - @org-bar-20d26cbc-3acb-4cbd-b43a-430ae3217888.json Removing change path Validating package version - @org/[email protected] OK! Validating package version - @org/[email protected]...

Hi all, It looks like https://microsoft.github.io/beachball doesn't mention `dependentChangeType` as a possible option in `beachball.config.js`. It appears that this option sets the value for `dependentChangeType` in change files.

Does beachball support adding newlines in change file notes, either through the CLI or by manually editing the JSON? I'd like to be able to use some newlines sometimes, since...

When I have a branch with a few changes, e.g. some major, some minor, some none, I can only represent the changes in a single line under a single change...