Jason Nall
Jason Nall
It looks to me like the `Canceler` comes into play when you are calling `chain` with multiple `Aff`s... it seems like if at least one has been canceled, the resulting...
@TehShrike Yep, I'm personally a fan of https://github.com/sindresorhus/np
To me, quests have a narrative chronology to them not unlike History sections of various components. It could be neat to exposes quests as well as history as timelines for...
@Cantido instead of generalizing to "quests" and using that to expand on history functionality, expose a `timeline` where you can add events and reorder them—basically just a list. The timeline...
I think tree could overly complicate things. As a general rule, I like organizational strategies like this to be as distant from the database as possible—ideally, users have the tools...
That sounds excellent!
I was just looking into this myself and this answer popped up. That's a very good answer! I was thinking a lot of it boiled down to items from `std`—very...
I just took a look at the prepack source, and the `prepackFromAst` method currently ignores the AST and parses the code identically to the `prepack` method. I'm thinking this means...
Hey @rattrayalex Regarding "better `now` example in docs"—I'll probably do a pass at reviewing the current reference docs as a whole. Along those lines: since there will be a separate,...
Hmm how's that going to work?