Kanstantsin Kamkou
Kanstantsin Kamkou
Please also allow to use the `shields.io` service. example: ``` https://img.shields.io/badge/dynamic/xml?color=4ac41d&label=0pdd&query=count(%2Fpuzzles)&url=https%3A%2F%2Fwww.0pdd.com%2Fxml%3Fname%3Dyegor256%2F0pdd ``` cc: @yegor256 please think about moving the badge stuff outside (i.e. implement json for shields.io: see [this link](https://shields.io/endpoint))
Yes, chunking is implemented from the first version of the library (UDP). Also consider is that `32766` bytes is the maximum length for a field (message might have many fields)....
Could you share the code fragment. There is multiple validations. It looks like your error has no message inside (?) Regarding the problem itself, you can pass a simple object...
It looks like you've used some kind of library before or just read the specification. That is not the case here. For example a number of fields have been deprecated;...
`InnoDB` supports it only from `5.6` version of mysql, we do have `5.5`
refs #176
AFAIK, a browser extension has access only to the document/window scope. Hence, we can track it only for a browser's web-page. Focus of the other application stops the tracking :(.
iFrame in iFrame. [example](http://2ka.by/article/event-driven-cross-domain-iframe)