Chris Farrow

Results 42 comments of Chris Farrow

I just opened an issue for this in the comtypes package, on which pyautocad is based. @thengineer, if you can provide more information about the `KeyError`, I may be able...

I could test this out as well. I'll need AutoCAD, and so as much information that you can give me up front will help me make the most of a...

It's a big pain, but I think this needs some tests. The [drag tool tests](https://github.com/enthought/enable/blob/master/enable/tests/drag_tool_test_case.py) give a decent starting point.

Sorry for taking so long to get back about this. My time to work on this project is very limited, but I don't want to stand in the way of...

Hi Andras. I know of no long term plans for this package, except perhaps for users keeping it running for their use cases. The package can live on for a...

TIL there is a `Constants` class. (That's my excuse.)

This has been fixed on master. The quickest solution is to run the code from source. I'll try to put out a release with the fix in the coming week.

Thanks for the patch. Does this do the right thing when the plot orientation is vertical?

Perhaps a correction, safearrays should not behave differently if you have numpy installed. This should only happen if you use the `safearray_as_ndarray` context manager, which is explicit. I'm in favor...

I think the cleanest way to handle it is to allow that code to fail with a helpful error message if `enable_numpy_interop` has not been called. This way, the behavior...