Yann Rabiller

Results 38 comments of Yann Rabiller

Done, right? https://github.com/KnpLabs/rad-edition/blob/master/composer.json#L49 Close issue?

I also like the idea of subdirectories. :+1:

@dkarlovi I never encountered a case where the order of the properties mattered, in a json, yaml or xml. Do you have an example?

Hi, thanks for your contribution! Are you looking for something like a Web Component? Something like this? ```javascript class HumanReplay extends HTMLElement { constructor() { super(); this.values = [{"op":"a","v":"T","t":0},{"op":"a","v":"h","t":119},{"op":"a","v":"i","t":197},{"op":"a","v":"s","t":306},{"op":"a","v":" ","t":378},{"op":"a","v":"i","t":501},{"op":"a","v":"s","t":621},{"op":"a","v":"...

This has been added to https://einenlum.github.io/human-replay/

Oooh, ok! Sorry, I misunderstood your question/request. The goal of this project had never been to provide the behaviour of the GitHub page (to show a user an input and...

:+1: Just opened a PR for that.

Oooh, nice catch, thanks! Indeed we need to think about an alternative output then. My only issue is that I would like to keep a BC with vim 8 so...