-
In https://github.com/rdfjs/types/issues/37 there has been a discussion around whether parsers should interpret `{}` as the literal `true`.
To me this seems reasonable. But I think an explicit deci…
-
Candidate operator is `&` such that `cycler('c', 'rgb') & cycler('c', 'cmyk') == cycler('c', 'rgbcmyk')`
If the keys do not match exactly, raises.
-
This works:
```
In [43]: df = pd.DataFrame({'a': [1, 0, 0, 1], 'b': [np.nan, np.nan, 0, 0]})
In [44]: x = Data(df, name='x')
In [45]: x
Out[45]:
a b
0 1 NaN
1 0 NaN
2 0 0
3 1 0
In [46…
-
### Desired feature
A preprocessor that removes the mean for each feature, and then scales the total variance of the dataset, rather than the variance of each feature, to 1.
### Proposed Solutio…
-
The definition of _partial classes_ in the MLS is a bit vague, see [Section 4.4.2](https://specification.modelica.org/maint/3.6/class-predefined-types-and-declarations.html#component-declaration-stati…
-
To be honest, I cannot understand the current KinematicsBase API.
First of all, there are **`getPositionIK()`** and various versions of **`searchPositionIK()`**.
As pointed out in https://github.…
-
- Assuming #41, use Start and End semantics instead on Left and Right for HorizontalAlignment.
- The same with Thickness.
``` XAML
```
` start,top,end,bottom `
-
Hi Pete,
I just noticed that the dual q AQM seems to default to 15ms, which might contribute to the observed unfairness between cubic and prague @0ms RTT. According to Oliver, under load the effect…
-
People seem uneasy with our use of `_` as a wildcard. Some proposals that have been made:
- `*`
- `...`
- `?`
This seems to be an important thing to either revisit or explain better (and all o…
-
So, what I propose here is doable (I think), but we should think hard and long before we decide if and how.
I was reminded of this in
https://discourse.gohugo.io/t/catch-exception-for-transform-…