frmdstryr

Results 96 comments of frmdstryr

> Wasn't a goal of Zig to say close to the syntax of C? Apparently javascript's syntax is better. Sarcasm aside, I fail to see how this improves two goals...

A change to use `category__in` with `filter_and` works with elasticsearch2 ```python def get_search_queryset(self): sqs = super().get_search_queryset() if self.categories: sqs = sqs.filter_and(category__in=self.categories) return sqs ```

I don't see why it wouldn't work, Enaml can be used for any tree-like structure. From a very high level to make a custom backend you need to create an...

Is there any difference in the usage?

If you're on linux you can try https://github.com/frmdstryr/pyOCCT/tree/v7.8.0, I haven't been maintaining CI or windows builds.

Oh sorry, it looks like I forgot to commit a few changes I had locally. I updated the branch and binder repo. I don't want to create a fork or...

I guess committing a submodule doesn't update the branch. Anyways I merged the binder branch I was on to my master branch, does it work now?

I use some custom occt patches so my occt and pyocct are always built with the exact same compiler version. Can you try building occt locally and then pyocct to...

I'm in the eastern timezone. I got CI to actually build and test but it appears the bindings are not being generated correctly for some reason (it is not doing...

Since the bindings are not correct, I think rebuilding occt is not necessary (not sure what I was thinking the other day).