Nikola Kostadinov
Nikola Kostadinov
When I request this URL : https://tech.nikkeibp.co.jp/atcl/nxt/column/18/00001/03200/ I get the following error message: > Resource returned a response status code of 200 and resource was instructed to reject non-200 status...
Is it possible to parse only some of the items e.g. lead_image_url for performance improvement. I have a ton of URLs and I need to get only the leading image....
when i start typing it would be nice to have the first matching item always selected. So when I press enter I will select from my existing items instead of...
When I add tags I press enter, but when the input is empty I want to finish adding tags. Currenlty I cannot do that because handle the Enter key outside...
Is it possible to add loading indicator to the dropdown menu while the matches are being loaded from remote source ? it will be really usefull.
how to prevent scrolling the body when I reach the bottom of the div that I have scrollbar ?
The effect can easily be seen on the demo of the front page (https://wlada.github.io/vue-carousel-3d/) - just click on the last right card (not the arrow). There is a strange "shuffling...
Why is the resource.name escaped ? I think it would be a good idea to allow HTML content there or a callback rendering function.
Add the ability to specify php expression for the class of the extra row. Like rowCssClassExpression e.g. extraRowCssClassExpression.
I cereate the file varuable via createReadStream. It is working normally without the throtling. ``` const bandwidthThrottleGroup = createBandwidthThrottleGroup({ bytesPerSecond: rate }); const throttle = bandwidthThrottleGroup.createBandwidthThrottle(item.meta.fileSize); file .pipe(throttle) .pipe(writable) ```...