Maxim Gnatenko
Maxim Gnatenko
Example: `[email protected]` Link parameters in the `frontend.template.php` should be encoded using `rawurlencode` function. ``` - &address=$user->address + &address=rawurlencode($user->address) ```
Probably this issue related to https://github.com/substack/node-falafel/issues/30 bug. I get the message `extraneous: [email protected]`. Shrinkwrap works fine when I switch to [email protected]
http://php.net/manual/ru/features.file-upload.errors.php
There is many conversions can be implemented: greyscale, setting of background color, etc.
Mocha test runner has`--retries` flag that makes failed tests to retry. However successful try doesn't make chakram think that the test suite is successful. example, this test will pass only...
I've found that `superagent.buffer(false)` invocation don't really work, here is an example: ``` const superagent = require('superagent') superagent .get('https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png') .buffer(false) .end((err, res) => { console.log(res.buffered) }) ``` Output is `true`,...
Not sure if client code should implement the right locking or this can be done in this package. ``` fatal error: concurrent map read and map write goroutine 17031842 [running]:...