David Gasperoni

Results 44 comments of David Gasperoni

Yeah… you're onto something: https://github.com/kalmecak/moment-business-days/blob/accaa23c28229d3ba6a2627a8eb30a364280d4ee/index.js#L95 At the moment this is how the plugin works: it adds takes 2 weeks, it iterates adding or subtracting one week (depending on which method...

> As 1st of January isn't a business day Well, it all depends on locale settings… Regarding the feature, if on non-business day like 2019-01-10 (which is a Sunday, if...

1 down is basically saying the amount of business days before the date, 1 up is considering the day itself as an extra day… I might be wrong but the...

Personally I don't use other plugins so I didn't run into this issue. What is the "blessed" way of making sure a plugin module should behave? Should moment-business-day accept a...

Any possibility of adding the codec?

> +1 for this. Just came looking to see if there was such a feature! I also came here looking for an open issue for this. 😄 Plus-one'd this issue...

That's a cool trick! It would be nice to be able to add a zero for `tel:` links too, though… 😉

https://code.visualstudio.com/blogs/2016/11/15/formatters-best-practices The problem with creating a user shortcut is that is not easily shared between platforms (see Settings Sync) and other developers (shared projects). It would be much nicer to...

You could set `standard.enableGlobally` but that means running standard/semistandard from `npm -g` installation of the packages. Indeed a shortcoming of the extension not being able to use multi-root Workspaces.

Thank you very much, I managed to make it work by coping out the cookie from the headers in the Network panel. But does the v2 version only import ratings...