Marvin Scholz
Marvin Scholz
**Description of Change:** As discusses on IRC, this adds the rav1e AV1 encoder to contribs, along with cargo-c, needed to build and install the C interface library for rav1e. Some...
Maybe I am getting it wrong but I thought after a route matches and callback is executed, klein should not try to match any other routes… But I've just tried...
The `$response->file()` function should be removed or at least not be mentioned so heavily in the samples in the Readme. It is very bad practice to send files by just...
In the MSVC socket compat header, `EBADF` (which is defined to `9`) is redefined to `WSAENOTSOCK` (which is defined to `WSABASEERR+38`, so `10038`): ``` #define EBADF WSAENOTSOCK ``` This value...
Trying to use c-for-go, I get the following error: ``` processing foo.yml ⠇[ERR] /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:461:16: unexpected char, expected one of [',', ';', '='] (and 3 more errors) ```
## Summary The GitHub generated release tarballs of the Tags are broken since a while due to the Vendor `ed25519` submodule lacking all content in the tarball, causing the build...
- **Date:** 2017-09-30 - **Resolution:** Open - **Area:** AppKit - **OS:** macOS High Sierra 10.13 (17A365) - **Type:** Incorrect/Unexpected Behavior - **Keywords:** Preferences, CLI, NSUserDefaults ## Description With specific command...
If Twitter answers with a negative reply to the callback endpoint like the following: ``` http://example.org/callbackFromTwitter?redirectUrl=http%3A%2F%2Fexample.org%2F&denied=XXXXX ``` the server connection hangs and the server seems to send no data. (Other...
The nodeStorage server has an endpoint `/httpreadurl` which allows proxying everything through the server where it is installed, which can be a big security problem. This endpoint should be removed...