Katie Volz
Katie Volz
Updates the library to use AMP v3 instead of v2. Should go on a v2 branch or similarly named. Right now the following tests fail when run as part of...
My remote Jenkins server uses a plugin called "GitHub Authentication Plugin". I clearly don't expect you to impliment every login plugin in this software, but is there any way I...
Right now it just is: $ ~/Applications/Championify.app/Contents/MacOS/Championify --autorun [2061:0403/163409:INFO:renderer_main.cc(200)] Renderer process started [2057:0403/163411:INFO:CONSOLE(95)] "{ "level": "info", "message": "Version: 1.2.10" }", source: /Users/XXX/Applications/Championify.app/Contents/Resources/app.asar/node_modules/winston/lib/winston/transports/console.js (95) It would be nice if championify could...
RIP Tubehax
This PR generates the `.h` files directly from the PHP source code (committing them to the docker so as not to require a C compiler at runtime), using srcml to...
## Steps to reproduce this issue 1. Create/access a table with a backslash in the enum value - `CREATE TABLE x (c ENUM('\\foo','\\bar'))` 2. Attempt to insert/update a row with...
**Is your feature request related to a problem? Please describe.** The TCP component is incapable of connecting over TLS/SSL (ex. to any HTTPS site) **Describe the solution you'd like** The...
Closes #112 Not sure if this should go in a separate project like https://github.com/amphp/http-client-cookies but it is fairly well-contained. Note that I couldn't run the test with a full request...
When an anonymous class is given to a context, it is unable to resolve the classes of properties in the docblock, even if they are imported. By removing the error...
Partial fix for phpDocumentor/ReflectionDocBlock#180