-
### Short description of current behavior
#9941
datastax api does not requires password or user name instead it requires
for creating database it requires
name
cloud_provider
one of 'aws', '…
-
### Steps to reproduce
1. Clone latest release from GitHub
2. Copy config files and avatars, files, uploads from old teampass
3. Applying chmod and chown
4. Open teampass in browser
### Expecte…
-
Table:
```
prod.final_product
```
Re-creating bug:
``` ruby
client = Mysql2::Client.new(
{
:host => "127.0.0.1",
:username => "username",
:password => "password",
:database => ""
}) # =>…
-
**Is your feature request related to a problem? Please describe.**
Two new fields are required to improve the landing page of SITMUN clients:
1. Application image: A field in which the Image URL is …
-
Several users have reported similar randomly happening JSONDecode errors when retrieving arbitrary stuff via python3-discogs-client. I experienced it myself and post my experience soon. I'd like to su…
-
### 👟 Reproduction steps
## The problem
Appwrite main container freezes and Swoole is crashing for 30 seconds +- when accessing Appwrite api from a cloud function.
Take this JavaScript functi…
-
We use JabRef with a PostgreSQL database and Kerberos tickets for authorization.
Now we face the problem that the client ends connection (or it gets broken?) after 2 hours. Afterwards, JabRef and t…
-
### Environment
- OS and Version: macOS Sequoia 15.1
- VS Code Version: 1.95.1 (Universal) Commit: 65edc4939843c90c34d61f4ce11704f09d3e5cb6
- C/C++ Extension Version: v1.22.11
- If using SSH remote, …
-
Hi,
While doing doing some more testing I've discovered something wrong about exception handling, look at this snippet that is trying to connect to a MongoDB server that is **not** actually running:
…
-
# Feature Request: Async Client
Most of what `vecs` manages involves interacting with a database over a network. Sqlalchemy and psycopg2 both support async operations but `vecs` does not. Creating …