Adrien Risser

Results 5 issues of Adrien Risser

Hi there, Me again *cheers*. As per my understanding after a few readings (I admit, I started from Wikipedia and then did some more research), use of chōonpu in hiragana...

enhancement

Hi there, This might be an unresolvable issue, but here goes. Cleaning valid romaji breaks it. E.g.: ```js toHiragana(cleanRomaji("DANNA")) // DAN'A // だんあ wrong toHiragana("DANNA") // DANNA // だんな correct...

question

That would be great to have some collor and/or collapse like a JSONView plugin. https://github.com/jamiew/jsonview-chrome/blob/master/jsonview.js

enhancement

After installing the module with `npm install`, I get this error when running `index.js` or requiring it: `Error: Cannot find module './build/Debug/binding'` Looking inside build folder, there is only a...

Per HTTP PATCH spec ``` Note that the HTTP PATCH method is atomic, as per [RFC5789]. Therefore, the following patch would result in no changes being made to the document...