Yair Chuchem

Results 25 comments of Yair Chuchem

Ok so I changed the title to augment the issue to a feature request rather than a question :)

Did some changes to be closer to the guidelines, however there is one condition there that would be a big change: Adding a textual description for each of the entries....

https://github.com/emil-e/rapidcheck/pull/201 should solve this. Just rebased it and it still works. Any chance this could get in? :)

That Travis build failure seems unrelated to the change (to my not so trained eye at least)

This is what I've been using along with [JUCE](https://github.com/juce-framework/JUCE/)'s Ranges: ```C++ template struct rc::Arbitrary { static Gen arbitrary() { using Tup = std::tuple; return gen::map ( gen::suchThat (gen::arbitrary(), [] (Tup...

This is the relevant JUCE forum thread: https://forum.juce.com/t/mangled-symbols-in-stack-traces/45929

What's been holding us a bit on this is that we'd like to first change the (Haskell) type for (Lamdu) types to have an external fix-point so it could be...

(and to support scrolling it we may need to transition to a graphics library that has clipping, which is already in our plans)

I think that to fully support the dynamic `getattr`s that Python allows would be almost impossible?