Elena Sharovar
Elena Sharovar
Hi guys! I added Slack webhook URL to our codecov.yml but Slack notifications are not sent. How can I debug it to understand why? ``` codecov: token: "token_here" coverage: notify:...
I added ability to use local abbreviations. In 2017, IANA database deprecated these abbreviations but many users request it. Usage example: ``` console.log(moment().tz('America/Sao_Paulo').format('HH:mm z')); // 13:13 -03 moment.tz.useLocalAbbrs = true;...
This is related to bugs: https://github.com/moment/moment-timezone/issues/798 https://github.com/moment/moment-timezone/issues/768
Guys, currently there is a banner "Black lives matter" on the main page. Maybe, we can show support for Ukraine and show banner "Ukrainian lives matter"? Or you want to...
### Description Default value for "checked" attribute is undefined, but documentation says it's "false". This is important, because when checked=undefined, and invalid=true, this function https://github.com/PolymerElements/paper-checkbox/blob/master/paper-checkbox.html#L230 is not called and .invalid...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...