-
## Problem statement
`swagger generate spec -m -o ./swagger.json`
Initially i have created server files using `swagger generate server` command. Is this possible to create/regenerate the spec us…
-
I'd like this features for the formatter (maybe others will too):
- don't indent/explode nested objects and arrays if they contain only one level
For something like:
```{"a":1,"b":{"x":2,"y":3},…
-
I export nested lists to docx and open them with LibreOffice and Google Docs.
Basic case of nested ordered list:
```
1. P1
2. P2
1. P2-1
```
LibreOffic…
-
- [x] State shape is flat!
- [x] State's keys are camelCased
- [x] All keys within the values in the state are accessible in the schema
- [x] Correctly formatted
- [x] Sample state is rendered wit…
-
The [JSON Lines](https://jsonlines.org) text format (aka JSONL or newline-delimited JSON) has one JSON object per line. It's often used for structured log files or as a well-specified alternative to C…
dloss updated
3 months ago
-
## 🐛 Bug report
### Current Behavior
Each FieldArray causes extra renders even when they are empty. This problem is exacerbated in my application as I have several nested arrays which can cause …
-
```
Which version of common_schema are you using? 2.2, mysql 5.6
Which component is failing? json_to_xml function
What is the expected output? What do you see instead?
SELECT common_schema.json_to_x…
-
The experimental update image functionality seems to work, but only if the property is defined at the document root. Nested properties raise errors.
Example:
AutoForm declaration:
```
{{ #autoForm …
-
**Kibana version:**
7.7.1
**Elasticsearch version:**
7.7.1
**Server OS version:**
Running in from docker.elastic.co/elasticsearch/elasticsearch:7.7.1
**Browser version:**
Google Chrome 84.0.41…
-
Right now SubImage uses get_pixel and put_pixel for every individual pixel, this is likely not easy for the compiler to eliminate bounds checking on due to the arithmetic involved, though I could be w…