jonfoster

Results 7 comments of jonfoster

Hi, A few hopefully-helpful comments: 1) I really don't like the kind of "magic" done here, to try to automatically determine if the thing is a function, generator, or iterable....

I've had a go at a proposal for this. See pull request. Comments and feedback welcome.

Pull request updated. Comments and feedback welcome.

@James-Matthew-Watson An implementation of the proposed spec would be very useful - it would prove that it's actually possible to implement the spec. It's likely that while implementing it, you'll...

Yes, you need root certificates. Some embedded platforms have root certificates built-in as part of the standard manufacturer-supplied drivers. ([Example for ESP32](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/protocols/esp_crt_bundle.html)). Ideally, MicroPython should use those, if available. In...

The year 2036 fix was merged in pull request micropython/micropython-lib#837 So this is ready for review.