ChanServ changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things Sandstorm and Cap'n Proto. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev | Channel logs available at https://libera.irclog.whitequark.org/sandstorm
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #sandstorm
<mnutt> any chance we might revisit the sandstorm-ui-using-flexbox discussion? (https://github.com/sandstorm-io/sandstorm/pull/1190) Grain usage on Mobile Safari is pretty wonky, as scrolling pulls the whole grain container up and down rather than keeping the grain container fixed and scrolling inside of it. I assume our minimum browser support has probably changed in the last 6 years; I think it'd mainly be addressing the concerns ab
<mnutt> out potentially reordering DOM elements.
<isd> Yeah, I don't think we need to keep supporting IE at this point.
<isd> (we've probably already broken it)
<isd> It looks like the only reason the pr was closed is that it became lower priority such that asheesh was no longer going to do it. But I think it would be fine if someone wanted to pick up where he left off.
<ocdtrekkie> We don't support IE already, yeah.
<mnutt> the hardest part is probably reconciling the two fundamentally different layouts between desktop and mobile. otherwise, I think flexbox will fit pretty well
<mnutt> has anyone run into an issue trying to build sandstorm on debian stretch? /ekam-provider/canonical/sandstorm/supervisor.c++:1105:13: error: use of undeclared identifier 'SECCOMP_FILTER_FLAG_LOG'
<mnutt> I have the libseccomp2 and libseccomp-dev packages installed fwiw
Corbin has quit [Ping timeout: 252 seconds]
<isd> That flag is part of the kernel headers, and I imagine the version you have is too old...
Corbin has joined #sandstorm
<mnutt> ah good to know, I'll try a newer kernel. the vm was already running sandstorm, but the kernel is pretty old
<isd> (It should work fine once it's built, it just needs headers that contain that constant).
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #sandstorm