Feature Name: `do_something`
Start Date: 2019-11-04
Target Date:
Add method foo and bar, this allows to baz.
We need baz in order to foo. This can also be longer and more verbose.
Sometimes, when applying a forecasting method, what occurs is ...
Example:
foo = 1
bar = 2
do_something(foo, bar)
I propose to change this to bar, as this would ...
Internally, the function would look the following:
Example:
do_something = function(a, b) {
...
}
This design seems fairly obvious choice in the design space. The main alternative to this proposal is not to implement it, and let users to calculate joined subslices from indexes or pointers.
There exists a function that implements the API as here...
This solution would introduce dependencies on the following (additional) packages:
Those packages either depend on or import the following other (additional) packages:
Using this package would allow us to ... instead of re-implementing and maintining N loc ourselves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.