Paul T

Results 143 comments of Paul T

Merging of #11 improved performance of the timing on MacOS but not all test cases pass (yet).

@gzliurc Could be, but it's odd that this particular issue only surfaces on MacOS.

Whoops! Thanks for the catch. Should be a simple fix

Also related, these types of class diagrams with overloads of generic parameters do not render correctly either. ``` classDiagram class A~T~ { +T value } class A~T,N~ { } class...

@tcbrindle Seems reasonable! Done in #111

@tcbrindle Any comments on the clang-format? Or any formatting changes you'd like to see in the config file?

I completely understand. If you have examples of styling that you want to keep that `clang-format` is breaking, feel free to post them here and I can try to update...

Would not adding the skill `Callable` solve this? See [here](https://github.com/joboccara/NamedType#inheriting-the-underlying-type-functionalities).

I'm also getting this same error on windows 8 running Python 3.4.3 and blinkstick 1.1.8

Just realized that one option is to just use `check-clang-format` in project A instead of `check-format` 🤦‍♂️