-
On Ruby 2.2.2 and Rails 4.0.10: Before destroying a node, I want to move its children to the root node of the tree.
```
before_destroy :move_children
def move_children
self.children.update_all(par…
-
I am filing this on behalf of @annevk who was making this point in an earlier meeting:
> The suggestion was to rename methods to `addElement`, `addRemoveElement`, `addReplaceWithChildrenElement`, e…
-
```
Hi there,
we've been using a Swing-Component (in our case a JDialog/JCalendar) which
we initialise only once in our application.
This might be very interesting for fest-users that take care of …
-
### Describe the problem
It is not a frustration, it is a feature request -
but in a project I would like to progammatically generate menu items using the routes available. This way, whenever I ha…
-
Steps to reproduce:
1. Add a MongoDB data source
2. Place the cursor over the source
3. Perform the `toggle (o)` action
4. Get the error
```lua
E5108: Error executing lua: function DbeeConne…
-
The list provides an overview on which aggregations are missing in tantivy to reach feature parity with Elasticsearch.
## Bucket Aggregations
### Supported
Terms
Only text,u64, i…
-
- [x] Ensure progress indicators match these definitions and update text on progress indicators to the bold below:
1. Does not exist (need to build) → **"SAC visited and MMA "** (i.e. dose recorded…
-
**Description of the bug**
I used the GameObjectFilter feature in RuntimeHierarchy to hide billboard objects with this script
```cs
hierarchy.GameObjectFilter += (Transform obj) => {
return …
-
The current `childrenOpenApiSpecDefinition` contains the primary definition only. The definition may reference other definitions (recursively?) to build up the full tree of definitions. I have this wo…
-
### Description
When opening and closing folders with many files (2000 files for debug builds, 4000 to 8000 for release builds to reproduce) in the sidebar, it takes longer than expected.
https://…