Gabriel JUCHAULT
Gabriel JUCHAULT
This would allow multiple-line list items 
Hello, If one of the component has mouse supports, it calls `screen._listenMouse`, which register events on mouse actions. Theses are not cleared before `screen.exec`, which results in characters being written...
Hey, first of all nice job ! I would like to know if it was possible to add a function wich would be called "has" and would check if a...
As soon as you add `NODE_ENV=production` and call `useEffect` in a functional component, here is the error I get: ``` (node:77890) UnhandledPromiseRejectionWarning: TypeError: effect.cancel is not a function at cancel...
**SDK you're using (please complete the following information):** - Version: 4.9.1 **Describe the bug** The `Invoice` model in TypeScript is not matching the actual invoice entities returned by the SDK....
## Bug report Hi, Here is a simplified script of what is notworking ``` js var A = thinky.createModel('A', {id: String}); var B = thinky.createModel('B', {id: String}); A.hasAndBelongsToMany(B, 'bs', 'id',...
Hi ! In 1-n or n-n relationships, is there any way to append custom fields to relation tables ? In multiple ORMs you can specify `through: otherModel` to specify the...
When you use removeRelation on a non-existant model, the user thrown is `ReqlUserError` but not a `DocumentNotFound`. ``` { [ReqlUserError: The query did not find a document and returned null...
### Acknowledgements - [X] I searched existing issues before opening this one to avoid duplicates - [X] I understand this is not a place for seek help, but to report...