Mathias Maaß
Mathias Maaß
Hi @wwelling thank you for your contribution :+1: I'm actually surprised that we did not recognize this lack so far. Would you mind to give [shelljs](https://www.npmjs.com/package/shelljs) a try? It's a...
What about this: * Export functions and components that are used by known public plugins to a namespace object called "lowlevel". * Flag this object as something that can be...
I searched on Github for Mirador 3 plugins and assembled a list of all Mirador import paths to see what low level functions they use. The list boils down to...
@jbaiter Thank you for your reply. I'm currently in holiday and continue to work on that when I'm back in two weeks.
@jbaiter > I definitely think that import ... from 'mirador/dist/es/...' will not go away for the foreseeable future, and it's probably not going to be a huge issue in a...
This is an approach worth thinking about, but currently no reducer follows this, so I oriented myself on the way the config.workspace.type is managed.
Yes I agree, I think the right place to these containers is in integration tests because the basically only bind modules together.