kodonnell

Results 56 comments of kodonnell

FYI @Togusa09 - see updated readme. Your port will may get more traffic!

Hi @sarunaskas - in your case the `*.m` might provide most of the useful data, but isn't that only formulas etc.? Layouts etc. will be elsewhere. That said, I agree...

> Collaboration on Power BI files would be a revelation to enable large scale "standalone" projects, so I hope you keep working on this! Yes - we're actually waiting to...

Wow, thanks @andy-clapham - great to know it's useful, and you're willing to contribute back! > I've done a fair few changes so they don't necessarily fit a PR contribution...

> I’d like to polish a bit as I do commit rather frequently and chattily, so I’d probably want to rearrange my commits a bit to make them more public...

Here's a simple minimal test. Keep this running in a REPL: ```python from picamera2 import Picamera2 import time picam2 = Picamera2() camera_config = picam2.create_still_configuration(main={"size": (320, 240)}) picam2.configure(camera_config) picam2.start() time.sleep(2) picam2.capture_file("/tmp/tmp.png")...

I just rebuilt my system image last night, and that pulled in 0.3.5 - and problem gone = ) Good work everyone.

@tianon - I'm more interested in the specific objective of this repo (e.g. using containers for sandboxing [potentially lightweight] apps where I may want low latency). I guess the distinction...

Just tested and `runc` seems to work and be about 6 times faster (boot) in this case. I have no idea how `runc` compares and whether it'd work for e.g....

[This](https://forum.arduino.cc/index.php?topic=487007.msg3492271#msg3492271) shows it's possible on an Arduino ...