Ivan Jager
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...
@hvesalai In practice, it's almost certainly sufficient to support finite recursion though, as emacs doesn't support infinitely sized files. Of course, no specific finite level of recursion can be shown...
This seems to be assuming the focused window is the source window. While that may be true for your specific application, it is not true in general. For example, we...
@be5invis You're thinking of an unsound type system. Turing completeness merely makes type checking undecidable. So, you can't prove false, but you can write something that is impossible to prove...
@RyanCavanaugh Gödel's incompleteness theorems still apply here, via the Curry–Howard isomorphism. {Complete, Sound, Decidable}: Pick two. (or fewer)
@thegoodhen Do you want to give #11 a try? It would at least show you the real error message. My guess is that it's missing large file support in 32-bit...
Could you try #11 . That should at least tell you what the real error is.