-
### Situation
The NextCloud sync client is installed on a Windows client, running mostly 24/7 connecting to a server over an unstable network.
Sometimes the connection drops, however NextCloud enter…
-
The `Collection` interface seems to have the wrong type in `src/api/types/Collection.ts`:
```ts
/** The list of fields in the Collection */
fields: Record;
```
It seems that this should be an…
iksi updated
3 months ago
-
I ran a link checker (https://github.com/lycheeverse/lychee) on our data file, combed through to eliminate the false positives, and did a little investigation into each to see if there was an easy new…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest version?
- [X] Yes, I'm using the l…
-
When I trying to connect to CouchbaseMock in my porject, TimeoutException occurs. I can find Couchbase client trying to connect to 11210port . But CouchbaseMock do not seems to open 11210 port (I che…
eincs updated
4 years ago
-
After install newest STS, I can't create normal maven project anymore and the maven perspective/view is gone .
-
Subscribe to this issue and stay notified about new [daily trending repos in TypeScript](https://github.com/trending/typescript?since=daily)!
-
SDK Version: 2.0.0
## Bug
Code Snippet:
```
const webhooks = await webflow.webhooks.list(siteId)
```
Error Trace:
```
ParseError: Expected list. Received object.
at eval (webpack-inte…
-
I wanted to add the beta flag to transition to v.2 however it is not inside the type definition also in your usage example it is missing.
-
API Documentation: https://developers.webflow.com/data/reference/list-pages
As per the docs, the API endpoint returns:
```
{
...,
"pagination": {
"limit": 20,
"offset": 0,…