-
+ It should tokenize tokens first based on operations, supporting concatenated (without whitespaces) exps like this: `p^q`.
+ It should use a LL(1) parser
+ It should supports parenthesis without an…
-
Denis Shabalin has a clever way of inferring an implicit in a pattern-match extractor, which should allow the following:
```
val x: Int = json match {
case json"""{ "foo": ${bar: Int} }""" => bar…
-
Especially bad with dual-language titles where both display side-by-side.
Need a cleverer way to handle this on small screens where there isn't enough space to display both titles. Perhaps a global …
-
When expect notices an error, it outputs an Expected: Actual: Which: block of text.
The Actual: line, however, wraps the value in angle brackets.
Sometimes, the value I want to print isn't a literal…
Hixie updated
1 month ago
-
Hey, I left a comment on reddit where I saw this. This is an awesomely perfect solution for easily enabling and disabling wireless devices.
Anyway, I think it would be equally as easy to add to you…
-
Currently we just look for any object whose center of mass is nearby; however, this doesn't account for extendedObjects which may have large spatial extents or irregular shapes, and won't handle 3D vi…
-
I've seen this requested numerous times. It's a bit gross to implement since we have to special case it in the JS code, and we'd have to depend on mini_magick in the core gem, unless we can come up wi…
-
### Use Case
It would be nice to have a human readable documentation about the CLI command and all possible sub-commands + options in the repository. Just like we have a README.md for every plugin.
…
-
Hello,
Thank you for sharing the code for this very clever method to resolve complex regions.
Would you envisage to use this method genome-wide? I mean, not having the need of a parent read next t…
-
Nice! You have a very thorough pseudocode. It shows that you put a lot of thought into your code before you even start writing it. Clever use of negative numbers in your slice! arguments. Consider …