Antonio V

Results 14 comments of Antonio V

Thanks for the PR! It's a huge refactor so let me take a close look at it :) I think it's big enough to be released as an upgraded major...

> Regarding all refactoring and new features, we could also open the PR to a dedicated branch. Since this is quite big I think that's a good idea! We could...

I created a branch called [2.0.0](https://github.com/toniov/gcal-cli/tree/2.0.0). This order could be nice, so we can isolate possible bugs: 1) Architecture refactor (splitting files and so on, not changing code) 2) Code...

Thanks for the PR! A couple of things: - Maybe it's not a good idea to open the browser without asking first (plus it would be a breaking change). Doing...

Thanks! Looks good! Besides the comments, if you add the new option to [help.js](https://github.com/toniov/gcal-cli/blob/master/help.js) we are good to go I think!

Hi! Thanks for raising the issue, also could check that the JSON file you get now is in a different format. I'll release a new version fixing it.

Hi! Sadly It's not possible to see all of them at once now. I'll see how to add multiple calendars in a future release. At the moment, you can set...

Hi! I'm not very familiarized with resource management in GCal and didn't have time to take a close look at it, but it seems that resource management can't be used...

It would be nice if 0.11.0 is published to NPM. I had to add a commit to the `package.json` as well.

Thanks for the issue! Yeah being able to use other JS iterable objects should be nice. At the beginning I just wanted to keep it simple, as a replacement for...