Bhautik (HTTP 301 - @BhautikChudasama)

Results 7 issues of Bhautik (HTTP 301 - @BhautikChudasama)

It seems the domain is expired, and publically available to purchase. Whois: https://who.is/whois/bthub.io

### Question How do create/restore the old scope (`profile`, and `email`) scope, which is come before version `2022.7`, I have restored `email` scope using property mapping but how can I...

question

**Describe your question/** I added the google source in authentication/enrollment. So users can enroll or existing users can authenticate using their google account. Is that any way to get google...

question

Jira Link: [DB-3113](https://yugabyte.atlassian.net/browse/DB-3113) ### Problem I have a partitioned table called `logs`. Here is the following schema. ``` id text, status int, path text, date text, file_id text ``` I...

kind/bug
area/ysql
priority/medium
status/awaiting-triage

I am using `bitnami/postgres` image for PostgreSQL hosting. When I'm doing `scram-sha-256` authentication, I can't able to do authentication using psql client of other users. But when I am login...

### Issue I want to read an image from xlsx file (https://docs.google.com/spreadsheets/d/1IxWwGoiFvTEKpU7QftK-yHEN6g_bMAXs/edit?usp=sharing&ouid=114862659237247838905&rtpof=true&sd=true), Instead of reading the image, it prints the undefined. ```javascript // ... import statement reading file statement wb.sheet(0).usedRange().forEach((cell:...

### Question I have monorepo in which `web`, and `api` directory exists, Inside `web` directory I have `stylelint.config.js`, So how can I point `stylelint-precommit-hook` to `web/stylelint.config.js`.