Christopher Head

Results 86 comments of Christopher Head

I’m sorry, this is not actually correct. But I’m very confused as to what *is* correct! ``` lua> rs.getOutput() {[0] = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} lua> rs.setOutput(5,15) 0.0...

I don’t have a strong opinion. I don’t write a lot of Python these days, much less with tkinter—I use it occasionally when a project calls for it, not on...

Yes, that is what vdirsyncer makes the `singlefile` ICS look like.

Recurring events in iCalendar files can be handled either of two ways: add additional `VEVENT` components with the same `UID` and a `RECURRENCE-ID` indicating which recurrence you’re talking about, and...

That’s an interesting proposal, but I think extracting the sandbox into a separate mod is pretty much orthogonal to this proposal. Yes, they both affect the sandbox, but moving it...

Did any progress ever happen on the idea of moving the sandboxing mechanism out of the Luacontroller layer? I’m interested in working on that if it’s still a project that...

Cool. Two questions then. First, what’s the plan technically? Right now the same file handles the following jobs: 1. Defining a node. 2. Defining the formspec. 3. Migrating state (script...

I know that not generating change events when outputs change is intentional (there’s a bunch of code to squelch those), but even having the `pin` array read totally wrong values?...

There’s a reasonable workaround. Using `ExecStartPost=chmod …` and `ExecStartPost=chgrp …` seems to work quite reliably, even running when you do a restart from the Jenkins web UI. So this is...

Yes, sorry, perhaps I worded it poorly; I’m quite well versed with how umask works, so I know that, from a technical perspective, a program is perfectly within its rights...