Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

Looks like I cannot reproduce the issue by setting DNS server via: ```py network.ipconfig(dns='8.8.8.8') ``` Also, I'm now developing a asyncio-based DNS client to mitigate the blocking nature of `socket.getaddrinfo`....

`aiodns` has been published: https://github.com/vshymanskyy/aiodns

@dpgeorge glad you liked it. Maybe you can comment on this please? https://github.com/vshymanskyy/aiodns/issues/3

I'm not aware of such limitations, i was able malloc and free memory as usual.

Here's what happens if we just skip this check and allow static `.bss`: ``` ┌──────┬───────┬───────┬──────────┬──────────┬─────────────┬─────────────┬──────────┬─────────────┬─────────────┐ │ │ x86 │ x64 │ armv6m │ armv7m │ armv7emsp │ armv7emdp │ xtensa...

@buke it would be also nice to expose the functions like `JS_NewTypedArray`, `JS_GetTypedArrayBuffer`, `Value.globalInstanceof` (or an alternative)

> I can't compile micropython anymore For some reason, i needed to run this manually: ```sh make -f ../../py/mkrules.mk GIT_SUBMODULES="lib/berkeley-db-1.xx lib/tinyusb lib/micropython-lib" submodules ``` This didn't do anything useful (probably...

Hi. I cannot replicate it on: - Windows 11 - Chrome `131.0.6778.205` - ViperIDE `v0.5.12` - MicroPython `v1.24.1`, Raspberry Pi Pico W Does your script exit on its own, or...