Yann Rabiller

Results 47 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...

Indeed, as you said in #96, it can also add complexity. Let's take this example: ![aus](https://github.com/simjanos-dev/LinguaCafe/assets/5675200/d5cf9e5e-cfa6-454f-9209-ead9df757e21) Here the lemma is "ausfahren", but the verb is split into two parts (which...

In German it's unfortunately very common. For example, "hängen" means " to hang", "ab" means "from", but "abhängen" means "to depend on". "Es **hängt** von der Situation **ab**" means "it...