Etienne Magnier
Etienne Magnier
Hello @tukusejssirs! Thank you for sharing all your ideas :smiley: Sorry for not being more responsive, I'm very busy these days :grin: Especially for the martyrology, I only made an...
Some vocabulary notes: - Prefer _Proper of Time_, instead of _Temporale_. To avoid future confusion with https://tc39.es/proposal-temporal/. - Martyrology ≠ Sanctorale: - _Sanctorale_, or the _Proper of Saints_, is a...
Awesome! It's a really great addition 👍 I particularly like the canary tagging on feature branches, as I often want to test my work with different cases studies I'm also...
Thanks @pejulian for this nice work (# 164), now we can see the publishing process in action, and all the tags on npm are very handy! There is still an...
@tukusejssirs: Things in the `dist` folder are not in the repository, but automatically generated before publishing a new release, and (normally) integrated in the npm package.
Also on my side, I don't think `/bin` is used either. @tukusejssirs npm already manage the release artifacts well, and when you do a `npm install romcal`, you get everything...
Thank you for your reply. Just a clarification: when you say "a non-compressed JS file", actually there isn't one file but several files which depend on each other. Except the...
@pejulian I like the auto changelog! I'm looking forward to see it in other branches! Regarding the artifacts, a CDN (or S3) for browser usage is a very good idea....
It could be build on top of https://github.com/romcal/romcal-api
The colons, it's a naming convention when documenting APIs, to point that theses keyword are query parameters. And question mark mean that the parameter is optional. But if you try...