Loukas Agorgianitis
Loukas Agorgianitis
As far as i know they contain a specific set of sizes (most commonly just one), but why should that matter?
Yes, why not just do that? Detect if the font is of a scalable type or not and choose whether to set the size or query the default one. It...
I'm messing around with it and i hope that i'll be able to make it work. I'll try to provide a PR.
Bumped into this too when trying to build native image of pedestal app that used resources
Waiting for this too!
Just bumped into this too! I hope this gets fixed because pedestal uses the wrappers around ring's file / resource / content-type middleware as default interceptors
My exact issue is that when using [`content-type`](https://github.com/pedestal/pedestal/blob/0.5.10/service/src/io/pedestal/http.clj#L260) along with [`file`](https://github.com/pedestal/pedestal/blob/0.5.10/service/src/io/pedestal/http.clj#L268) interceptors in pedestal to serve static content/files, when the uri is an index path ("/") while the `file` interceptor...
Yep happens to me with `Olical/conjure` plugin pretty often too!
Waiting for this too!
Relevant to #82858, would love to see this!