Alpha

Results 73 comments of Alpha

@ozupey Thanks for your interest. I am still here, just limited time for open source projects that I do not use on the job. This means that for PRs like...

Could you provide the `cachegrind.out.*` file you are trying to load? What web browser, version, and OS are you using?

Looks like it is a [known bug](https://github.com/jokkedk/webgrind/blob/master/index.php#L23). I will look into when I have some time. Also, pull requests always welcome.

For transactions, one potential is: ```js class Transaction { async exec (sql: string, params?: DataType[]): Promise; } class Database { // [...] async transaction (querier: (txn: Transaction) => Promise): Promise;...

We did switch to TypeScript internally; use the native code from this library, and add the following file to your app: ```ts import { NativeModules } from "react-native"; const {...

Those types are for the current api of this library. The above ts wraps this library's native code in a completely different api; fewer features in this api, but when...

> I guess my real question is, what is the most recent/most stable version/RC of lazy paging that will work with the old architecture? I use `6.0.0-rc.2`.

Started implementation: [newarch](https://github.com/alpha0010/react-native-file-access/tree/newarch) branch

iOS should be relatively simple to implement. Unfortunately, `android.graphics.pdf.PdfRenderer` does not have API for these details. PDF format for page size metadata is not too complicated, so should be able...