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

Monorepo for the Readium Go toolkit. This is part of the Readium Web project.

Results 55 go-toolkit issues
Sort by recently updated
recently updated
newest added

Bumps the support-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.57.0` | `1.57.1` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)...

dependencies
go

Work in progress. Given the following input: ```html Paragraphe avec image: This job requires a certain savoir faire that can only be acquired over time. This is a paragraph with...

This is a low-priority issue. A lot of the tests use the [`assert` ](https://github.com/stretchr/testify?tab=readme-ov-file#assert-package) functions to check if tests are passing. For many of these, we should be using [`require`](https://github.com/stretchr/testify?tab=readme-ov-file#require-package)...

The EPUB spec offers the ability to indicate where a publication truly starts: - using `text` in `` in EPUB 2.0.1: https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.6 - using `bodymatter` in landmarks in EPUB 3.x:...

parsing

Based on [this comment](https://github.com/readium/go-toolkit/pull/217#discussion_r2054310715), it's possible that the special `Resource` types like `FallbackResource`, `SynchronizedResource`, `BufferingResource` that are implemented in the kotlin toolkit are not necessary for the go-toolkit. A re-visitation...