Benjamin Adamson

Results 20 comments of Benjamin Adamson

Does it support c++? I don't see any screenshots of a c++ project.

Ok, looks like you had some insight into the problem I didn't have yet. The exact crash is because sdl and opengl have expectations on the thread that created them...

I am using Glium and Rodio together in my project, I don't need drag-and-drop so I was able to work around this issue by disabling drag and drop support in...

Hi, what about just `man btop` ? I was just considering replacing top/htop on our servers and noticed there were no man pages. Would you consider a simple man page...

I wrote a rough pass at an implementation of an alternate method for get for snapshot_loader to show what I was thinking. It's based off the existing get template in...

Thank you so much for the reply! > You can store the result of reader_(data) in the archive, then ask it if everything is ok (at the end or after...

This is a really interesting idea for solving my issue, thank you for spending some time on it. Tell me if I'm off here, but since the `get` method has...

> At very least, using `std::error_code` might be a bit much better than `std::errc`. Yeah I think a solution that allows the user to specify whatever return value they want...

Happy new year! > To address both your concerns, we can probably make archive optionally return a boolean value, then use it to early return from the serialization function on...

Sorry! I didn't notice you updated the thread. > How is your archive function defined? I guess something like void archive(const T &value) { ... }, right? Their all defined...