John Elm
John Elm
hey @JMichaelTX , I think what's happening there is that `Application.currentApplication()` is returning an Application object when you run it from within vscode (and thus vscode is the active app),...
@JMichaelTX Hmm, interesting. When I ran the script from within vscode, `Application.currentApplication()` returned the same app object as when I specified it explicitly. I’ve actually never used `Application.currentApplication()`; I’ve always...
hey @JMichaelTX I'll close these issues in a bit. You’re a committer for the JXA-Cookbook, yeah? Can anyone make edits, or do you accept PRs on the wiki repo? I...
some good ideas (and browserify alternatives): https://github.com/JXA-Cookbook/JXA-Cookbook/issues/24
Hi Damo, Sorry it's taken me so long to reply. I've done some playing with this. To try it, I changed the command in [line 8](https://github.com/johnelm/node-jxa/blob/396cd0a52d20c2a2427572c23d14ca475c314580/node-jxa.js#L6) in node-jxa.js from `osascript`...
Hey @JMichaelTX, No worries I love to discuss this stuff. 👍 I'm guessing that it works properly when you force it to use a Javascript syntax in the language selector...
hey @JMichaelTX.. **node-jxa installation** Ah I see.. node-jxa has to be installed globally, maybe that's why it's not working. I should have included the npm installation command in addition to...
Quick update here @JMichaelTX .. It looks like my "file.associations" line in my setting.json was deleted by the settings sync extension that I'm using.. so I put it back permanently....
@yfuruyama this would be very helpful. Have you been able to make progress on this yet?