marijnfs
marijnfs
Any updates on this issue? I'm trying to see this might be the problem I'm having as well.
Ok i'm trying to get osx to run in virtualbox, sadly it seems quite hard to do. Do you know of any other way to run the old safari?
I also stumbled upon this question; It seems you are simply supposed to use _add_dependencies_. Say: ``` find_package(cereal REQUIRED) add_dependencies(yourtarget cereal) ``` Also, since cereal is a header only library...
This does indeed avoid the block error! However the frame is never resumed, so the message is not printed when you send something. I made another pull request to the...
I added the same step that nandor uses to recvfrom and then the async example works.
I just want to attest that this bug can cause very hard to debug issues. When serialising a union(enum) that had a void member as one of the possible structs,...
Would this fix jumping to errors? This often doesn't work for me. Then this seems like an important improvement.
How can we make this work? For now I'm keeping my own fork where I pull all your changes into master, so I can easily add it to the SublimeText...
Interesting, this makes it work as a docker image it seems?