asheesh changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Channel glossary: "i,i" means "I have no point, I just want to say". b == thumbs up. | Public logs at https://botbot.me/freenode/sandstorm/ & http://logbot.g0v.tw/channel/sandstorm/today
funwhilelost has joined #sandstorm
jadewang has joined #sandstorm
M-eternaleye has quit [Changing host]
M-eternaleye has joined #sandstorm
warsh has left #sandstorm [#sandstorm]
warsh has joined #sandstorm
funwhilelost has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<sprin> for capnp list serialization in c++, you need to know the list size before initializing the builder, correct?
<sprin> so if you are munging some list before capnp serialization, you need a temporary data structure (eg, vector), to hold the result before you serialize it
<sprin> in other words, if we need to remove some elements from a list, the data flow is:
<sprin> orig list -> temp list -> capnp list (via builder)
<dwrensha> in theory, if you're removing elements, you could just decrease the length of the list
<sprin> oh!
<dwrensha> you would want to make sure that you've zeroed out the removed elements
<dwrensha> I don't think the c++ implementation exposing an API for such list-length adjustment
<sprin> I don't see any such API in the docs at least
<dwrensha> so sounds like you'll need a temporary list
<dwrensha> orphans may come in handy. https://capnproto.org/cxx.html#orphans
<sprin> interesting! I will see if that works, thanks dwrensha
|jemc| has joined #sandstorm
ocdtrekkie has joined #sandstorm
aldeka has joined #sandstorm
jadewang has quit [Remote host closed the connection]
DanC_ has quit [Ping timeout: 246 seconds]
bb010g has quit [Quit: Connection closed for inactivity]
|jemc| has quit [Quit: WeeChat 1.2]
|jemc| has joined #sandstorm
<zarvox> "I don't always write tests, but when I do, they're 100 lines long and involve multiple kinda-ridiculous hacks"
jadewang has joined #sandstorm
DanC_ has joined #sandstorm
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
isd has joined #sandstorm
simonv3 has quit [Quit: Connection closed for inactivity]
bb010g has joined #sandstorm
decipherstatic has joined #sandstorm
ArcTanSusan has joined #sandstorm
ArcTanSusan has quit [Client Quit]
kecolus has quit [Quit: Leaving]
warsh has left #sandstorm [#sandstorm]
isd has quit [Quit: Leaving.]
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
M-eternaleye is now known as eternaleye
jadewang has quit [Remote host closed the connection]
ArcTanSusan has joined #sandstorm
ArcTanSusan has quit [Quit: ArcTanSusan]
|jemc| has quit [Ping timeout: 256 seconds]
mrshu has quit [Ping timeout: 240 seconds]
mquandalle has quit [Quit: Connection closed for inactivity]
mrshu has joined #sandstorm
ocdtrekkie has quit [Remote host closed the connection]
aldeka has quit [Remote host closed the connection]
aldeka has joined #sandstorm
ocdtrekkie has joined #sandstorm
amyers has joined #sandstorm
amyers has quit [Ping timeout: 250 seconds]
xet7 has joined #sandstorm
simonv3 has joined #sandstorm
aldeka has quit [Remote host closed the connection]
ocdtrekkie has quit [Remote host closed the connection]
aldeka has joined #sandstorm
ocdtrekkie has joined #sandstorm
|jemc| has joined #sandstorm
|jemc| has quit [Quit: WeeChat 1.2]
|jemc| has joined #sandstorm
secher has joined #sandstorm
<secher> Heyas all. I'm trying to see if Etherpad on Sandstorm can support syntax highlighting. Any ideas? It seems that Etherpad proper does, but I can't figure out how to enable it in Sandstorm either via plugins or any other fashion.
<dwrensha> hi secher!
<dwrensha> Sandstorm's Etherphad SPK comes with a bunch of plugins
<dwrensha> to add a new one, you would need to convince kentonv to add it to the package
<dwrensha> you could open an issue here: https://github.com/kentonv/etherpad-lite
garrison has joined #sandstorm
notevil has joined #sandstorm
jadewang has joined #sandstorm
ArcTanSusan has joined #sandstorm
ArcTanSusan has quit [Client Quit]
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
kecolus has joined #sandstorm
Jan\ has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
DanC_ has quit [Ping timeout: 240 seconds]
xet7 has quit [Quit: Leaving]
DanC_ has joined #sandstorm
<|jemc|> hat's the best place to read more details about the planned features/mechanisms for the "Powerbox UI"?
<dwrensha> |jemc|: there are a bunch of interfaces defined here: https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/grain.capnp
<dwrensha> |jemc|: they are only partially implemented as yet
<|jemc|> dwrensha: perfect, that should keep me busy reading for a while, thanks :)
bb010g has quit [Quit: Connection closed for inactivity]
notevil has quit [Quit: ...]
kecolus has quit [Quit: Leaving]
Jan\ has joined #sandstorm
mnutt_ has joined #sandstorm
<dwrensha> eek, apparently appdemo links are semi-broken at the moment
<dwrensha> you get a "match failure"
<dwrensha> and then you can click through and successfully continue
<dwrensha> looking into it....
<dwrensha> it tries to create a new grain after the demo identity is created and logged in
<dwrensha> but before an account is created
<dwrensha> I guess this is one downside of our new two-stage login dance
<dwrensha> ... it's now tricker to specify a callback that should take place directly after login
isd has joined #sandstorm