Isaak Tsalicoglou
Isaak Tsalicoglou
Hello, same issue here. I use an `APIRouter` instance like so: `prefix_router = APIRouter(prefix=ROOT_PATH)`. After that, `app.mount("/static", StaticFiles(directory="static"), name="static")` delivers the static files *iff* `ROOT_PATH == ""`. If I set...
This is an unnecessary complication. For one, [libraries apparently should not utilize application configuration](https://hexdocs.pm/elixir/1.14/library-guidelines.html#avoid-application-configuration). Secondly, in the absence of such an entry, `soap_version/0` of line 108 in [parser.ex](https://github.com/elixir-soap/soap/blob/master/lib/soap/response/parser.ex) could first...
@cedwards I am not terribly proficient at this (to put it mildly), so haven't run it through the gauntlet, so to say, to see if other things break.
Hi, I fixed it by downloading the latest raw featherlight.min.js from the github repo and extending the filter of image types (looks like "jpg|gif|bmp" etc.) with webp.
@BsNoSi here is the [pull request on the featherlight repo](https://github.com/noelboss/featherlight/pull/412)