Top "Nested" questions

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

Vue - access nested childs using ref

I have vue component which I use inside himself - data can have array with subelements and I use this …

vue.js nested vue-component ref
In Python, how to make sure database connection will always close before leaving a code block?

I want to prevent database connection being open as much as possible, because this code will run on an intensive …

python nested database-connection
Pros and cons of using nested C++ classes and enumerations?

What are the pros and cons of using nested public C++ classes and enumerations? For example, suppose you have a …

c++ class enums nested
How to flatten a List of different types in Scala?

I have 4 elements:List[List[Object]] (Objects are different in each element) that I want to zip so that I …

list scala nested flatten
Sending nested FormData on AJAX

I need to send some data using ajax and FormData, because I want to send a file and some other …

ajax string nested form-data
Python recursively replace character in keys of nested dictionary?

I'm trying to create a generic function that replaces dots in keys of a nested dictionary. I have a non-generic …

python dictionary replace nested character
How can I pickle a dynamically created nested class in python?

I have a nested class: class WidgetType(object): class FloatType(object): pass class TextType(object): pass .. and an object that …

python class nested pickle
How do I create nested categories in a Database?

I am making a videos website where categories will be nested: e.g. Programming-> C Language - > MIT …

database nested categories
Nested UpdatePanel causes parent to postback?

I'm under the impression that a control in a nested UpdatePanel will cause the top level UpdatePanel to refresh (thus …

asp.net asp.net-ajax nested updatepanel
accepts_nested_attributes_for child association validation failing

I'm using accepts_nested_attributes_for in one of my Rails models, and I want to save the children after …

ruby-on-rails validation activerecord nested