Kaden Thomas

Results 12 comments of Kaden Thomas

I attempted to fix this issue with the following code, placed in `setup-doc` ```Clojure (when rotation (if (not= 0 (rem rotation 90)) (throw (new Exception "rotation must be a multiple...

One last note: the code used to generate the PDF was as such: ```Clojure (pdf [{:rotation 90} [:phrase "Hello, Rotation"]] "out.pdf") ```

The idea with that was to allow people to pipe in keymaps. I don't personally see it as confusing, but if I compare it to something like `grep`, I could...

I have updated all the necessary components and revised the man file and README. How does it look?

The `read_line` function was the jankiest part of this code to write; Ill fix the issues you mentioned. How would `--` work for comments instead? Also, the problem with line...

I've added the `sizeof(char)` for consistency, thanks for pointing that out. @alols what do you think for comment characters? I personally like `#`, as most unix configuration files follow that...

Even if that is true, it speaks to what the memory is being used for. I'll consider removing it if it's deemed more confusing. Thanks for letting me know, though.

Just want to make sure: is this library C89 compliant? If so, should we add it to the makefile?

The idea for handling \r was to allow \r\n files. I'll remove it and fix the empty line issue.

I've taken care of this in [my fork](https://github.com/tkaden4/xcape). I'm just doing some touching up but it should cover the functionality you are looking for.