Mike Anderson

Results 444 comments of Mike Anderson

Thanks that is interesting - I had a quick look at Shen but it seems very academic. I don't want to require users to be experts in type theory to...

Thanks for the reference, I will take a look! Here's an example of a fairly minimal generator that blows up (stack overflow) while creating a proportion of nested instances of...

Thanks @pholser for taking a look - your suggestion works well in simple cases Only slight challenge is if the generator is parameterised and needs to generate something (e.g. leaf...

Might be related to this: http://stackoverflow.com/questions/9340569/jpeg-image-with-wrong-colors Don't really use JPEGs myself but happy to take a PR if anyone can work out what is going wrong...

Yes I think that would be fine. Though it might be worth doing some benchmarking - individual pixel setting needs to be pretty fast in order to be useful in...

Probably an API function is OK as long as it gets inlined

Your project looks cool! The array based stuff tends to have a slight advantage if you are doing something very customised and need to get / set a large number...

Hi @alex0sunny I can't link to external resources (especially executable .jar files) for security reasons, Sorry! Will look at alternatives

Well that's jave code, so it should go in a .java file somewhere in a Java source directory, e.g. `src/main/java`. You can set the Java source path in your `project.clj`...

Hmmm yes I see what you mean. My wrapper over jcodec is pretty simplistic, I certainly haven't figured out how to control all the options yet. I'll see what I...