ts-toolkit icon indicating copy to clipboard operation
ts-toolkit copied to clipboard

Implements the Readium Architecture for Web Apps

Results 15 ts-toolkit issues
Sort by recently updated
recently updated
newest added

When I run this testapp, run `pnpm install` occur this > Creating entry file 616 ms ⠇ Building modules │ (typescript) Error: /Users/sgalcheung/Downloads/ts-toolkit/shared/src/util/tokenizer/TextTokenizer.ts(40,29): semantic error TS2694: Namespace 'Intl' has no...

I just attempted to clone and built the project and ran into the following typescript error: ``` Error: .../ts-toolkit/shared/src/util/tokenizer/TextTokenizer.ts(40,29): semantic error TS2694: Namespace 'Intl' has no exported member 'Segmenter' ......

While this was initially meant to be a monorepo hosting the Readium Web project, things shifted to a different approach a while back. The Readium Web project is now split...

documentation

Please update your GitHub Action workflow YAML to include the `permissions` key and explicitly specify the read/write access rules your jobs actually require: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

Hello, are there any instructions on how to include this library into a VueJS or React proejct ? I don't see any packages published on NPM registry either.

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

In this mode, when you swipe, instead of the page offset following your finger movements, the reader pops to the next/previous column

enhancement

Some of the `go` commands should be in the `JumpToLocation` module, such as `go_text` and `go_id`. `Snapper`'s job is only to scroll+snap the content when requested. This implies that some...

Edge taps to turn pages should be handled in the (test) app. The navigator will just send the tap event. Each app might want different edge threshold, or even disable...