iaomw

Results 19 comments of iaomw

We need _WKPaginationMode for WKWebView, but it's still private API. https://opensource.apple.com/source/WebKit2/WebKit2-7601.1.46.9/UIProcess/API/Cocoa/WKWebViewPrivate.h Here is the equivalent API for UIWebView. https://developer.apple.com/documentation/uikit/uiwebpaginationmode So, the best solution should be CSS&JS.

OK. My current code is based on `page-progression-direction`. For the old code and my new code, there is no logic for different languages. We just need adding the logic for...

For the Streamer, what need to be done it's pretty straightforward. A lot small changes. It needs 4 different css sets for `ltr`, `rtl`, `cjk-vertical`, `cjk-horizontal`. And inject it for...

https://github.com/iaomw/r2-shared-swift/commit/02dd74416025683509b6878b8197ba38e4633051 https://github.com/iaomw/r2-streamer-swift/commit/b2c51bc5737b06a3f83153d53b28721420bc6496 https://github.com/iaomw/r2-navigator-swift/commit/3f2eddb4f7f8eaf288ef32b8d4754b49886a5670 Those WIP commits has RTL partially supported. What has been done: - Expose `page-progression-direction` and primary language. - Get correct CSS location based on the combination of...

Hi, following the same logic as Daniel’s doc. It could be solved by WKURLSchemeHandler on iOS 11. But unfortunately, this there is no such API on iOS 10 and older....

After my research, I think there are 3 possible ways to solve it on iOS 10 and older: 1. Download the web page manually with `URLSession`, then load data with...

``` CMake Error at /home/iaomw/Github/vcpkg/scripts/buildsystems/vcpkg.cmake:834 (_find_package): Found package configuration file: /home/iaomw/Github/vcpkg/installed/x64-linux/share/unofficial-shaderc/unofficial-shaderc-config.cmake but it set unofficial-shaderc_FOUND to FALSE so package "unofficial-shaderc" is considered to be NOT FOUND. Reason given by package:...

Hi @jaredsinclair , are you still merging that?

### Without OptiXToolkit ![T0](https://github.com/zenustech/zeno/assets/2307692/fa40406b-a923-4a4f-86b1-48e09ade4dc8) ### With OptiXToolkit ![T1](https://github.com/zenustech/zeno/assets/2307692/a41b620b-2916-4656-b468-fdc852313e09) ### Link https://developer.nvidia.com/blog/solving-self-intersection-artifacts-in-directx-raytracing/