Sreenath N

Results 6 issues of Sreenath N

The methods `authorize()` and `entitlement()` present in `keycloak-authz.js` (which is part of `keycloak-js`) doesn't seem to be exposed in `react-keycloak`. ![image](https://user-images.githubusercontent.com/69649218/145771905-23dbba7b-21db-4ecd-91b6-c89f8b974ecb.png) ![image](https://user-images.githubusercontent.com/69649218/145771989-c2559c75-71cd-498a-9358-78acc2be5b81.png) Refer the below documentation for more details: https://www.keycloak.org/docs/latest/authorization_services/index.html#_enforcer_js_adapter

Getting the error "User Rate Limit Exceeded" when translating to 14 different languages at once: ``` LOCATION=asia-south1 LANGUAGES=bn,en,gu,hi,kn,ml,mr,ne,or,pa,sd,ta,te,ur COLLECTION_PATH=translations INPUT_FIELD_NAME=input OUTPUT_FIELD_NAME=output ``` Functions Log: ``` Error when translating string: 'Cat'...

type: bug

Node Version v16.15.0 v2.0.0-rc.4 has this error, but v1.4.4 doesn't have this error ``` Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/nodejs/project1/node_modules/multer/index.js from /Users/nodejs/project1/src/api/files/files.routes.js not supported. Instead change the require of...

help wanted

Considering the order of execution of `async` functions in the Node.js Event Loop, is the backfill batching logic fully correct? ``` let currentDocumentsBatch = []; querySnapshot.forEach(async ....); // this inner...

Need support for Facet Queries like this: https://typesense.org/docs/0.23.1/api/search.html#filter-results ![image](https://user-images.githubusercontent.com/69649218/206627064-4d03ba9c-5a2f-4b46-932f-7bd7490ed1cd.png)

PreviewScreen widget doesn't support video. So it throws the error "Null check operator used on a null value" when trying to open video.