-
### Describe the documentation issue
The property customAMI is not defined by the MngClusterProviderProps API and probably should be replaced by LaunchTemplate.
As an aside, it would be helpful to…
-
I have this sample app
```py
from flask import Flask, jsonify
from flask_smorest import Api, Blueprint as SmorestBlueprint
# Initialize Flask app
app = Flask(__name__, subdomain_matching=True…
-
Hello! Fist of all, thanks for the awesome project!
So, I work with a flask-restx project with two independent Blueprints, each of them with your own documentation:
```python
bp_mapi = Blueprint(…
-
My plugin uses `wp_remote_post` with a `Content-Type: application/json` header (see below for code sample). While it works fine in regular WordPress installs, when this code runs in Playground, the C…
-
I have a Namespace defined with:
```
ns = api.namespace('api/1.0', description="Version 1")
```
and i'm trying to register the API with a blueprint like:
```
api = Api(blueprint,
ver…
-
In the code example below, I'm defining a custom error handler for errors of type `BaseError` but if I raise `InsecurePasswordError` (a child class of `BaseError`), it won't be caught by said error ha…
-
### **Code**
```python
from quart import Blueprint, Quart
from flask_restplus import Api
blueprint = Blueprint('api', __name__)
api = Api(blueprint)
app = Quart(__name__)
app.register_bluep…
-
Let's ship a stable version of the [Blueprints API](https://wordpress.github.io/wordpress-playground/blueprints-api/index) that allows customizing Playground instances with specific plugins, themes, c…
-
error: external/icu/android_icu4j/Android.bp:168:1: module "i18n.module.public.api" var
iant "android_common": i18n.module.public.api is missing tracking files for previously
released library versi…
-
> > runas@3.1.1 install C:\Users\...\AppData\Local\Temp\apm-install-dir-11818-16452-cvbjd7.jv5kk8d7vi\node_modules\api-blueprint-preview\node_modules\runas
> > node-gyp rebuild
>
>
> C:\Users\..…