-
## Description + behavior research
I wonder if there's a way to implement checking the accounts that get sent to the verified notifications tab? From some preliminary research on a fresh load `i/api/…
-
Here's a simplified version of my code. I have this file structure:
```
└─ openapi
├─ index.yaml
├─ schemas.yaml
└─ paths.yaml
```
Here is `index.yaml`:
```
openapi: 3.0.0…
-
## [SIP-41] Proposal for Alignment of Backend Error Handling
### Motivation
[[SIP-40] Proposal for Custom Error Messages](https://github.com/apache/incubator-superset/issues/9194) proposes a uni…
-
Requests now offers a `json` argument. Consider this sample code:
``` python
import json
import requests
r = requests.post(
'https://httpbin.org/post',
data=json.dumps({'my': 'json'}),
h…
-
At some point going forward, it might be worth doing a refactoring pass to modernize the existing API according to the usual oop best practices.
In no particular order:
- [ ] use exceptions for …
-
# Background
There are many possible auth services that share the feature that they allow 1-N accounts that are _not_ the sender of the tx to authorize the transaction by some configurable logic.
…
-
## TL;DR
- What is the use of the ingester's API_KEY variable, it is not used anywhere
- Can I set up a single Diode server for multiple clients (e.g. use tokens generated from Netbox) ?
The t…
-
# Flask-Cors
Flask-Cors is a Flask extension that provides Cross-Origin Resource Sharing (CORS) support for Flask applications. It enables developers to configure Cross-Origin HTTP requests in thei…
-
The same pointers in different files cause mutations not being applied.
The problem is in these lines of code:
https://github.com/swagger-api/swagger-js/blob/master/src/specmap/index.js#L114-L130
…
-
Hello !
First, thank you for your awesome library, it helps us a lot manipulating our OpenAPI definitions.
We found a tiny issue about reference resolution in our local configuration.
I give …