sarahzrf
sarahzrf
Certain kinds of recursive structures give me load errors. I did a little googling and found a solution in PyYAML (http://stackoverflow.com/a/29607120); does Camel support something like that? If not, would...
`beluga-mode`'s holes feature does not work after the first load as of https://github.com/Beluga-lang/Beluga/commit/1d39095c99dc255d972a339d447dc04286d8c13f because the elisp assumes that holes are numbered starting from 0 but the ocaml uses a single...
Would it be possible to add the ability to force the aspect ratio of a selection, along the lines of GIMP's "fixed aspect ratio" option for selections?
This example is incorrect: https://github.com/HeinrichApfelmus/reactive-banana/blob/ee9d5a3962c2bc48782512f54a3ae14a7a3d5b4b/reactive-banana/src/Reactive/Banana/Combinators.hs#L206-L211 I know it's not exactly a bug, but I did lose like 5 minutes puzzling over it because I couldn't see how the code produced...
I'm using `HSubst` in a case where the outer type doesn't have variables of its own (first-order logic; terms are a separate type, variables are bound by quantifiers in the...