ghuser
ghuser
While the following works: ```js cpx.watch("/tmp/dir1/file1.xml", "/tmp/dir2", {initialCopy:false}, function(err){}); ``` This doesn't: ```js cpx.watch("/tmp/dir1(copy)/file1.xml", "/tmp/dir2", {initialCopy:false}, function(err){}); ``` Tested on Windows10 / Ubuntu. I even tried to escape like this:...
Uncaught ReferenceError: Invalid left-hand side in assignment, when dash is used in source filename
When any source file has dash in its filename, there is a variable name that is generated with dash somewhere, so when trying to use the generated file, I get...
I find [bindCallback](https://rxjs-dev.firebaseapp.com/api/index/function/bindCallback) and [bindNodeCallback](https://rxjs-dev.firebaseapp.com/api/index/function/bindNodeCallback) really useful. Especially the second is for me the easiest way to convert essential any node callback-style api to an observable api.
I cloned and run the service on port:3000. I saw that it tries to save the snippets on port 4000, so I started a json-server with a default db `{snippets:[]}`....
In case someone wants to add extra content (e.g. an additional script ) in the existing template, it would be good to be able to do it also from inside...
If you'd like to put out an incentive for fixing this bug, you can do so at https://issuehunt.io/r/LibVNC/x11vnc **Describe the bug** I was connected (with `vinagre` client) to the service,...
I have not used this plugin before but according to this fix https://github.com/mathiasfrohlich/vscode-kotlin/issues/6 I would expect that the following section is highlighted in the editor of an `.md` file: ```kotlin...
**IxJS version:** 3.0.1 **Code to reproduce:** **Expected behavior:** **Actual behavior:** **Additional information:** From what I've seen one of the features of `ix` is to be able to convert an existing...
I see that the object returned by `$.ajax()` contains a `promise()` function. However, looking at the documentation of `jqXHR` I cannot find this function being mentioned anywhere: - https://api.jquery.com/jQuery.ajax/#jqXHR -...
A common issue with files without extension (and with no specific filename) is that they cannot have a default editor (at least without content-detection). A nice feature of the `.editorconfig`...