srozb

Results 4 comments of srozb

> transparent areas with black text with a white border around them Could you please elaborate on the specific format required by nico to support fonts? I couldn't find more...

Thank you, that helped. Please consider to expand the documentation regarding fonts handling.

Here's the minimal example: ```nim import flower, flatty var bloom = newBloom(10, 0.01) bl = fromFlatty(toFlatty(bloom), Bloom) ``` ``` nim c -r test.nim /Users/slawek/tmp/bloombug/test.nim(5, 18) template/generic instantiation of `fromFlatty` from...

As the docker-compose is using latest tag of postgres and the postgres 16 is now the latest, postgres container will fail to run with the following error: ``` linkwarden-postgres-1 |...