-
I have a main command with three subcommands defined. I would like to allow user for using all three subcommands at once, but with the condition that every single subcommand can be optional or used on…
-
Currently, `get_fitted_params` does see fitted parameters inside `sklearn` estimators, but not within `Pipeline`.
The reason for this is that `Pipeline` violates `sklearn`'s own interface specifica…
-
I'm curious if the following pattern is something this proposal will consider within scope.
```js
// An object containing optimized urls for `imageSrc` in various formats and resolutions
const ma…
-
- [x] auto-adding of deps needs to be removed (the logic behind it was wrong, see `http://universaldependencies.org/format.html`)
- [x] clicking on the "enhanced dependencies magic tree" should auto …
-
## Description of proposed feature
I suggest to proportionally stretch all animations to match their voiceover duration.
## How can the new feature be used?
It can be fiddly to manually tune anim…
-
**What happened**:
When creating a dataset from two variables with a common dimension, there is a TypeError thrown when that dimension has shape nan.
**What you expected to happen**:
A datase…
-
I need to create a builder for an interface Resource that is provided by a third-party.
```
public interface Resource {
List getCapabilities(String namespace);
List getRequirements(String…
-
class M1(DQNConfig):
backend = 'tf'
env_type = 'detail'
action_repeat = 1
class M2(DQNConfig):
backend = 'tf'
env_type = 'detail'
action_repeat = 4
I use
python m…
-
```
I know the following enhancement request is a result of bad code design, but I
find myself often in the following situation.
In our code we're depending on some third party library, which expose…
-
The current value-based equality check done by Ramda (across the board) interacts badly with one of those "best practices" of OO in JS, which is to make private properties non-enumerable, or, in es6 e…