-
Intermediary, group assistant, help with disputes
TODO: backend and client
-
[fhir resource types are deeply nested](http://build.fhir.org/resourcelist.html) -- how can we deal with these gnarly nested data structures in a Rust API server with structs + Serde-json + RedisJSON?
-
I have Python2 code building some nested structures like lists/tuples/sets/dicts in dicts. For populating the nested structure I keep a temporary reference, which `mypy` fails to parse if the (untyped…
-
How difficult would it be to have nested oamap structures as a column in pandas using the [extension types](http://pandas-docs.github.io/pandas-docs-travis/extending.html#extension-types) interface? I…
-
# 🐞 bug report
### Is this a regression?
Yes, in angular 8 this works fine. But after an update to angular 9 it stops working. If I opt-out ivy in the tsconfig.app.json ("enableIvy": false) it is …
-
Tracking issue for adding more restXML tests:
- [ ] Attributes in nested structures
- [ ] Attributes targeting bools, dates, numbers & enums
- [ ] more complex escape sequence
rcoh updated
7 months ago
-
Let's say you want to group posts by tags.
```js
types: [
...schemaTypes,
{
name: 'post',
type: 'document',
title: 'Post',
fields: [
{
na…
-
## Describe the bug
When the class definition for a piece of Beamable Content includes nested objects, especially nested `Optional` fields, the Unity Editor tooling for editing and displaying conte…
-
Function `check_conditions` has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/iKostanOrg/codewars/kyu_2/evaluate_mathematical_expression/evalu…
-
### Is your feature request related to a problem?
For GraphQL mutations, we have "nested CRUD" when you have relations i.e. `user`, car, `has_car` (edge) tables. There should be a mutation to `crea…