Yaron Minsky

Results 36 comments of Yaron Minsky

That's an interesting idea. I'll check with @seliopou. y On Sun, Nov 26, 2017 at 1:17 PM, Daniel Bünzli wrote: > Also note sure exactly what your "reasons" are but...

@seliopou wrote such a parser, though we haven't open sourced it yet. He can say more, and I think we'd be happy to release it.

Yeah, I can see how pushing combination of attributes into the existing combinators for combining images could be tricky. The simple ability to edit attributes on existing images seems less...

Related: another extension to the image combinators that would be useful would be the ability to mark the location of the cursor on a particular chunk of image. The downside...

Seems like a reasonable point. I feel pretty strongly that recording backtraces is the right default, but I agree it is odd to have this enforced at the library level,...

This doesn't line up with my experience. Code that uses exceptions for control flow typically is doing so explicitly, rather than relying on exceptions thrown by Map.find_exn. There are tradeoffs,...

I'm curious when the fix to this is expected to be released.

Having just stumbled into some of the same soundness issues, I'm interested in this patch. Any hope of getting it integrated? Having a safe API that one could stick to...

Short-paths was originally modeled off of the rule that Mlton used, which was roughly: pick the type with the fewest number of dots, and between those with the same path...

Well, that's a worthy PR to have created this (small) bug. Perhaps this suggests there should be some more testing of the #show directives? Almost any test at all of...