Mike Kazantsev

Results 73 comments of Mike Kazantsev

@dernyn what?

Ah, yeah, I haven't tried to build it for raspbian, so have no idea.

It's a bit weird that @uminokoe, who did bulk of the work on 5.1.5 (fixing VHT and hal stuff there), had a bunch of comments in this thread, which are...

I think @twome's notification icon proposal is great, and would like to also suggest that it should include hiding any errors in that icon (prehaps coloring it red or changing...

Did open #1151, after a bit more testing, found that error seem to be due to disabled/blocked canvas reads in browser (fingerprinting protection). Seem to be unrelated to this issue...

Oh, right, thinking of how find navigates things made me realize that there'll be another side-effect that I didn't consider - realpath() will resolve all symlinks for output paths, which...

In fact, [sjcl.mode docs](http://bitwiseshiftleft.github.io/sjcl/doc/symbols/sjcl.mode.ccm.html#.encrypt) for both supported block-to-stream modes (ccm and ocb2) explicitly state that: ``` Parameters: {Object} prf The pseudorandom function. It must have a block size of 16...

Indeed, might be worth adding that choice. Stable sjcl (as mentioned, code for other stuff is there, but it's probably not safe to use it yet) provides quite limited number...

Don't think I've ever tried running the thing on it, but don't see why it shouldn't work there, and unless it needs some major rewrite, can probably fix bugs there....

Yeah, probably. Putting print()s around this very first ctypes call: ``` try: c.pa.context_connect(self._ctx, self.server, flags, None) except c.pa.CallError: self.connected = False ``` ...already traps one of those. But looking at...