cmahnke
cmahnke
A Link to Tify might be added here: https://iiif.io/api/cookbook/recipe/0032-collection/ - Section "Example Collection" Since Tify can handle IIIF Collections.
After updating Alpine from 3.20 to 3.21 compilation fails with this message: ``` 120.3 /tmp/build/jxrlib/jxrgluelib/JXRGlueJxr.c: In function 'CalcMetadataSizeLPWSTR': 120.3 /tmp/build/jxrlib/jxrgluelib/JXRGlueJxr.c:66:48: error: implicit declaration of function 'wcslen' [-Wimplicit-function-declaration] 120.3 66 |...
**Is your feature request related to a problem? Please describe.** I have a directory setup using symlinks and usually use `tsconfig.json` `paths` like this: ``` "paths": { "three": ["./node_modules/three", "./node_modules/@types/three"],...
### Describe the feature you'd like to request It's a common practise to use glob patterns for include / exclude configurations, there are several existing modules like https://github.com/kaelzhang/node-ignore which is...
This is a feature request and follow up of discussion item #2596: Google Maps has a so called [cooperative mode](https://developers.google.com/maps/documentation/javascript/interaction#gesturehandling_cooperative) which is really helpful on mobile devices: It disables the...
### Font Name [Hack](https://sourcefoundry.org/hack/) is a monospaced font designed for source code that has been quite popular a few years back... It's also available on [GitHub](https://github.com/source-foundry/Hack). For some strange reason...
I'm trying to segment pages from an old book, but image identification isn't working as expected, see:  (Image has been scaled) The problem is certainly that there isn't...
I would be able to pass a `@media` (like `print` or `screen`) to be able to generate different variants. This would make sure that the CSS for the requested media...
Having a Open Source Font in Google Fonts or [Fontsource](https://github.com/fontsource/fontsource) make it easier to distribute, either via The Google Fonts API or as NPM packages as provided by font source....
Currently it's not possible to use `.Site.Pages` in Conten adapters, while the reaseon is stated quite clearly, I was asking myself if that need to stay that way. Tgere already...