<aldeka> :D
judytuna_ has joined #sandstorm
judytuna has quit [Ping timeout: 250 seconds]
judytuna_ has quit [Ping timeout: 260 seconds]
jacksingleton has joined #sandstorm
gopar has joined #sandstorm
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
jacksingleton has quit [Ping timeout: 240 seconds]
judytuna has joined #sandstorm
judytuna has quit [Ping timeout: 256 seconds]
mnutt_ has joined #sandstorm
<mnutt_> paulproteus: hey! sorry I’ve been out of town for a few weeks, I’m making some progress on the dropbox clone, mostly on the UI side, rather than the desktop client side. I’m running into two issues with the http bridge: the webdav clients I’m using use basic auth (“Authorization: Basic user:pass”) but the http bridge uses a slightly different format (bearer tokens). Second, I haven’t hit it yet but am pretty sure I
<mnutt_> going to run into issues with the esoteric webdav http commands (mkcol, proppatch, etc).
<mnutt_> while I can pretty easily patch the desktop client for the former, given the latter issue would it be better for me to ditch the http bridge?
isd has quit [Quit: Leaving.]
bb010g has quit [Quit: Connection closed for inactivity]
<kentonv> mnutt_: We would very much like to support webdav commands in our HTTP API layer.
<kentonv> mnutt_: It's something that a non-core-dev could possibly work on. The code changes needed are pretty clear since it's basically "do what is already done for GET/POST/etc., but for webdav commands".
<kentonv> mnutt_: would involve extending the Cap'n Proto interface in src/sandstorm/web-session.capnp to include webdav stuff, and then updating the translation layers found in the front-end (node/javascript) and back-end (C++)...
<mnutt_> alright, sounds good…I’ll see what I can do towards opening a PR
<kentonv> mnutt_: cool! I think the first step should be to focus just on extending web-session.capnp. We should then review those changes before modifying the translation layers.
judytuna has joined #sandstorm
judytuna has quit [Ping timeout: 245 seconds]
mnutt_ has quit [Quit: mnutt_]
mnutt_ has joined #sandstorm
jadewang has quit [Remote host closed the connection]
gopar has quit [Quit: Leaving]
leee has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 240 seconds]
leee has quit [Remote host closed the connection]
micahd has quit [Ping timeout: 246 seconds]
micahd has joined #sandstorm
jinnko has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 240 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 256 seconds]
judytuna has joined #sandstorm
judytuna has quit [Ping timeout: 245 seconds]
mnutt_ has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 246 seconds]
judytuna has joined #sandstorm
judytuna has quit [Ping timeout: 245 seconds]
mnutt_ has quit [Quit: mnutt_]
mnutt_ has joined #sandstorm
GeorgeHahn has joined #sandstorm
mnutt_ has quit [Quit: mnutt_]
shoq has joined #sandstorm
shoq has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 245 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 255 seconds]
gopar has joined #sandstorm
<dwrensha> I figured out that this inline {{#if}} is what was triggering the mysterious Chrome/Meteor bug: https://github.com/sandstorm-io/sandstorm/blob/9784d967b7331bef7bab67a63649471f5574bd3e/shell/client/shell.html#L424
<paulproteus> Fascinating.
<paulproteus> Today is a week of finely-shorn yaks, I suppose.
<paulproteus> ...This week is a week, not today is a week.
<paulproteus> I still hope the nice Chrome people can fix code.google.com/p/chromium/issues/detail?id=514521
<dwrensha> yeah, seems like Chrome is the buggy browser these days
* dwrensha ducks
<paulproteus> : D
jadewang has joined #sandstorm
<kentonv> well, the worst is _definitely_ safari.
NOTevil has joined #sandstorm
<dwrensha> do we know what the deal is with Jenkins? Exception in thread "main" java.net.BindException: Selenium is already running on port 4444. Or some other service is.
<paulproteus> Lemme see
natea has joined #sandstorm
<paulproteus> Indeed Selenium is running on 4444. Perhaps Jenkins lost track of that, so I'll stop that process.
<paulproteus> ...it doesn't super-duper *want* to be stopped. I kill -9'd.
<paulproteus> "Selenium started
<paulproteus> tar: write error
<paulproteus> "
<paulproteus> I also just freed up a little disk space.
<paulproteus> (with sudo apt-get clean)
<paulproteus> Rebuilding the master branch. We'll see what happens now.
<paulproteus> Looks like the Jenkins workspace is on / not on /mnt/miscdb (and /mnt/miscdb has way more space) so probably it was a disk space issue and can be fixed by moving the Jenkins workspace to the other disk.
<paulproteus> For now, having a little more free space is probably good enough.
NOTevil has quit [Quit: Leaving]
NOTevil has joined #sandstorm
<dwrensha> paulproteus: looks like Jenkins is now failing to log in with DevAccounts
<dwrensha> (the tests pass for me locally, at HEAD)
<kentonv> well, it just passed...
<dwrensha> ah, you retried?
<kentonv> I didn't, I just got an email saying it passed. :)
<kentonv> probably someone else did?
<paulproteus> I had queued up two jobs, fwiw.
<paulproteus> I retried both the 2 most recent
<paulproteus> "Sandstorm" (not "Sandstorm PR") jobs, fwiw!
<paulproteus> https://build.sandstorm.io/job/Sandstorm/472/ indicates "Started by user Asheesh Laroia"
<dwrensha> does anyone else find themselves running this command regularly?
<dwrensha> ls | grep "sandstorm-custom.*" | head -n -1 | sudo xargs rm -rf
jeffmendoza has joined #sandstorm
<paulproteus> echo rofl > '/opt/sandstorm/sandstorm-custom /home'
<paulproteus> dwrensha: In all seriousness, I don't, but I basically only work on the shell, so my life is easier than yours.
<paulproteus> Howdy jeffmendoza
<jeffmendoza> Hi =)
<paulproteus> dwrensha I imagine you're aware of "xargs -0" but many aren't so in the hopes of being useful, http://offbytwo.com/2011/06/26/things-you-didnt-know-about-xargs.html is interesting for those new to xargs.
<paulproteus> Perhaps dwrensha there should be 'sandstorm cleanup-old-builds' or something.
erikoeurch has joined #sandstorm
<kentonv> dwrensha: If you upgrade to a regular release build, all custom builds will be cleaned up automatically
<kentonv> by the same code that cleans up previous releases when new ones are installed
<kentonv> also the same code that, if you build a release binary but then install it as a custom build, will delete itself, bricking your Sandstorm install.
<paulproteus> ah hah
natea has quit [Quit: natea]
natea has joined #sandstorm
Nairwolf has joined #sandstorm
<Nairwolf> hi, the meeting tonight would be recorded ?
juri_ has quit [Ping timeout: 240 seconds]
juri_ has joined #sandstorm
<jadewang> @Nairwolf, what city are you in, and do you want it to be recorded?
<Nairwolf> I'm at Fremont
<Nairwolf> But, I've too much work today, and I don't have car
<Nairwolf> It would be so much difficult to go to this meetup event : http://www.meetup.com/Sandstorm-SF-Bay-Area/events/223144969/
<dwrensha> i,i Cap'n Proto is multigrain
<aldeka> those nutritious whole grains...
<paulproteus> Hi Nairwolf!
<Nairwolf> hi paulproteus ;)
<paulproteus> I can see if we can record it, but I don't want to promise anything because we hadn't really thought of that until right now.
<Nairwolf> yes, I understand that
<Nairwolf> Maybe, I will ask it here, if someone can make me a summury ;0
<Nairwolf> summary
<Nairwolf> I've checked. It takes me 1h23 with bike, and 2h with bus...
<Nairwolf> from my office
<paulproteus> afk a bit!
gopar has quit [Remote host closed the connection]
gopar has joined #sandstorm
erikoeurch has quit [Quit: Leaving]
<paulproteus> Random user report, of me 1 minute ago:
<paulproteus> Argh I am modifying this grain but I wanted to open it read-only or open a fork of it.
<paulproteus> (Hacker Slides)
<paulproteus> This app happens to have no particular history storage.
<paulproteus> Now I want "Clone this grain". I guess I can use "Download backup" to simulate that, so I'll do that.
<zarvox> sounds like we should add readonly sharing to Hacker Slides that permits GET but not POST and makes the textarea noneditable.
<paulproteus> I think I want to be able to "archive" grains and then when I open them, they're in a copy-on-write mode where by default no changes are stored in the original, or something.
<paulproteus> Totally possible, zarvox.
<paulproteus> I should port it to vagrant-spk first perhaps.
<zarvox> Or follow up with Jack Singleton to do so.
paroneayea has quit [Read error: Connection reset by peer]
paroneay` has joined #sandstorm
paroneay` is now known as paroneayea
paroneayea has quit [Changing host]
paroneayea has joined #sandstorm
natea has quit [Quit: natea]
natea has joined #sandstorm
jacksingleton has joined #sandstorm
<warren> paulproteus: bringing bacteria aerosolizing delivery devices to the meetup
<paulproteus> Hah, oh my.
<paulproteus> (-:
<warren> Oh my, that may have looked like a terrorist threat. =)
NOTevil has quit [Quit: +++ ATZ]
<warren> paulproteus: what kind of food will be there? should I eat before?
<warren> (I can't eat milk protein.)
<paulproteus> There will be middle-eastern food, I presume vegetarian compatible.
<warren> horray!
<paulproteus> from Oren's Hummus
<aldeka> Hah.
<aldeka> My lunch today was from there.
<geofft> Oren's! now I wanna go.
natea has quit [Quit: natea]
<paulproteus> You could have it again by showing up, aldeka!
natea has joined #sandstorm
<aldeka> Heh.
natea has quit [Client Quit]
treyhunner has quit [Quit: No Ping reply in 180 seconds.]
treyhunner has joined #sandstorm
jeffmendoza has quit [Ping timeout: 265 seconds]
isd has joined #sandstorm
jinnko has quit [Quit: Coyote finally caught me]
GeorgeHahn has quit [Read error: Connection reset by peer]