Julian Ceipek

Results 18 comments of Julian Ceipek

Here's a concrete example of where this could cause a problem: ```python print("before:", entry_phi) # before: %".7" = phi i64 [5, %"entry"] entry_phi.add_incoming(v, body_blk) # This isn't represented in the...

@Kelimion I'm having this problem as well, and `-extra-linker-flags` does not seem to work to configure this (at least `-extra-linker-flags:"-mmacosx-version-min=12.0.0"` doesn't work). This is not just important for Metal but...

For now I'm using a large font size and passing 2* the width and height to the cross-platform layer for the window size and mouse position, but it doesn't address...

@dfeneyrou Thanks! And yes, I referenced the example you linked for https://github.com/dfeneyrou/palanteer/pull/21 However, the IMGUI examples have severe limitations like the inability to handle keyboard input correctly. See for example,...

Interesting; thanks! I'll take another look at this soon.

@dfeneyrou What are your thoughts on adding this? https://github.com/dfeneyrou/palanteer/pull/21/files#diff-2d88bc2cf5369b76a592e61c044242925375802ffdcbcbf8440711355359fe76R695-R707 And do you think it makes sense to add something like ``` io.KeyCtrl = kms.ctrl; io.KeyShift = kms.shift; io.KeyAlt = kms.alt;...

Thanks, @jtobey. I've been using that version and it still has the problem I described. After implementing a full prime factoring method and comparing it with results from Wolfram Alpha,...

It did prevent the crash, but then I get: ``` reacTIVision 1.5 (Apr 2 2015) no DC1394 cameras found 1 AVFoundation camera found 2015-04-05 14:58:34.445 reacTIVision[6873:492154] -[VVUVCController initWithDeviceIDString:] ... CC242247UZLF6VVDU...

Whether I had the PS3 camera plugged in or not had no impact on the error: it happened in either case. Sorry for not specifying that before.

I was using the built-in FaceTime HD Camera (Apple Camera VendorID_0x106B ProductID_0x1570) on a MacBookPro11,3 (Retina, 15-inch, Late 2013) running Yosemite 10.10.2. In case it matters, the machine has 16GB...