-
The lower-level libraries like `chalicelib/responses.py` return strings intended for end users. This make it difficult to customize the outgoing message for different routes.
Consider instead:
- r…
-
Add structured data to blog posts. Here's an example from https://jec.fyi/blog/setting-up-seo-and-google-analytics
```html
{% set absoluteUrl = env.base.site + (page.url | replace('.html', '')) …
-
Ref https://github.com/tc39/ecma262/pull/2040
AggregateError objects have an own property "errors". This property should probably be deeply cloned.
-
@steinhkl and me discussed about a format do enrich the communication of our parts of the program. We both agreed, a json structure would be a good idea. What do you think about a structure similar to…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
I have been reading about the log formats available and the various ways to log data from a program. Thank you for the existing documentation.
I would like to propose that we add support for struct…
-
### Describe the bug
While creating
```python
data = [
{
'company': 'XYZ pvt ltd',
'location': 'London',
'info': {
'president': 'Rakesh Kapoor',
…
-
This is a very distant future feature, perhaps for ink v3, which is likely to be years rather than months away!
Add the ability to put more complex data structures within ink by including nestable ar…
-
Clearly separate semi-structured data fields in the API from structured fields
Suggested form:
{
data: {}
fields: {}
}
Where fields are well defined, and data is arbirary
-
for science