Christophe Coevoet

Results 2384 comments of Christophe Coevoet
trafficstars

Note that I'm not sure the code itself would be compatible with ES 5.x yet (there might be BC breaks affecting it). But the standalone deployment is a way to...

@polyfractal do you have any interest into merging this ?

The curl command generated to explain a result also need to support parent/child relationship when explaining a match on the child type

@ninsuo is this something planned ?

@GromNaN a subdomain is allowed to mess with the top-level domain cookies

The twig context is a map of variable names to variable values. I don't see how you would define that in a CSV format.

Well, you should be doing something like `{"array": [1, 2, 3, 4] }` is you want to define a variable `array` containing that array.

@ninsuo note that `_context._parent` relies on an implementation detail of the `{% for %}` tag here.

well, if this checkbox is hidden, it should not be included in the state being checked IMO, as it is confusing (and it is not a persisted state anyway)

> This toggle is a persisted state (on some SO questions, this is sometimes the only thing interesting in a fiddle) The fact that it is a persistent state is...