Paul Gray
Paul Gray
@evilsoft , it looks like there are 5 tests failing: ``` Failed Tests: There were 5 failures isApplicative fantasy-land ✖ returns false when Applicative is passed isApply fantasy-land ✖ returns...
@evilsoft, ah yes, sorry... I pushed some changes to the tests in [this commit](https://github.com/evilsoft/crocks/pull/315/commits/6bd80504f14c59e8ef300e2f1033a2bf819158e8) since without these changes those tests fail. Are the `isApplicative` methods supposed to return false if...
Hey, mind if I take a stab at this one? I've created a branch & impl'd a first cut at `Async`'s applyTo [here](https://github.com/pfgray/crocks/blob/fantasy-land-applicatives/src/Async/index.js#L326). I've tested it out with other applicatives...
Unfortunately not, for reasons described [here](https://gist.github.com/MaiaVictor/bc0c02b6d1fbc7e3dbae838fb1376c80#gistcomment-2128816). I did attempt this in the [monad_composition](/pfgray/chainable-components/tree/monad_composition) branch. It works great on the first render, but if there's ever a re-render, then it doesn't...
@phpnode, Generators are not well supported by type systems, anyway, though... I.e. Typescript will not be able to tell you what the type of `time` is.
Arrow doesn't exist yet on the 8.0.x branch
> Another alternative would be to make zsh and fish completions also load XDG_DATA_DIRS lazily. FWIW, I made https://github.com/pfgray/fish-completion-sync, a fish plugin which has the same effect as `bash-completion` for...
@spencerolson , The `consumer_key` and `shared_secret` won't ever match (if they did, this problem wouldn't exist), since Canvas automatically sets the `consumer_key` to the value: `"fake"` when it doesn't match...
@spencerolson, Thanks so much for your help! I have it half-working now... ~~I also needed to make the name, and description the same.~~ Edit, this is wrong... only the urls...
Okay, some of my assertions were mistaken... I _can_ have 'N' number of tools with different names, but they _must_ have the same url as the global tool if they...