Alan K

Results 33 comments of Alan K

To clarify, I just built from source and wrote up some notes. I'm not responsible for the node patches that made this easy. On May 16, 2014 6:15:55 PM EDT,...

I'm not sure why we don't have assets for this. I'll take a look. If I can't find anything I'll just disable it for now.

I'll investigate when I have time, but this may also be an issue with the demo site.

BananaBread performs well even at higher latency. It's unclear from your report above whether this is causing a bug in BananaBread. If not, the correct place to track this is...

The webrtc broker was offline earlier today. Could you try it again?

Could you make sure upnp is enabled on your router? WebRTC can do some kinds of NAT traversal, but there are still known cases where it doesn't work in some...

Holy screenshots! :) I noticed this too the other day. Might be a issue in Nightly.

@follmann If it's the same problem I had, it can be fixed by adding a default public constructor to the missing class and rebuilding. b2Fixture and b2ContactListener needed this fix,...

My preference is to add a new function `find_symlink_node` instead of adding logic to `find_node`. Adding new functionality to `find_node` will make it more difficult to comprehend (it's already difficult)...