Jelle Licht
Jelle Licht
This also applies to `OptionalLong`, `OptionalInt` and `Optional` There is a compat library available for exposing these under `java8.util.OptionalX` or even `java9.util.OptionalX`, but these classes will of course not be...
It seems disproportionately difficult to get epilogue to play nicely with Ember-data without jumping through some major hoops on the client side of things. Which milestones would be relevant to...
When running guix pull via `M-x guix`, `P`, `r`, I get a `*Guix Repl*` with the following output: ``` GNU Guile 2.2.2 Copyright (C) 1995-2017 Free Software Foundation, Inc. Guile...
Feeding the following snippet to sucrase chokes on the character immediately after `>=` consistently, but only when seen in a `namespace { ...}` block: ``` function noProblemo() { if (10...
## Expected behavior Indenting `deftype` forms should be consistent (and ideally aesthetically pleasing) ## Actual behavior Method implementations with attached metadata in `deftype` seem to be indented as if they...
Addresses #138
Dear maintainer, Since the 2.2.1 and 2.1.4 releases both contain (unique) important security fixes, could there be one release that contains both? Perhaps call it `2.3.0`, to get rid of...
First attempt to fix #76; I went for more similarity to the existing `BEGIN` statement. Please advise if I missed something, or if I've misunderstood the instructions.
`begin; set transaction isolation level repeatable read, read only; commit;` fail to parse. With some pointers, I'd love to contribute a PR for this, if you're open to accepting it....
When running the example `serial.ms` program (or any program using serial output for that matter) on the UNO rev3, I get weird output (mostly question marks, sometimes mis-matched symbols). By...