-
Hello.
PHP_CodeSniffer version 3.4.2 (stable)
Call:
phpcbf.bat --report=full -s -vv --standard=psr2
Problem with code:
```php
stdex updated
5 years ago
-
+ Language : PHP
+ Repo : https://github.com/swoole/swoole-src
+ Author : @matyhtf
*Build a HTTP server*
```php
$http = new Swoole\Http\Server('127.0.0.1', 5200);
$http->on('request', func…
-
![image](https://cloud.githubusercontent.com/assets/4608879/9100015/c0bd134a-3bde-11e5-92a9-85b9222e5721.png)
stdex updated
5 years ago
-
_**[ctvo...@gmail.com](http://code.google.com/u/112316210031759700264/) commented:**_
> Version of PhantomJS: Version 1.3.0 "Water Lily".
>
> What steps will reproduce the problem?
> 1. I …
ariya updated
5 years ago
-
Hi, I can't make scons to succeed even when I installed all the dependencies and all the steps followed.
Here is what I got from my console.
```
***@ubuntu:~/Software/raindrop-master$ scons
scons:…
-
Hi,
Currently `gnr::forwarder` cannot take a `std::bind` object, since the following static_assert `static_assert(std::is_trivially_copyable{},""` ([ref](https://github.com/user1095108/generic/blob…
-
Source haxe code:
```haxe
if (adapter.layerIndex >= adapter.layers.length)
{
adapter.layerIndex = Std.max(0, adapter.layers.length - 1);
}
```
Generated js code:
```js
if(this.adapter.get_…
-
Hi,
I'm trying to set up proxygen on an Ubuntu 14.04 VPS but I get the following error messages when running `./deps.sh` with gcc 4.8.4:
In file included from ./../folly/Assume.h:21:0,…
Maktm updated
7 years ago
-
If mail server return subjects like this:
["subject"]=> string(21) "=?koi8-r?B?+sHLwdo=?="
Your lib use function convertToUtf8 and incorrect encode it.
It's work for me:
//"=?koi8-r?B?".base64_e…
stdex updated
7 years ago
-
/usr/local/lib/python3.4/dist-packages/bs4/**init**.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a …
stdex updated
8 years ago