Jakub Mareda

Results 27 issues of Jakub Mareda

I encountered this issue when trying to copy two batches of files at the same time: ``` // My promise wrapper function ncpAsync(src, dst, options) { return new Promise(function (resolve,...

Sometimes, github uses that div instead of `iv.release-body div.markdown-body`

bug
confirmed

Some people have different window titles. For that reason, it would be better to create a setting that allows users to override default value.

feature request
planned

Currently, project uses two JSON libraries - javax for updates and some other for PVP.net API. This must be unified into one.

planned
code-enhancement

It's supposed to be equivalent to any of the 8 pin Tinys. I'm not sure how to add it.

I need to create a table that will fetch the data using XHR, however I don't want to fetch all data at once. Is it possible to have Clusterize request...

VS Code supoorts remote development via SSH tunnel and that is what I am currently using. Here is the description of the feature: https://code.visualstudio.com/docs/remote/ssh The way I understand it, extensions...

I have the following JSON reviver that converts some telemetric data to class instances: ``` static JSONReviver(key, value) { if (typeof value.type == "string" && typeof value.value == "string") {...

question

I switched to oboe.js from normal XHR requests. However my page now displays loading animation (eg. in browser window/tab) when I stream JSON. Pressing Escape/Stop loading button also kills the...