André Silva de Jesus
André Silva de Jesus
Currently, the max depth for printing actual and expected IEnumerables is hardcoded as 5, even at v3 (though v3 is at least referencing the const fields). It's kinda frustrating to...
I was running a test the other day using the existing `SqlServerGuidItemItemSetMapFacts` code and noticed that the test would break after calling `MapFacts.CreateValue(Guid)` in a loop. The issue is that...
The current implementation for `IKeysMap.GetKeysAsync` on `Take.Elephant.Redis.MapBase` on L63 does: `var endpoint = ConnectionMultiplexer.GetEndPoints(true).FirstOrDefault();` And on L66: `var server = ConnectionMultiplexer.GetServer(endpoint);` And then proceeds to issue a `KEYS` /`SCAN` command...
.Net Core 2.1 now includes the IHttpClientFactory interface and new ways to use HttpClient. Refit has adopted it. Is it supported on RestLess as well?
The current `ITrace` API has `Trace(Func func)` and `TraceAsync(Func func)`, but none of these two can trace an `IAsyncEnumerable` call. It would be possible to do it with the now-obsolete...
### Describe the bug I'm trying to fetch user profile photos. However, calling the API for users that haven't set their profile photo returns 404 with an exception message. The...
## Bug Report **Current behavior** I'm using Azure Tables with winston as a logging solution on a nextjs app. Everything works fine everywhere, except when the logger is called from...
**Game and Details! version** VCT 13698 RELEASE 11.2.0 **Describe the bug** - **Steps to Reproduce (what did you do to make the bug happen):** - Go into an arena match...
On [EnumerateOutputDevices](https://github.com/naudio/NAudio/blob/master/Docs/EnumerateOutputDevices.md#wasapi-devices), it reads: >To open the device you want, simply pass the device in to the appropriate WASAPI class depending on if you are playing back or recording... >...