Alex Kostyukov

Results 24 issues of Alex Kostyukov

### Issue description or question After updating to webppack5 asks for output path: `[webpack-cli] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined` ### Webpack Config ```js...

I have some location which accepts multiple `orderItemIds` (like `arrayFormat: 'repeat'` format at stringify params). In case of single param value `qs.parse("...?orderItemIds=1119012", { ignoreQueryPrefix: true })`, I receive string instead...

feature request
question
parse

Example from http://www.trirand.net/demo/javascript/jqgrid/loading_data/scrollbar/index.html Versions of Guriddo jqGrid JS: 4.7.0 and 4.7.1. Add `gridview: true` to repeat bug ``` (function ($) { 'use strict'; $(function () { $('#jqGrid').jqGrid({ url: 'http://trirand.com/blog/phpjqgrid/examples/jsonp/getjsonp.php?callback=?&qwery=longorders', mtype:...

Bug

1. Open CLI 2. yandex-disk-indicator ``` Traceback (most recent call last): File "/usr/bin/yandex-disk-indicator", line 26, in from gi import require_version ModuleNotFoundError: No module named 'gi' ``` Installed latest from ppa,...

With installed Babel plugin and disabled default JavaScript format, gives an error on clicking Index & Format JSON https://yadi.sk/i/ZKh-JResssj7A

For example i want to format JSON braces, so it looks more like config file than js Instead this: ``` { "public/": { ... } } ``` expect this: ```...