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
<_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?