Ivan Jager

Results 14 comments of Ivan Jager

@sassanh If I understand correctly, eslint's built in `indent` option should handle plain JS indentation. It's undergoing a [rewrite](https://github.com/eslint/eslint/pull/7618) which should fix the holes in the current version. There's a...

Given that Purescript is a strict language, isn't it to be expected that order of definitions would matter?

@RobMaple Are you able to reproduce it with the examples at https://hacker0x01.github.io/react-datepicker/ ? DST ends on Nov 5 for me, but selecting days before and after seems to be working....

> NIX_SSHOPTS"-oControlMaster=no" fixes this issue as far as I can tell For me, closing my existing ssh session to the target system worked, but I'll try this next time. Almost...