-
This ticket is a weakened version of https://github.com/sirthias/parboiled/issues/19
Automatic insertion of cut markers based on static rule tree analysis is not currently possible in pb2, but we can …
-
_From [dam...@gmail.com](https://code.google.com/u/114919422028123491955/) on February 17, 2012 10:21:28_
I think hiding the 'edit submission' link affects learnability of the system. We should consi…
-
I don't think I need to list the reasons why Twig should be used instead of PHPTemplate, given Jen was one of the Twig project leads. If Backport intends to provide any sort of gateway between D7 and …
-
In TextMate, this is called "Select Bundle Item" (cmd-ctrl-T). It's really one of TextMate's best features, and the thing that makes it kick other editors asses in my mind. It lets you typeahead find …
-
Since the Machine object is essentially a (x,y) -> Chip store with a few bells and whistles, in particular:
`get_chip_at(self, x,y)` would become `__getitem__(self, xy): x,y=xy; ...` allowing `chip_a…
-
For two related reasons:
1. Consistency w/JS Array API, and
2. Learnability
Even though I think the name `forEach` is not great, consistency should probably win. We could potentially provide an alia…
-
It seems like Backdrop split from Drupal starting here:
http://drupalcode.org/project/drupal.git/commit/d1aee00aaf7623616f791af8b64e14f39d74e372
Is that right?
Are there technical goals for this pr…
-
The recent push to extend magit with all the options of Git hasn’t worked out so well for me. For example, the reason git has amend, fixup, extend, reword, fixup, and squash in its interactive rebase…
-
Since we have `otherwise` and `always` as convenience forms of `then`, it _may_ make sense to provide a convenience method for registering _only_ a progress handler.
There are some open questions her…
-
It has it's uses, especially in the case of iterable promise subtypes where it can allow the caller to consume the items in the iterator individually vs. reduce, which consumes all items to produce a …