Alexandre Demers

Results 182 comments of Alexandre Demers

I think the feature would simplify some logic that many apps need to implement. Under Code > Tags, the latest entry is 6.0.0-rc1.

I'll keep this PR opened until we add it directly under the new JS code. Once 6.0.0 is out the door, I'll add it to 6.1.0

Not a big change, but I don't know if we should add parameters one after the other (extraArgs, onlyMe, etc.) or if this should be regrouped under and array of...

Not that this PR is bad, but I would suggest to include this feature change in a broader and more flexible way. We should be able to push whatever argument,...

What I would see is an @options object where we could define: {appName, appPath, options} where would contain at least the following optional object options: { boolean isHiddenOnLaunch, object mac...

One PR will be merged under the "decaffeinate" branch which contains a new feature to add more arguments, I'll add a few more testcases to be sure additional arguments are...

Partially fixed in upcoming 6.0.0-rc.2. However, still used under macOS and I think I understand what was the purpose of this "clean up". It is not so much a clean...

This is true for all supported OSes. I'm late here, be could you elaborate about your scenario? Who would be allowed to register the app for all users? For safety...

For documentation purpose: the argument "isHidden" doesn't magically hide the application except with AppleScript. For all other cases, it adds the argument when the application is called at launch, but...

Clarify how it works in README.md