Results 110 comments of Adrian

Just tried this out. If you pass a window-start-x without a window-start-y, it still shows the window before asserting and throwing the error. The assertion should probably be checked before...

https://github.com/phronmophobic/membrane/commit/3a706f154d049c214bb0d94ee239c499de91b2c4 Fixed!

similar to https://github.com/phronmophobic/membrane/issues/49

Yes, you're right. I guess I was a little too hasty with my diagnosis.

The organization is partially because of the original setup using lein. I still use the in-project examples as quick smoke-tests when deploying and they're referenced in a few places in...

The first error the cljdoc analysis hits is in a deprecated namespace that would be easy to remove, but the next error is because cljfx isn't included as dependency of...

Except for the tutorial.clj change, are these all whitespace changes? Knowing that ahead of time makes it easier to review.

I think the biggest drawback is: > One of the design goals of membrane is to separate the description of the intents from the implementation of the effect handlers that...

> I see, so that seems to be contrary to the desire for navigability. I don't think they're antithetical. I agree with you that one implementation per intent type is...

@staypufd , the short answer is that there is currently no convenient built in solution for a rich text view. Depending on your use case, there might be a couple...