Ngo Bao Thai
Ngo Bao Thai
What's going on? When launching a generated app, the following message shown: `Warning: https://github.com/expo/react-native/archive/sdk-43.0.0.tar.gz is not a valid version. Version must be in the form of sdk-x.y.z. Please update your...
I want to make a custom store - Redis data store that will support create/update/delete operations of models but rely on Elide for filtering, sorting, or pagination. I did look...
Hi all, Leveraged on elide-spring to expose JSON API for models of parent - child relationship, and experienced the following issue: ``` 2019-12-22 14:51:02.005 WARN 10535 --- [tp1970856042-25] o.h.engine.jdbc.spi.SqlExceptionHelper :...
First of all, thank you for the nice job. I have learned a lot from your work. I've been working on a sample application (based on your work) with authentication...
How to configure a column type for json field (either a single json object or an array of objects)? I am using `TEXT` column type in Hjson file and it...
**Describe the bug** When I tap on "+" button to add a new article, the app function is not working and the console log recorded/threw below log right away: ```...
**Describe the bug** After I run: > tns run ios faced the following error: `CONSOLE ERROR file:///app/tns_modules/@angular/core/bundles/core.umd.js:1682:24: ERROR Error: Uncaught (in promise): Error: unsupported URL file:///app/tns_modules/tns-core-modules/http/http-request/http-request.js:87:37 []` **To Reproduce** Steps...
Hi @olOwOlo, Thanks for great job. I started playing around with the sample application and looks like the pagination does not seem to work correctly. Hope that you could look...