David Chambers
David Chambers
I'll create the web page. :)
I'm happy to add something like this. Is this a standard header? If so, where is it described. I'd like to know, for example, what `@link` means in this context.
> While unfortunate, tests are being removed until dependent libraries (fantasy-check, fantasy-helpers, fantasy-identities) are also updated to be compliant with current Fantasy Land spec. It seems we should work our...
I'd like to introduce [sanctuary-def](https://github.com/plaid/sanctuary-def). I'm currently in the [America/Los_Angeles](https://en.wikipedia.org/wiki/America/Los_Angeles) time zone.
I'll happily accept a pull request for this, @jimsleon. :)
@Jarred-Sumner, I'm still having trouble with `Bun.stdin` on macOS: ```console $ bun --revision 1.0.15+b3bdf22eb $ uname -mprs Darwin 21.6.0 arm64 arm $ cat stdin.js console.log(JSON.stringify(await Bun.stdin.text())); $ echo hello |...
Works now! :tada:
The library doesn't provide this functionality, but you may be able to attain it with a wrapper: ``` javascript const format = require('string-format'); const transformers = { upper: s =>...
Fork `master`, I would say. You're welcome to submit a pull request with your changes, though I won't necessarily accept it. The goal is to complete work on #2 and...
Thanks for your feedback, @episodeyang. You'll be interested in #2. I worked on that pull request several years ago but didn't merge it because I didn't quite finish the test...