Alex

Results 128 issues of Alex
trafficstars

Is it possible to check current branch?

Without it if multiple changes occured at once, it will try to start process multiple times.

I sometimes found a situation when child process failed to react on SIGTERM and kill itself in a timely manner (even if it handled SIGTERM), so it is useful to...

Watching works only with --poll in docker, so maybe it is reasonable to introduce some more efficient watching in containers.

Does not parse `style` attribute, stays as string. Which seem to be not valid. https://github.com/Matt-Esch/virtual-dom/issues/204

The concreate case: 5 dec 1942, at this time it was EWT (Eastern War Time) offset -4h. Here is an excerpt from tzdata distribution for the period: ``` TZ="America/New_York" -...

Why this: ```coffeescript concat = (list...) -> r=''.concat (list.map (i) -> "(?:#{toString i})")... "(?:#{r})" ``` formatted to this: ```coffeescript concat = (list...) -> parts = .map (i) -> "(?:#{toString i})"...

If the port is not subscribed it (and thus is absent on the `app` object) is still appears in typings. Just as a possible enhancement.

Looking at new features, suggestions for displaying export lenses. 1) Remove function names from the display, I don't see how those names are of use here, but they pollute the...