Cambridge Yang

Results 75 comments of Cambridge Yang

@isuruf I don't see why that is necessary though? I'm imagining the current setup where we just have the `Set.card()` function from barvinok baked into islpy?

@inducer > I don't think we can usefully package that complex of a C/C++ build operation into setuptools. How about we just let setup.py invoke `build-with-barvinok.sh` and assume all the...

> As @inducer said, barvinok is GPL which makes the binary wheel GPL and any work using islpy would have to be GPL. Wouldn't it be possible to only let...

Hmm, hacking this naively (similar to line 646) doesn't seem to work because `ast_op_type` is an enum, and the argument order is reversed compared to `ast_op_type_set_print_name `.

Btw, to the maintainer of this repo: I have no intention to flood this repo's issues (I felt guilty for the fact that the most recent issues were all opened...

FWIW, I tracked down to this line: https://github.com/jacksonliam/mjpg-streamer/blob/master/mjpg-streamer-experimental/plugins/input_raspicam/CMakeLists.txt#L2, and understood what @ilektron was saying.

It appears that in [this issue](https://github.com/jacksonliam/mjpg-streamer/issues/324), the developer of `mjpg_streamer` said it's better to deprecate the `input_raspicam` plugin, and just resort to using the pi camera as a regular webcam...

@johnyf Thanks for the detailed reply! I think I understand now. Just to confirm, is the following correct: ```python >>> past.translate('a S b') ({'_aux0': {'type': 'bool', 'dom': None, 'owner': 'sys'}},...

I wonder if there is any update to this feature? I tried SVI with discrete latent variables and seem to be running into issue similar to #1174

@dpvc Would you like to share more details on your comment: > On the other hand, it would be possible for MathJax to insert the characters directly rather than use...