Brendan Molloy

Results 95 comments of Brendan Molloy

What it looks like: ![screen shot 2014-12-09 at 01 09 21](https://cloud.githubusercontent.com/assets/279099/5340369/076fec10-7f40-11e4-8d92-e2b5efa819d2.png)

Yeah, my current experimentation with that has got me to here: ```swift extension NSImage { func tint(color: NSColor) { lockFocus() color.set() NSRectFillUsingOperation(NSMakeRect(0, 0, self.size.width, self.size.height), .sourceAtop) unlockFocus() isTemplate = false...

`_IOC_SIZE` also doesn't exist on FreeBSD, and there's no `#ifdef` guards on the part of the code that uses it. Is it possible to come up with a cross-platform construct...

I'd be happy to, but I do not understand what `_IOC_SIZE` does that couldn't be done without some other mechanism. I can't replace it if I don't know what it...

This is reasonably important for sensitive things such as temporary secrets on self-hosted runners on macOS or Windows where containers are not possible.

Ah, you are installing the alpha version from master I see. Looks like a missing dep declaration, will investigate.

Oh, you are trying to run it via Python 2.7. The code is only compatible with Python 3! I'll add some checks to make it not even try on Python...

Derp, can't close yet, haven't added the checks. :smile:

Yeah. My logic is that it would simplify the updating process, as then I can just change SD cards to update the balena OS while my data remains persistent on...

Cool. How does the current partition layout get generated? /etc/fstab is very empty. :smile: