Sandy Maguire

Results 190 comments of Sandy Maguire

I guess this thing still needs to be recursive in order to compose well. It can't, for instance, union together several pieces which contain holes.

Here are some things I've learned in playing around with the system. 1. Smaller resolution values result in clearer models (and superlinear slow downs when rendering) 2. The camera for...

Gladly. I'll try to get that done this weekend.

@sorki does this happen for any union? do they need to touch? Is it fixed by #355?

I like the idea. One issue we ran into when trying to fix the whiskers (https://github.com/colah/ImplicitCAD/issues/353) is that the _triangles_ were fine, but the points they contained were crazy. In...

Relatedly, I'd like a way to match a given indentation level, in Haskell. For example, I'd like to match the following: ```haskell instance Eq E where E x /= E...

Thanks @rvantonder, that's already a significant improvement. Cheers!

Using `field'` instead of `field` seems to work /shrug

FWIW, this is now implemented directly in HLS, under a code action with kind `refactor.wingman.caseSplit`

I experienced this issue when calling vim from an `async` thread! Maybe I am confused that it never used to report exceptions in async threads? I can put together an...