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
NwS has quit [Quit: See you in Isla de Muerte!]
mnutt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jemc has joined #sandstorm
jemc has quit [Ping timeout: 258 seconds]
mnutt has joined #sandstorm
jemc has joined #sandstorm
kodb-avv has joined #sandstorm
kodb-avv has quit [Client Quit]
kodb-avv has joined #sandstorm
<kodb-avv> hi guys. Question regarding WebSockets. I received this error but have neither nginx nor apache configured. I looked under /etc/ and neither has a directory so I am not exactly sure what is serving up the webpages or how to fix this
kodb-avv has quit [Client Quit]
kodb-avv has joined #sandstorm
kodb-avv has quit [Client Quit]
kodb-avv has joined #sandstorm
<kodb-avv> hi anyone there?
<pdurbin> kodb-avv: do you see the error inside the Sandstorm UI?
<kodb-avv> yes, the error is in a yellow box when I access the admin panel
<pdurbin> It says, "If you see this error *inside* the Sandstorm UI, please report a bug and describe the circumstances of the error."
<kodb-avv> forgive my ignorance but do I do this by following the link to GitHub?
jemc has quit [Ping timeout: 248 seconds]
<kodb-avv> ok I just filed and hopefully did correctly.
kodb-avv has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
kodb-avv has joined #sandstorm
kodb-avv has quit [Client Quit]
kodb-avv has joined #sandstorm
kodb-avv has quit [Client Quit]
kodb-avv has joined #sandstorm
kodb-avv has quit [Client Quit]
mnutt has quit [*.net *.split]
mnutt has joined #sandstorm
isd1 has joined #sandstorm
isd has quit [Disconnected by services]
isd1 is now known as isd
funwhilelost has joined #sandstorm
funwhilelost has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mnutt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cozy-user31 has joined #sandstorm
afuentes has joined #sandstorm
fonfon has joined #sandstorm
gambatte has quit [Ping timeout: 258 seconds]
gambatte has joined #sandstorm
anthropy has quit [Ping timeout: 268 seconds]
_whitelogger_ has joined #sandstorm
justincormack has joined #sandstorm
fkautz has joined #sandstorm
gillisig has joined #sandstorm
afuentes has quit [Ping timeout: 248 seconds]
anthropy has joined #sandstorm
aundro has joined #sandstorm
aundro has left #sandstorm [#sandstorm]
saneki has quit [*.net *.split]
dagelf has quit [*.net *.split]
vacause has quit [*.net *.split]
kxra has quit [*.net *.split]
uppermgmt has quit [*.net *.split]
dagelf has joined #sandstorm
jemc has joined #sandstorm
vacause has joined #sandstorm
cstrahan has quit [Ping timeout: 265 seconds]
kxra has joined #sandstorm
saneki has joined #sandstorm
uppermgmt has joined #sandstorm
cstrahan has joined #sandstorm
anthropy has quit [Ping timeout: 256 seconds]
anthropy has joined #sandstorm
mnutt has joined #sandstorm
mnutt has quit [Ping timeout: 272 seconds]
bodisiw has joined #sandstorm
afuentes has joined #sandstorm
Telesight has joined #sandstorm
dwrensha has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dwrensha has joined #sandstorm
_whitelogger has joined #sandstorm
jason_nstar[m] has joined #sandstorm
phildini_ has joined #sandstorm
[d__d] has joined #sandstorm
cstrahan has quit [Ping timeout: 248 seconds]
dcb has joined #sandstorm
gillisig has joined #sandstorm
kineticrootkit[m has joined #sandstorm
fkautz has joined #sandstorm
simonv3_ has joined #sandstorm
cstrahan has joined #sandstorm
kodb has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
kodb has joined #sandstorm
<_habnabit> i am so mad that C++ has made me type `};` by default on structs since it's an error in .capnp files
<dwrensha> heh, that's also an error in Rust
<isd> ...and most curly-brace languags.
<isd> it's really a quirk of C & C++
<TimMc> Rust doesn't allow empty statements?
<isd> I was thinking more top-level type declarations.
<_habnabit> i was talking about top-level type definitions yes
<TimMc> Ah, I see.
<_habnabit> while i'm thinking about it: say i'm using capnp to make a plugin registration system where the server/parent spawns plugin processes and does IPC with them. the structure i was thinking of would be like this: https://gist.github.com/habnabit/223ba192134b01f848283202190df050 -- does that make sense? wasn't sure if i should do this or making initialize take a List(Plugin) where Plugin was a union of
<_habnabit> plugin types
<_habnabit> i suppose doing it the way i pasted requires more round-trips because less pipelining is possible
bodisiw has quit [Quit: Leaving]
Telesight has quit [Remote host closed the connection]
_habnabit is now known as habnabit
<habnabit> dwrensha, so you're trying to get rid of gjio right?
<habnabit> dwrensha, maybe i should just use the unstable tokio branch since i'd like to do some event-loopy things but don't really want to build it on gjio if it's going away
<dwrensha> habnabit: I'm planning to release v0.8 within the next few days
<dwrensha> it's all working now
<habnabit> dwrensha, okay cool
<habnabit> dwrensha, i'm impatient, so is the currently-pushed state of the branch ok to work off of?