issues Search Results · repo:robotroutine/scriptum language:JavaScript
Filter by
370 results
(80 ms)370 results
inrobotroutine/scriptum (press backspace or delete to remove)ivenmarquardt
- 2
- Opened on Apr 3, 2023
- #382
Serial.allArr is used to collect an undeterministic number of async tasks in sequence using an array. It could improve
readability for many scenarios if the collector were a plain old Javascript object ...
feature
library
ivenmarquardt
- 1
- Opened on Mar 7, 2023
- #378
If we rely on the overloaded === operator we run into trouble with ad-hoc lazy evaluation powered by Proxy based thunks.
The expression thunk === null, for instance, doesn t force the evaluation of thunk ...
feature
improvement
ivenmarquardt
- Opened on Nov 15, 2022
- #377
Arrays are an inherently strict data type. If a lazy right fold is applied, the Symbol.isConcatSpreadable property makes
the [x].concat(ys) operation strict in both its arguments. If the symbol is set ...
ivenmarquardt
- Opened on Nov 6, 2022
- #376
Additionally, non-strict foldl should be implemented as a stack-safe loop.
improvement
ivenmarquardt
- 1
- Opened on Oct 23, 2022
- #375

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.