Marcel Körtgen

Results 64 comments of Marcel Körtgen

I ended up working around *koin-test* kind of re-implementing starting / stopping koin within ktor testApplication, cf.: - https://ktor.io/docs/testing.html#configure-test-app

`DISABLE_AUTH=True` is definitively working for me. Here is a working example that I am using in a `docker-compose.yml` ```yaml ... yacht: image: selfhostedpro/yacht:v0.0.7-alpha-2023-01-12--05 ports: ["8000:8000"] volumes: - /var/run/docker.sock:/var/run/docker.sock environment: {"PUID":"0",...

Closed due to missing responses.

Hi @AlexCDionne , I am not a licensee of the pro-fonts myself. The prebuilt package tries to extrapolate some things from the free ones. Every once in a while someone...

Hi @toristorii , Yes, the library is built on using the truetype-fonts. They should be available with your pro-license.

Hi @AlexCDionne , I am happy to help and can take a look on the pro-TTFs, in case you need a leg up for getting things to work. Feel free...

@toristorii just submitted a PR updating on this. Will check for a release to be published in the next few days.

Hi @Paul1980123 , Sorry for the late response. The documentation should get you going, cf. - https://awesome-inc.github.io/FontAwesome.Sharp/#using-fontawesome-pro Basically it's 1. Using the pro-package: https://www.nuget.org/packages/FontAwesome.Sharp.Pro 2. adding the ttf-files of the...

Hi @Paul1980123 , That's right, the mismatching filenames are sure an issue. Try adjusting the array. Probably this should be made configurable. We do not own a pro license so...

Closed due to inactivity