Top "Nested" questions

This tag relates to any of various nested entities or operations in programming.

Creating a TabNavigator with dynamic tabs

I'm relatively sure I found out it isn't possible, but I want to make sure there isn't a way. The …

react-native nested react-navigation tabnavigator
Python - Nested List to Tab Delimited File?

I have a nested list comprising ~30,000 sub-lists, each with three entries, e.g., nested_list = [['x', 'y', 'z'], ['a', 'b', …

python list nested tab-delimited
How do you map a Dto to an existing object instance with nested objects using AutoMapper?

I have the following Dto and entity with a nested sub entity. public class Dto { public string Property { get; set; } …

c# .net nested automapper dto
How to make a nested dictionary and dynamically append data

I have a loop giving me three variables matteGroup matteName object I would like to make a nested dicionary holding …

python dictionary nested maya
using glmer for nested data

I have data on the diversity of pathogens infecting a particular host species across latitudes. The design involved collecting 20 individuals …

r nested lme4
The table width must be greater than zero exception when using nested tables

I am trying to use nested tables with iText. I get a DocumentException: The table width must be greater than …

nested itext pdfptable
Ruby on Rails: Nested Attributes, belongs_to relation

I have a User entity that has a Current Location field (city and country). To hold this info I created …

ruby-on-rails attributes nested belongs-to
Retrieving Hierarchical/Nested Data From CouchDB

I'm pretty new to couchDB and even after reading (latest archive as now deleted) http://wiki.apache.org/couchdb/How_…

nested couchdb hierarchy hierarchical-data
In Java, can anonymous classes extend another class?

Code like: protected Interface1 varClass1 = new Interface1() { But I would also like that this anonymous nested class also extends the …

java class nested extend anonymous
How to search in ElasticSearch nested objects using NEST

I'm trying to search my elasticsearch nested objects by using NEST c# client. My index name is people and my …

c# .net elasticsearch nested nest