dbregman
dbregman
std::fs::File uses `AsRef` as the type for passing paths while fs_err uses `Into` This makes fs_err not be a "drop in replacement": When I pass an `AsRef` to fs_err::File::open, it...
https://github.com/machinezone/IXWebSocket/blob/679ce519dd0d6d3919990abdee7109a5eeb99aa0/ixwebsocket/IXWebSocketTransport.cpp#L1067 https://github.com/machinezone/IXWebSocket/blob/679ce519dd0d6d3919990abdee7109a5eeb99aa0/ixwebsocket/IXWebSocketTransport.cpp#L691 The way the code is using std::vector for the receive buffer with data being added at the end and removed from the front creates a time complexity bug....
- I've been polling the **v3/reference/dividends** every hour to see when it updates, and it seems that a lot of dividends for the current day only appear sometime in the...
Is it expected behavior that alcReopenDeviceSOFT only works when using the OpenAL-Soft router dll? Using the original router DLL from https://www.openal.org/downloads/, I create an OpenAL-Soft device: alcIsExtensionPresent(device, "ALC_SOFT_reopen_device") returns TRUE...
On Windows 11, using wasapi we observed that sounds play back with some distortion.  Spectrogram comparison made by my colleague: Top image is playback with dsound, bottom is with...