Paul Chiusano

Results 103 comments of Paul Chiusano

For a start, I'd just have `view` work for hashes not in your namespace, and just use the current namespace to provide names. In the worst case scenario you see...

More detail from Slack convo, but this seems unrelated to cloud, it's either something with the html library, or the runtime https://unisonlanguage.slack.com/archives/CLUNF0J5S/p1703981201212119 ``` There's a real chance that my render...

Thanks @phronmophobic this is good feedback, cc @rlmark I might move this issue to a discussion on https://github.com/unisonweb/community/discussions once I figure out how to do that… :)

Actually, I just checked the lexer, and it only supports - ``` escapeChars :: [(Char, Char)] escapeChars = [ ('0', '\0'), ('a', '\a'), ('b', '\b'), ('f', '\f'), ('n', '\n'), ('r',...

It might be worth including an example like what I gave above just to clarify the matter further. I'd be inclined to do that and leave it at that. I'm...

Notes from discussion: Going to focus on just having a viewer of individual definitions, which has very few unknowns and is also incredibly useful. Some bikeshedding on URL format that...

Thanks for the feedback. The website will be getting a revamp soon. I'm not totally sure where we'll end up on the marketing bullet points. :) I would say the...

Yeah this is a great minimal performance bug. Wild guess is perhaps the flatMap for Weighted (which backs Gen) has some quadratic behavior for left nesting (which this would be...