Sylvain Bigonneau
Sylvain Bigonneau
Here is my first suggestion draft to tackle issue #20 . All previous tests pass without any issues so it does not seem to be too breaking. ### What it...
(Sorry for spamming issues, I swear I'm actually trying to work on fixes ':D) Using v2.7.1 Since `X2` sets the inner date to February by default, any value for days...
Using v2.7.1. Creating another issue for this, since it happens regardless of the ["unspecified" value](https://github.com/inukshuk/edtf.js/issues/20) (currently scratching my head over it by the way): ``` > edtf('0000-02-29').edtf // expecting '0000-02-29'......
Using v2.7.1, here is another tricky corner case: ``` > edtf('21XX-02-29').edtf // expecting '21XX-02-29' '21XX-03-01' ``` Since *some* unspecified year components *can* match leap years, the library should not move...
I have an issue where the website I am monitoring is accessible from 2 version of its domain name (www and non-www). Since it's a production website, I am not...
This fixes an error that occurs when the list is first rendered empty: in some cases, upon adding the first item, it will not be rendered yet, therefore `_ref.el` will...
Hi! Ever since I changed my Mac OS account's username (and therefore, my home folder name), the game cannot launch past the character selection screen, with the usual "unable to...
**Describe the bug** I am having an issue at the end of this dialogue script: ``` ~ this_is_a_node_title Nathan: [[Hi|Hello|Howdy]] ! What's your name?? - Kenny - Ken - Bob...
I noticed that, contrary to my PWA behavior, my TWA app (built with this module) does not display a splash screen at startup. It seems to be generic for PWAs,...
**Describe the bug** I have started getting the given error in my production telemetry when using `SignInWithApple.authorize` on iOS: `TypeError: undefined is not an object (evaluating 'r.name.firstName')` It seems to...