Quentin Lemeasle

Results 18 comments of Quentin Lemeasle
trafficstars

+1 on this issue Can you merge the linked PR please ? It successfully fix the issue on my project

@ArtiomTr Thanks for reply I don't see what's wrong with my report.json file. Also the jest command line is the same than in other branches, but it fail only on...

A workaround is to use the environment variable `RUBYOPT='-rostruct'` Example : `RUBYOPT='-rostruct' apiary preview`

Yes, the idea is not to replace the current documentation, but add some in JSDoc to improve developer experience

> @QuentinLemCode how can we make sure the jsdoc and readme are updated and one of them not left behind? @mikicho The most obvious would be to add the rule...

@mikicho Sure, I propose to make JSDoc the single source of truth in that case. Because JSDoc is structured, it's easier to generate markdown from JSDoc than the inverse. This...

I am not sure if we can do that with Github markdown, but we can definitely generate the markdown from JSDoc. Another useful things by adding JSDoc : generate typescript...

Same issue here @ilya-mim Can you merge this please ?

FYI, I know that I could use the `transaction.LOCK` however because we are using CLS (Continuation Local Storage) we don't need to pass the transaction object to all our queries....