moshekar
Results
2
issues of
moshekar
Hi, Multiline parsing in config.ts is using .includes(), but should use .endsWith(), as the multiline separator is valid only at the end of the line. https://github.com/casbin/node-casbin/blob/7803ccbd4cc25e2faac9b508ef57ebee2f8d5750/src/config.ts#L127 Thanks.
bug
Hi, First, thank you for this amazing project. I found that the `DateOnly` type do not serialize and produces an empy tag: ``` public class TestClass { public DateOnly DateOfBirth...
enhancement