-
Hi all, I'd like to use PayForMe but I'm getting confused each time I try to connect my IPhone to a project on my nextcloud.
What are the right settings in the app? :-o
Server URL: https://[mydo…
-
Provision a VM locally with c9s image, then run the ffi tests `tmt -c scenario=ffi -c run=manual -c distro=centos-stream-9 run -e PACKIT_COPR_PROJECT="packit/containers-qm-613" -a -vvv discover execut…
-
Hello,
I can't connect to a MSSQL named instance
NocoDB used as docker : **false**
NocoDB version : **0.11.40**
Database used in NC_DB URL : **mssql**
Project was created by clicking : **Ne…
seb49 updated
1 month ago
-
### Describe the bug
I was getting this error every time I logged into Bolt:
![image](https://github.com/user-attachments/assets/02f1ab1f-da1d-48e8-9d4e-cca8d6052b86)
(No other browsers or wi…
-
We need to run the CuPy tests on CI somehow. Right now, [I have to manually run CuPy tests locally when I do a release](https://data-apis.org/array-api-compat/dev/releasing.html). But this only works …
-
### Describe the bug
Can not connect with latest 2.0.1. Golang SDK is producing this error
`Automatic inference of the protocol format is deprecated in SurrealDB 2.0 and will be removed in SurrealDB…
-
### Describe the feature
This feature will connect users with mentors who can guide them through the application and participation process of various open-source programs.
### Add ScreenShots
work…
sv410 updated
3 weeks ago
-
**Jetty version(s)**
12
**Description**
When stopping a `Server`, the `ManagedSelector` is stopped (as part of being a descendant bean of `Server`).
Currently, `ManagedSelector.doStop()` submi…
-
Has this project been abandoned? I hope not as it would be great especially as there’s Bluesky and Nostr bridges
-
### What happened?
for following code for bigquery:
```python
c = ibis.bigquery.connect(...)
t = c.table('some table')
for y in t.to_pyarrow_batches(chunk_size=1_000_000): #