AlexeyKosov
AlexeyKosov
This line (1161) contains an extra character: ``` except AttributeError:` ```
PhpStorm 2021.1 Beta Build #PS-211.6693.25, built on March 25, 2021 Runtime version: 11.0.10+9-b1341.21 amd64 VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep...
If the paginator is not visible initially, for instance is placed in another tab, it looks too narrow.
Is it possible to disable some or all optimizations for a certain user agent (crawler)? When it crawls the site, CPU usage for the nginx process is getting too high...
Since Google PageSpeed is not compatible with Google Search Engine which results in the fact Google indexes URLs containing the `?PageSpeed=noscript` query parameter even despite `rel=canonical` tag, it would be...
Is there a way to add support for `@import` to include other CSS files?
When a browser sends many requests for image conversion concurrently (e.g. an image gallery is loaded) and the destination directory does not exist, every request tries to create the directory,...
Pulling reports using a "next token" throws an error: `NextToken cannot be specified with other input parameters` ``` /** @var SellingPartnerApi\Api\ReportsV20210630Api $reportsApi */ $reportsApi->getReports(next_token: $nextToken); ``` It generates the following...
## Problem description: Hello, Thanks for this library! Currently, all dates are returned as strings, which requires converting them manually to `DateTime` objects. And vice versa when submitting data to...
Currently it doesn't trigger "change" event for children checkboxes so there's no way to perform an action after all the checkboxes are checked/unchecked.