Alex Papaspiridis
Results
2
issues of
Alex Papaspiridis
Hello, under version 0.19.15 (Edit: also tested with 0.19.16 and 0.20.0) For the following schema: ``` abstract type Entity { required property name -> str; } type Game extending Entity...
Hello, I want to ignore a holiday by using `unsetRule`. The holiday does not appear in the list returned by getHolidays however when checking for that date using isHoliday I...