Vijay Thirugnanam
Vijay Thirugnanam
When I use the following query, the search is not case sensitive. For example, I want to search for "New Arrivals" or "new arrivals", But that is not possible now....
In the starter package, I found the below code: ``` function login({ email, password, req }) { return new Promise((resolve, reject) => { passport.authenticate('local', (err, user) => { if (!user)...
I am using PUT method on `/_schema//_field/` endpoint. I get an error while updating the field. Not sure what it is: > SQLSTATE[42703]: Undefined column: 7 ERROR: column "test_2" of...
I have a table which has cat_name field. The cat_name field has null entries. On sorting descending by cat_name, the null fields come at the top of the result. I...
I have a bundles column with some JSON data as string. In the REST API, I am calling the table with a filter. /table/table_name endpoint. table_name: v_all_software filter: bundles like...
Google oAuth is not working for Android. I get an error - user agent not allowed in Android. 
rc-tools in the [rc-mentions git repo](http://github.com/react-component/mentions) is not working. I keep getting this error related to core-js: > ERR! Module not found: Error: Can't resolve 'core-js/modules/es.array.for-each'
I created a [minimum example for react-native-fetch-polyfill](https://github.com/vijayst/fetch-demo). I set a timeout of 5 seconds. The timeout worked in iOS simulator but not working in Android emulator. In Android emulator, fetch...