-
Hello
Is it planned to implement cluster management on multiple computer rooms?
It would be interesting to be able to define host groups and limit the migration of VMs to host groups.
This will…
-
Wire up the `MultiValuesSourceAggregationBuilder` sub classes to use the values source registry. This should follow a model like Composite, where single source components are loaded into the registry…
-
I'm getting some blowups with the `OctaHEALPix` grid in the PrimitiveDry/PrimitiveWet models at low resolution, for example the initial pressure fields have quite some transform errors that needs inve…
-
Calculating 2D scattering patterns from large optically soft particle (like biological cells in liquid) may result in the scattering-field calculation taking most of the time (since iterative solver c…
-
I've got a checkbox-field with multiple options, but none of them are being exported. The value is always empty.
-
# Description
If json file contains array of arrays, these will not produce a valid mmCIF as of now.
Are there any use cases where it might be neccessary?
-
Hi Homer,
One advantage of this implementation is that, once the scattering matrix is computed, the solutions for different incident fields can be easily obtained, provided the geometry and the frequ…
-
Matrices over the integers have an `insert_row` method:
```
sage: A = matrix([[1, 2], [3, 4]])
sage: A.insert_row(A.nrows(), [6, 7])
[1 2]
[3 4]
[6 7]
```
Matrices over fields seem to lack such a m…
-
The grouping to matrix transformation does not currently support processing multiple data frames. It is instead [currently hard coded to only process the first frame](https://github.com/grafana/grafan…
-
### What happened?
### Description
If an inline-editable Matrix field, with "Min entries" set to `1` *and only a single entry type selected*, is added to its own entry type (i.e. the field is ne…