Zachary Kessin

Results 68 comments of Zachary Kessin

I use webmachine https://github.com/webmachine/webmachine for my backends, so yea having PUT and DELETE as first class things would be great

any news on this?

I am working on it, the drawing seems to be in page.ex, is that correct?

i think its more of a runner issue, I think being able to say `elm test --run-time=10s` and have each fuzzer run for 10s makes more sense than having to...

the other thing is if we want to have huge test runs, we might want to have a better way to sample fuzz values, so that we can test that...

erlang quickchecks have functions that will let you take a fuzzer and will show sample output, as well as a function that will take a fuzzer and a value and...

I would suggest having a Fuzz.string and fuzz.utf8String or the like. Imagine that you have a problem where somehow the Hebrew string חה were to become הח if you are...

Sounds good, we probably will eventually want a way to specify character set, so if someone wants Hebrew/Greek/Arabic/Russian/Hindi etc they will be able to have them

John Hughes and I had a talk about this (In erlang) at a conference a while back and the long list does have a value. Take the case of a...

maybe have a version of the list fuzzer that lets you give a length or range. Fuzz.list 10 100 integer