-
Given an enum with a name and an alias, such as below.
```rust
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum PSCNatureOfControls {
#[serde(
rename = "{http://xmlgw.companie…
-
-
This causes `large_scene_test.cpp` to be slow. Because instead of running $n^3$ operations, we are actually having $n^6$ (simple) operations.
This is introduced in https://github.com/elalish/manifo…
-
Since we're settling on Stable Baseline 3 as our agent framework we should formalize a decision; Stable Baselines recommends the state space to be *flattened*, *symmetric*, and *normalized*. My though…
-
I am unsure how important this is in practice, but the encoding of
`option` values makes `Some (Some (... None))` equal to `None`.
Could this be an issue [when using types whose definitions are unk…
-
Split out for further discussion from https://github.com/cf-json/cf-json.github.io/issues/10 , where @kwilcox originally asked whether we should add
> 3. Support for flattening the `data` array…
-
Hi,
I found this annoying feature/bug as one may like to:
```
def forward(self, x):
x = self.features(x)
if self.pool is not None:
x = self.pool(x)
if self.dropout is no…
-
One of the corner stones of this draft is to allow a trust anchor (federation operator) or for that matter any intermedia entity to limit/restrict the metadata of a leaf entity (e.g. RP/OP).
If for i…
-
I have found when running with flattening enabled (I have tried various values for the max level value) that not all columns are flattened.
Some are done perfectly, others are left fully nested.
…
-
Greetings, cdcseacave!
Thank you for you help and I fixed the problem successfully.
Recently, I modelled a yogert box by using OpenMVS and generated another yogert box model with an online applicati…