-
![image](https://user-images.githubusercontent.com/12626454/53848500-8efa1b00-3fef-11e9-99cb-a5ec01e5e587.png)
## Iterators
![image](https://user-images.githubusercontent.com/12626454/53848554-c36…
-
This issue is to discuss plans for version 2.
These is just ideas for the moment. I haven't started on this and am not sure when I will.
Plans for v2:
- Minimize breaking changes
- How do I ma…
-
# Description
Under Lazy and Eager evaluation, there was the example given on how terminal operations uses eager evaluation. I do not understand why filter is printed first even though it is situat…
-
**tl;dr:** this probably a Milestone for 2.0, for 1.0 we will still keep the current mechanism and specification, but re-design the API to be forward-compatible.
This issue is about normalizing JSD…
-
Evaluating some expressions trigger an evaluation failure (for instance ill-typed expressions, or arithmetic operations that trigger over/underflows).
The specification does not explicitly say what…
-
I've prototyped the idea of rolling tsibble https://github.com/tidyverts/tsibble/tree/137/slide-by
I like the `collect()` idea, only evaluating when user asks for it. `model()` and `forecast()` may…
-
### System Information
OpenCV version 4.9.0
Operating System / Platform: Windows 10
Compiler & compiler version: MSVC2019
### Detailed description
For a single channel matrix `m`, an integer `c` …
-
# Problem Statement
As discussed in our recent OPAL meeting, we want to understand what operations are performed (eagerly) when initializing a `Project` instance, and their respective impact on the o…
-
The CWL standard says
> Requirements specified in a parent Workflow are inherited by step processes if they are valid for that step
Such sentence is a bit ambiguous, in that it does not specify …
-
Given a hashmap with `lazy-seq` keys, jsonista does not force their evaluation.
In all other cases that I came up with, `lazy-seq`s are forced (values in hashmaps, other containers, nested), hence …