David Chambers

Results 266 comments of David Chambers

Could you explain the helper function in (3), Rafe?

Thanks for the clarification, Rafe. I'm going to wait until [Sanctuary v0.12.0](https://github.com/sanctuary-js/sanctuary/issues/255) is out the door before investigating your proposal further. Feel free to take the lead on this if...

This is an interesting idea. Please tinker. :)

I don't like the idea of `$.namespace` being stateful, so I like Gabe's revision. :) > I don't want to have to think about order of operations across possibly 100's...

> If you read Elm code you'll see this pattern often, hyper specific types to a particular component. This helps me to understand your requirements. :) I suggest that you...

Could we use [`peerDependencies`][1] to express the constraint? ```json "dependencies": { "sanctuary-def": "0.9.0", "sanctuary-type-classes": "2.0.1", "sanctuary-type-identifiers": "1.0.0" }, "peerDependencies": { "sanctuary-def": "0.9.0" } ``` [1]: https://docs.npmjs.com/files/package.json#peerdependencies

> But it *does* seem to me like removing `sanctuary-def` from dependencies and keeping it as only a peer-dependency would reduce complexity. I agree. `const S = sanctuary.create(def);` seems very...

I have been pointing people to [`generate`][1], the script used to generate the Sanctuary website from the project's documentation, but I imagine you're hoping to see some asynchronous computations. I...

> How do you feel Sanctuary could improve Context + Resolvers in an Apollo Server GraphQL for RedisGraph? I know very little about these things, @bionicles. Perhaps someone else will...