Mickaël Menu
Mickaël Menu
Do you have the same issue when building the Readium Test App? (using `make spm` in the `TestApp` folder, see its README).
>I have tried to carthage update swift-toolkit,but it always been failed! It's often messy with the Carthage update. You really need to clear all the Carthage caches. For example, from...
I could reproduce the issue from `main`, but this seems to be fixed in `develop` already. Would you mind confirming?
`make spm` uses the last released version. Building from `develop`, you should use `make dev` instead. However, I think this should work too: `make spm commit=develop`. >
You will need to wait for 2.5.0, which should be released in about 2 weeks.
Do you have any error when doing `pod install`? Do you see the `ReadiumAdapterGCDWebServer` library in the Pods of the project? Are you able to build the `ReadiumAdapterGCDWebServer` scheme?
Could you share your whole `Podfile`? You can try this to see if you can build the `ReadiumAdapterGCDWebServer` from your Pods. https://github.com/readium/swift-toolkit/assets/58686775/20751f4e-16e0-4508-88bc-94906d766bb4 I just checked using the Test App and...
Thanks @brianzinken, did you have a chance to test the following ideas? * Using 127.0.0.1 instead of localhost and see if that helps. * Use a fixed port instead of...
I'm also interested in this new event, as I'm having the exact same issue in [ShadowVim](https://github.com/mickael-menu/ShadowVim) (Neovim embedded in Xcode). At the moment [I'm using `ModeChanged` and `CursorMoved`](https://github.com/mickael-menu/ShadowVim/blob/f0d2cbddfaa1b5b29c392f6c85b82fae7f39e21f/Sources/Mediator/App/AppMediator.swift#L480-L482), which works...
There's a heuristic that merges highlight boxes together when they are close by. It might need to be adjusted although it depends from books to books. https://github.com/readium/kotlin-toolkit/blob/830812b02a0597b4b22d0d37ec35846db24cb0a4/readium/navigator/src/main/assets/_scripts/src/decorator.js#L233-L237 Could you share...