Mike Cluck
Mike Cluck
I just did some quick testing to see if this was still a problem. I'm unable to reproduce the issue now that backlinks and tags are handled by Foam itself....
I'd like to make a request maybe for a v2 of this feature: allow the user to specify some sort of filter. In my case, I would find value in...
I'd recommend listening for errors then ```js ssh.on('error', function(err) { console.log('Oops, something went wrong.'); console.log(err); ssh.end(); }); ``` It's possible your connection info isn't correct
Sorry, I don't understand how the screen shot is related to your code.
Hi! Sorry for the delay. I don't really work on this project any more. You should be able to use the `key` property. Here's another issue where someone was trying...
Hi! Have you tried sending data over stdin? There's an example in the readme
For what it's worth, I ran in to this problem when I wanted to use my own custom theme. I found out that I needed to create this file: ```...
Bump. I've got a similar problem using node v0.9.3 ``` $ node > require('chimera') Using the chimera in lib [Error: Module version mismatch. Expected 10, got 1.] Error loading chimera...