Alex Whitt

Results 78 comments of Alex Whitt

So this would be the syntax I'd propose: ``` {:tests [{:type :kaocha.type/spec.test.check :id :fn-1-generative-tests :focus ['sample/fn-1] :stc-opts {:num-tests 1}}]} ```

I believe you could `:focus` the special functions in one test case and `:skip` them in the other. But you'd be maintaining the list in two places. Alternatively, you could...

I'd be up for splitting the project

I can look into this in the coming weeks if no one else is planning on doing so

Huh, weird... I use this regularly without issues, and it looks like your reproduction repo is just trying to do the same thing that is covered by our unit tests...

Nothing obvious after a cursory look. For my own reference when I come back to this: the reproduction repo is using lein, and I'm using tools-deps. It's also not using...

Hi, I'm currently working on a tool that would do this. I'm targeting Blender's [MB-Lab](https://mb-lab-community.github.io/MB-Lab.github.io/) plugin, which uses _some_ absolute measurements as understood by the tailoring world. Other parameters are...

This is going to be a long, slow process for me, but I'm highly motivated. Help would be welcome. Releasing my work is contingent on my employer open-sourcing a Clojure...

Oh, and if anyone knows of any existing work that I'm duplicating, please let me know. I'd rather not reinvent the wheel, if it's out there and sufficiently round.

Is it that you have to reify `BinaryIO`?