Chris Barth

Results 135 comments of Chris Barth

I've moved all this type checking code to another repo so that we don't muddy the purpose of `xpath` with them See https://github.com/xmldom/is-dom-node I'll still gladly do what it takes...

Is there anything I can do to help with this?

I have a regex that generates the same message, but only on the _second_ time it is run in a file. Also, the problem is only certain files. I've so...

> If there were an option to "copy file path" in the right click menu (or equivalent), this could be done via the custom selection dialog, with the added bonus...

I would actually love to work on this and get some experience with Rust, but there isn't already a context menu for each item, which makes adding this feature probably...

I'm using the x64 virtual camera on Windows and I can see it in OBS, but not Zoom or Skype. At least this means that I can pipe the video...

I've changed ``` Head.current = function(repo, callback) { return fs.readFile(repo.dot_git + "/HEAD", function(err, data) { var branch, m, ref; if (err) { return callback(err); } ref = /ref: refs\/heads\/([^\s]+)/.exec(data); if...

I've found that the assumption that files will be in `refs/heads` is flawed: https://git-scm.com/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery

One more thought for you: do you think it would make sense to allow a `string` or a function that returns `string` for `privateKeyPassphrase`? That would allow a function to...