commenthol
commenthol
Unfortunately I'm having troubles to correctly attribute the "references" within the Map. With objects the path naming conventions are clear using dots or brackets. With Map there is no such...
Maybe that's related to the environment you're using. Try to use var instead of let or const.
Thanks for your contribution. I really honor your efforts. Nonetheless a breakout from the VM is still possible. The only limitation is that child_process is somehow prevented to be required....
There might be multiple options for you to choose from: - eval() / Function() - module.exports (see companion module [serialize-to-module](https://www.npmjs.com/package/serialize-to-module)) - [safer-eval](https://www.npmjs.com/package/safer-eval) (which I personally can't recommend) - [vm2](https://www.npmjs.com/package/vm2) (node...
Well currently there was no need for a "x days after y" rule. If it can be avoided by naming the correct date in the respective calendar system is won't...
Hi @nishantnathhoney, thanks for your contribution. You can find the meanings of the tags used in the yaml files under docs/specification.md _name is a reference to a tag in names.yaml...
Closed in favor of #534.
Hi @CarlaTeo, I can see here that the day is celebrated in Brazil https://en.wikipedia.org/wiki/Dia_dos_Namorados. Could it be that you might got confused by `type: observance`? This according to the spec...
Hi @AshiishKarhade, Feel free to rise a PR. Your contribution is welcome. Please check the CONTRIBUTING.md on how to do it.
Thanks @DrunkenCloud for your PR.