GM-Script-Writer-62850

Results 129 comments of GM-Script-Writer-62850
trafficstars

[thanks](../blob/master/input.c#L1007-L1008)

https://github.com/Wiznet/RP2040-HAT-MicroPython/releases (i suggest the v2.0.0 version) i have had some issues with my w5500 pico and the [current micropython build](https://micropython.org/download/W5500_EVB_PICO/) (crashes/lockup no error) (EDIT: NOT AS OF MICROPYTHON 1.23) I...

On my picos i saved `urequests.py `as `urequest.py` and saved it to `/lib` i run a patched copy so a build that includes urequests will import the copy [without the...

OP = original poster (the person who started the thread/report/post/topic)

looking at the thread why do you assume this is a https connection `wrap_socket` would only be used if we were using https the example code posted uses example.com, without...

i found this from the same reddit thread, not saying this is not a issue, but it may not be the issue you are looking for, seems like something worth...

if you pay the postage ;) BTW it will look bad if you pay for international shipping just to prove to your wife you MAY have been right, i would...

So why close the report? we know OP used https now could email you a pdf here is your boolean logic: ``` if correct or wife_said_so and not finical_ruin: print("OK")...

i did look at this one, but it did not look to support sending post data (massive deal breaker for my use case) https://github.com/micropython/micropython-lib/blob/master/micropython/uaiohttpclient/uaiohttpclient.py in my current project i only...