AachoLoya

Results 7 comments of AachoLoya

If I pass Json token (decoded) to JsonSerializer vs NewtonSoft vs Jil Serializer, I'm seeing the same error: var payloadData1 = jsonSerializer.Deserialize(payloadJson); vs var payloadData2 = JsonConvert.DeserializeObject(payloadJson); vs var payloadData3...

What's the expected timeline for S3 support?

> The real solution is to sniff the I2C protocol on the cable connecting the monitor to a computer and see what requests DDM is issuing and what responses the...

Any fix for this yet, other than sorting approach?

SOLUTION: 1. Go to Redis repo: https://github.com/redis/redis 2. Choose the branch corresponding to redis version you have e.g. currently 7.0 3. Use the "redismodule.h" file in /src folder

I mainly wanted to upgrade because you responded to my issue by saying that a bunch of stuff was fixed in latest release. Issue: https://github.com/nager/Nager.PublicSuffix/issues/43

Actually I'm using it in a .NET Framework project so can't switch to .NET 8. Is it possible to add support for .NET framework as well?