Niklas Mischkulnig
Niklas Mischkulnig
I'd guess somewhere in here? After that, it's out of our control. https://github.com/parro-it/libui-node/blob/4d72285024645d8f7947772808230c4d0cf0dc52/src/Font/AttributedString.cc#L70-L79 Could you check if `start` and `end` are really the right values and whether the for loop...
Does it work correctly with libui-napi?
> Maybe there is a problem when an attributed string part spans throw multiple lines? That might be it. Does the libui drawtext example behave the same? > The problem...
> Yes, the libui drawtext example has the same behaviour. It just happens that the background text by default does not break on lines, you have to resize the window:...
I'll have to research if libui is using the API incorrectly (if not, there should be other apps experiencing this).
You can import and use any npm package. If you have an issue with some specific bit of code, please post that as well.
It's hard to find examples for this. The reason why passing an URL object works is that it is stringified and `url.toString()` just returns the "real" url. (Tthe benefit of...
@mvitousek What do you think? As far as I can tell, Flow already does what I'm proposing here for `fetch`: `RequestInfo` is the "url or request" input type for `fetch`:...
Any news regarding this ? cc @mroch
This would be nice, and fixing this would also enable importing it directly in browsers via the CDNs. We'd just need a pure ESM version of https://unpkg.com/browse/@parcel/[email protected]/dist/wasm.js and its dependencies....