A cup of self-control
Block or Report
Block or report jimmy-park
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
364 contributions in the last year
Less
More
Activity overview
Contributed to
jimmy-park/openssl-cmake,
jimmy-park/zlib-cmake,
jimmy-park/singleton
and 8 other
repositories
Contribution activity
April 2023
Created 5 commits in 3 repositories
Created a pull request in yhirose/cpp-httplib that received 1 comment
Don't loading system certs from Keychain on iOS
Changes in #1474 are not suitable for iOS. Its implementation is macOS only. So we need to distinguish macOS and iOS.
TargetConditionals.h defines …
+14
−7
•
1
comment
Opened 1 other pull request in 1 repository
yhirose/cpp-httplib
1
merged
Created an issue in yhirose/cpp-httplib that received 2 comments
How to check if server is running successfully in another thread?
We can't stop server immediately before server is calling listen(). So we have to check using is_running().
Server server;
auto t = thread([&]() { …
2
comments

