Vijay Thirugnanam

Results 8 issues of 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. ![screen shot 2017-08-02 at 6 52 43 pm](https://user-images.githubusercontent.com/3457565/28875736-4a5c8afa-77b4-11e7-9fab-f044af111bac.png)

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...

help wanted