Francis Chong

Results 37 comments of Francis Chong

I'd expect they are escaped as described in [CSS.escape()](https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape) or [escape a character](https://drafts.csswg.org/cssom/#escape-a-character) As an example, in [this page](https://finance.yahoo.com/quote/AAPL/), i can get the selector `fin-streamer.Fw\(b\):nth-child(1) > span:nth-child(1)` from Firefox. You...

@kabukky can you build it with CGO_ENABLED=0? I try to run it on alpine and it would not work. I think I encountered the issue illustrated in https://blog.codeship.com/building-minimal-docker-containers-for-go-applications/

@mre I saw same error messages when installing the cargo. When building from source, I see error message `Error: failed to run "wasm-pack"`, and later `Error: wasm32-unknown-unknown target not found`....

@jingwei-huang1 UILabel() is not safe because LayoutKit can call it in background queue. When use LabelLayout in ReloadableViewLayoutAdapter, I saw Xcode complaint > Main Thread Checker: UI API called on...

If using system font is not ideal, maybe we can replace it with ``UIFont.preferredFont(forTextStyle: .body)``?

I tried to share a folder with 30000 files and it took 4.2GB ram. The files in total are less than 100MB.

use platform native that add minimal size and dependency to the library would be fantastic. a shared webview will just make build and dependency more complicated.

True, but even a webview with just a single method to load static html would be very helpful.

Do you think it's okay if I just replace Int with SqlValue? I can investigate this and prepare a PR, the return value will still use the rowid returned.

I encounter similar memory issue, the app complain sending message to delocated instance. Workaround with disable arc on the FPPopover.