Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

When built using gnutls, curl cannot connect to `https://pyropus.ca.` possibly because the period at the end of the hostname is not being stripped for SNI purposes. This problem does not...

TLS
name lookup

The latest release of mypeb is 0.20b on April 21, 2010, at https://code.google.com/archive/p/mypeb/downloads Please release a new version that includes the improvements you've made to the project over the past...

nvtop 3.1.0 fails to build on macOS 11: ``` src/extract_gpuinfo_apple.m:92:66: error: use of undeclared identifier 'kIOMainPortDefault' const io_service_t gpu_service = IOServiceGetMatchingService(kIOMainPortDefault, IORegistryEntryIDMatching(registry_id)); ^ 1 error generated. ``` Indeed [kIOMainPortDefault](https://developer.apple.com/documentation/iokit/kiomainportdefault?language=objc) was...

If I set `SOURCE_DATE_EPOCH` to something when running `make`, the `DATE` gets set to the empty string. If I build with `hide` set to nothing, then I see that the...

### Detailed steps on how to reproduce the bug Several places in the code check `__clang_major__` without apparently being aware that there are two compilers called clang: the one released...

Currently, all graphs in Leonhard are opened into the same window. This means there is no way to open two graphs simultaneously to compare them. Please make Leonhard a multi-window...

Improvement

Building htslib 1.20 on OS X 10.11.6 with the version of clang included in Xcode 8.2.1 (`Apple LLVM version 8.0.0 (clang-800.0.42.1)`) configure says: ``` checking C compiler flags needed for...

This is a broken image and link: https://github.com/fernandotcl/monkeys-audio/blob/5fe956c7e67c13daa80518a4cc7001e9fa185297/README.md?plain=1#L3

Compiling opendetex 2.8.8 with clang on macOS 10.13.6, I see this warning which might indicate a problem that should be fixed: ``` detex.l:404:36: warning: expression which evaluates to zero treated...

Could you provide a minimal example server.js that shows how this module is meant to be used? Thanks.