Cory Charlton

Results 27 comments of Cory Charlton

I'm also seeing SocketTimeout / dead client issues with OkHttp and Exoplayer.

I took a look at https://github.com/espressif/esp-idf/blob/master/examples/storage/sd_card/sdmmc/README.md and it appears that we are currently hardcoding the MMC pins for the original ESP32 pins which cannot be configured. As mentioned other ESP32...

I'm happy to work on this but it looks like https://github.com/nanoframework/nf-interpreter/pull/2829 is close so I'll wait for that to get merged first.

@Ellerbach I'm not sure that this is directly related to #1447. @josesimoes was your comment meant for #1447? This doesn't appear to be platform specific but rather specific to the...

@josesimoes I'm not clear how the SDCard is handled in the STM32 devices as I'm unable to find an implementation of `nanoFramework.System.IO.FileSystem.SDCard` in any target other than ESP32. I'm assuming...

I'm happy to make this change. I also think we should change the namespace to Microsoft.Extensions.Hosting to match .NET full.

> IIRC the namespace being under nanoframework name means that we are deviating from the .NET API... 🤔 Sure that makes sense in cases where we are deviating but this...

I spent some time looking into this. Unfortunately I'm not sure where to find the relevant code so I've been focused on reproducing. This appears to impact an class with...

The issue is that when `DP_FLOATINGPOINT != TRUE` the input `double`s are cast to `float` which understandably causes a loss in precision. Removing the conditional check here and always working...