Robert Casties

Results 46 comments of Robert Casties

Thanks, @ggeisler I really like the proposal :-) Some small corrections: * in the third paragraph you wrote "If Mirador is initialized with a manifest that only specifies a manifest,...

I have a similar issue running a Java app remotely on a Linux machine using "ssh -Y". I use XQuartz 2.8.0 locally on a M1 Mac with macOS 11.2.3. When...

I just did some tests using a remote Java App through SSH: * macOS 11, Intel (MBA 11" 2013), XQuartz 2.7.11: OK * macOS 11, Intel, XQuartz 2.8.0: OK *...

@jeremyhu yeah, running x86_64 container on M1 Docker is painful, especially running Java. Welcome to the bleeding edge :-) Good to know that you can reproduce the issue now. Docker...

Sorry, again, for taking so long to get your PR merged. I just found that I don't have permission, yet, to change the repo topic, but I'll keep on it...

@rlskoeser (👋 ) I assume that the mirador-annotations code is Apache 2.0 licensed (it has a license property in package.json but no further details ;-) Please feel free to reuse...

A slightly simpler workaround to @JDDoesDev 's solution is to just use environment variables to configure XDebug 3 in your docksal-local.yml: ``` cli: environment: - "XDEBUG_CONFIG=client_host=${DOCKSAL_HOST_IP} client_port=9000" - "XDEBUG_MODE=debug" ```...

Currently digilib can't display multiple images out of one TIFF file. (I think it displays the first image, I haven't tested this.) You have to split the TIFF file into...

> how are the minified Javascript files generated? Javascript and CSS is currently minified and bundled by the `minify-maven-plugin` in `webapp/pom.xml` > how are third party libraries (jQuery, annotator-dl, json2,...

Some related issues: * API issue #2123 * Cookbook recipe idea https://github.com/IIIF/cookbook-recipes/issues/309 * UI concepts from Mirador for Motivations that could be reused: https://github.com/ProjectMirador/mirador/issues/2946 * Use-case that could be solved...