Aldwin Vlasblom

Results 36 issues of Aldwin Vlasblom

# The idea Tests can use `channel (value)` to produce additional output besides the return value of the expression: ```js > ( stdout (1) . , setTimeout (stdout, 1, 2)...

We might want to unify these two options to simplify the CLI. We might also want to consider that the `esm` module option could be inferred from the `.mjs` file...

I'm creating this issue to address a line of reasoning primarily put forth by @mAAdhaTTah and others to a lesser extent. I've been following most of the issues in this...

question
documentation

I have suggested this approach in the past (https://github.com/fantasyland/fantasy-land/pull/315#issuecomment-480882286), but after a recent realization, I think it deserves its own discussion. ---- ### The reason for switching *to* symbols are...

This repository contains two things: 1. The _Fantasy Land_ specification 2. The source for the `fantasy-land` package on npm Currently, both are subjected to the same version number: the one...

Tools like Rollup and UglifyJS can make better optimizations if they know certain pieces of code will never have side-effects. One way to let these tools know is via `/*#__PURE__*/`-annotations.

First discovered in https://github.com/fluture-js/fluture-hooks/pull/6, this is one of several thinkable issues that arise once control over the resolution of a Future is taken outside of the Future constructor, for example:...

bug

In the past, I've always tried to use TypeScript to force type consistency onto users of the library: #374 has a good summary of this history. To explain my motivation...

This is an alternative to #435 that doesn't include auto-expansion of generic types. ---- A quick recap of auto-expansion: **Unstrict: With auto-expansion (behaviour on `master` for `chain` and `chainRej`)** 1....

I added a new function called `assume` as part of #279: https://github.com/fluture-js/Fluture/pull/279/commits/17449fad156bf2408b1fd17b6b9b08c10a7ceec0 I then decided that we can keep `finally`, but never came back to `assume`. Should we consider adding...