Samuel Marks

Results 339 comments of Samuel Marks

Just trying to get a build working with [Microsoft] vcpkg on Windows 10 Pro 21H2 with Microsoft Visual Studio 2022 17.3.1. I feel that vcpkg might speedup development as its...

Just trying to get the build working with vcpkg. Might be that this PR is too big already and we just need it merged into master before proferring the vcpkg...

@KangLin If I get the time I can help out 2 and 4 would be easiest for me to contribute. 1.1 you can't use [`std::thread`](https://en.cppreference.com/w/cpp/thread/thread) because we're in C not...

libevent and libuv are reasonably cross-platform, but I wouldn't consider either without approval from the project maintainer. They're a reasonably big dependency and require changing the entire architecture around one...

It's defined here: https://github.com/coturn/coturn/blob/9bcc898/src/apps/common/ns_turn_utils.c#L109-L133 You could probably use https://sourceforge.net/projects/pthreads4w if you wanted to stick with the pthreads API. But maintaining a proper MSVC threading interface might be more expected than...

Good work @KangLin , I've left a bunch of minor comments. I'll wait for it to merge to master then I'll contribute CI/CD

@jackiedinh8 @trinhthituyet

@jmaupetit - I'm not interested in running it at all [really]. My goal is to restore my old Eucalyptus backups, restore to the next version, and continue along this path...

@jmaupetit Yeah I was worried about that, so I rewrote it for a native install: https://github.com/offscale/offregister-openedx/blob/master/offregister_openedx/ubuntu/fun_bare.py … Can you send through the settings file(s) it expects? The last time I...

BTW: Two platforms I was thinking to port this to next are iOS and Android. For my [TVconsole hobby project](https://tvconsole.github.io).