Mark McCurry

Results 28 issues of Mark McCurry

Are there any plans to add support for dashed strokes? It doesn't appear to be possible to produce dashing on arbitrary curves with the current API.

It looks like they've changed their API slightly for LLVM 5. Currently the LLVM pass has a chance to throw: ``` /usr/include/llvm-5.0/llvm/IR/Type.h:363: llvm::Type* llvm::Type::getArrayElementType() const: Assertion `getTypeID() == ArrayTyID' failed...

Some typechecks and exception handling should be added to the YAML loading to provide clear errors and debugging information when the ruby layer reads in malformed files produced by the...

enhancement
good first issue

When building with -g clang produces information which should be mappable back to line numbers and whatnot. - [x] Add line number/file information to nodes in yaml printout (it might...

enhancement
help wanted

This could make it easier to turn on and off annotations

The existing readme contains some old TODOs and it makes the project look like more of a work in progress than need be. It might also be a nice place...

Right now reading from a large collection of 'f' arguments takes n calls to rtosc_argument which involves O(n) time each to resolve. For most normal messages the number of arguments...

For use within the context of plugins a sequential mapping of the domain of osc paths onto the domain of integers needs to be implemented. This should be a rather...