<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