Zigfrid Zvezdin
Zigfrid Zvezdin
In BigQuery it is possible to _merge_ two tables: ```sql MERGE DATASET.table T USING (SELECT * FROM DATASET.another_table) S ON T.id = S.id WHEN MATCHED THEN UPDATE SET value =...
Hi, It would be great to have a Docker image for Banana so we could use a docker-compose.yml with the official [Solr image](https://hub.docker.com/_/solr/) and the Banana image. Are you planning...
Given that last commits were made about 3 years ago, should we assume that the project is no longer maintained? P.S. I'm interested in running Whisper in my (expo) react...
`await client.query("CREATE USER hello HOST ANY IDENTIFIED WITH sha256_password BY 'world').toPromise();` fails with `ERROR [ExceptionsHandler] Syntax error: failed at position 77 ('FORMAT'): FORMAT JSON;` The library automatically ends a format...
Add Brazilian Portuguese
### Duplicates - [X] I have searched the existing issues ### Summary 💡 Prompt and interact with Auto GPT through Slack bot interface. ### Examples 🌈 I implemented an MVP...
Any advice on how to separate server and frontend to make a more common approach where one could host the backend, say, on Heroku, and the frontend on Vercel? As...
Hi, Great project! I think it might be used by many people, hope you will continue working on it! First when I ran `node index.js | tee permalinks.csv` I got...