Jackson Hu

Results 52 comments of Jackson Hu

> PDFKit has not night mode! Use 2 libs... I think this is a bit off-topic...?

From the error it told me, for example, `MP_QSTR___name__` is not declared. However, in the generated `genhdr/qstrdefs.generated.h` header file, there is a a `MP_QSTR___name__`: ```c // ... QDEF(MP_QSTR___name__, (const byte*)"\xe2\x08"...

So far the QSTR issue has been fixed, turned out to be I forgot to add the sources into `MICROPY_SOURCE_QSTR`... However, I've got some more linking errors, no idea for...

> Hmm... we originally did not specify `REQUIRES main` because of https://github.com/lvgl/lvgl/issues/2403. I think merging this would cause that issue to regress. Okay... what about PRIV_REQUIRES? I'll have a try...

@embeddedt `PRIV_REQUIRES` works for me. Meanwhile if say both `PRIV_REQUIRES` or `REQUIRES` are both not doable, then what should I do to include the freetype dependency anyway? Maybe add freetype...

Any updates for this issue? This is the only problem for me to migrate `http_parser` my project to `llhttp` .

I will give it a try and add the support for SD card. I will see if I can draft a PR today or tomorrow.

> Have you made any progress here? I tried to port your project (mpy-demo + mpy idf component) to ESP8266_RTOS_SDK which is like esp-idf. I get the same errors. I...

I've got the exact same issue on Node.js v21.7.1 with `tsx` v4.7.1, but `ts-node` works fine.

No, this is not a spam. I'm stating this issue still exist on Node.js v21.7.1, someone said this might be related to a bug introduced on Node.js v21.6+ and it...