-
- Description: Upgrade the existing MongoDB integration from pymongo to Motor to enable asynchronous database operations, improving overall application performance and scalability.
- Files to c…
-
**Describe the bug**
- Using `IssuedDocumentsApi` async methods return Unauthorized
- Using `IssuedDocumentsApi` sync methods throw RestSharp RestClientSyncExtensions cannot be loaded
**Env info*…
-
### Error Running Registration Example
A `sanic_beskar.exceptions.BeskarError`(from an initial `async_sender.api.SenderError`) is raised when registering a new user on the `/register` endpoint of the…
-
### Describe the bug
Show graph command fails. I am using this inside [code-server](https://github.com/coder/code-server) , please see logs below
```
2024-10-02 15:57:59.507 [error] TypeError:…
-
Web Share API images have optional title, but seem to be missing alt.
```js
shareButton.addEventListener("click", async () => {
const file = new File(data, "some.png", { type: "image/png" });
…
-
### Version
1.47
### Steps to reproduce
server for serving HTML (doesn't matter how, just an example):
```
from flask import Flask
app = Flask(__name__)
@app.route('/')
def index():
return '''…
-
### Environment
Environment
Node Version: v20.15.0
Nuxt Version: ^3.12.3
CLI Version: 3.12.0
Package Manager: npm@10.7.0
The issue does not depend on OS
### Reproduction
Link: https://gi…
-
interface A {}
interface B {}
interface Response {
data: A | B
}
export const api_call = api(
{ expose: true, auth: true, method: "GET", path: "/api/creatives" }, async (): Promise =>…
-
Hello @Mini-Sylar
I have changed the domain name so in previous web hook was working correctly for product update and delete.But after changing he domain it is giving the error.I have reinstalled …
-
### What happened?
Hello, I am going to use Home Assistant to integrate apsystem ez1, but the code reports an error. I checked the local interface return contains an extra parameter: "originalData". …
maoLz updated
1 month ago