Mark McGranaghan
Mark McGranaghan
This can be implemented at the client level with e.g. ``` ["checked-write", ["count", "records", {"where": ["=" "id" _]}], 0, ["insert", "records", {"id": _, "attr1": "val1", ...}]] ``` Were you aware...
Oh right, I see. In order to this completely on the server's side you would need either the "put" operation you mentioned above or a more general compound query that...
I like the idea of being able to specify a "configuration file", but I don't want to combine server configuration and booting with dependency specification and the build system. So...
I'm open to this, but I don't think I've ever used `sync.Cond` in my own Go code, so I'm not sure what a good example would be, or even that...
At a glance the linked example looks like it's headed in the right direction. An example would need to be edited for concision, style, and have commentary in line with...
Hi. Thanks for giving this a shot, even when you don't have a RP device. I appreciate it! This branch does at least result in fewer errors, though there appear...
Thanks, latest logs are below! ```console pi@raspberrypi:~/Desktop/glmark2 $ git rev-parse HEAD 3b1a0f78d03ae126b78ee52a7c434809115e5993 pi@raspberrypi:~/Desktop/glmark2 $ ./waf configure --with-flavors dispmanx-glesv2 Setting top to : /home/pi/Desktop/glmark2 Setting out to : /home/pi/Desktop/glmark2/build Checking for...
Hello @ept @pvh @orionz . As discussed on Slack I've been working on an immutable write interface. I'm adding this comment to let you + onlookers know the current state...
Candidate for advanced OS courseware: http://www.cs.nyu.edu/rgrimm/teaching/sp11-os/.
Interesting suggestion, thanks! I will definitely check it out. I recently finished another Challenger-related book so it will be interesting to compare.