Results 401 comments of Mickaël Menu
trafficstars

I found this wrapper [thanks to you actually](https://github.com/readium/swift-toolkit/issues/263) 😄 I'm subscribed to the activity now. Feel free to come participate in our bi-weekly Zoom calls or API discussions on Slack...

You should receive a Slack invitation by mail soon, let me know if you don't. Our Zoom calls are notified on the #general channel but we're taking a break until...

The changes regarding the Preferences API and the HTTP server are optional in 2.3.0. However the `Decoration.extras` and PDF support sections in the migration guide are required to upgrade.

In the Readium toolkit, we use the term `Decoration` instead of "highlight" because they can be used for other use cases (TTS, search...) or even other types of decorations (e.g....

Here's an example that uses Decorations that don't look like highlights: https://github.com/readium/kotlin-toolkit/pull/310

Note that brightness is not an official preference in the Readium toolkit and is out-of-scope. The test app used to have an example brightness control but I removed it in...

Yeah, here you are setting the brightness for the reading activity window. If you leave this activity, it reverts to the system brightness. https://github.com/5-stones/react-native-readium/blob/5671a7035895fad130669a087e664817311df534/android/src/main/java/com/reactnativereadium/epub/UserSettings.kt#L65-L69 If you used this, maybe this...

https://github.com/mickael-menu/ShadowVim/pull/43 introduces several optimizations: * `buf_lines_event`s are applied on an internal buffer and a diff is computed when receiving a `flush` UI event. This essentially solves the problem exhibited above...

@grighakobian Was it the same issue as described by @tnorbert above for you?

@grighakobian Could you share your code creating an instance of `EPUBNavigatorViewController`? (Just all the parameters you pass to the constructor).