Dmitry Vakhnin
Dmitry Vakhnin
@FlutterOd the problem is more on a crowdin package. Because intl_utils supports generating translation with variable even though i don't have metadata property.
I have the same problem, this don't doesn't load https://fonts.gstatic.com/s/a/9ecfd020e9cc0b676025df8390c0dc8cc2062523540887dd04bec0ef4d5a449c.ttf returns 404
@AlexV525 I was also using crowdin_sdk library that was generating everything in the same folder and nothing broke. But witg this, when I set up this as a synthetic in...
My nginx config ``` GNU nano 6.2 docker5678.tpl access_log /var/log/nginx/domains/%domain%.bytes bytes; error_log /var/log/nginx/domains/%domain%.error.log error; include %home%/%user%/conf/web/%domain%/nginx.forcessl.conf*; location ~ /\.(?!well-known\/) { deny all; return 404; } location / { client_max_body_size 512M;...
https://github.com/public-apis/public-apis/pull/4013 made a pr
Hi! @GabLeRoux > Do you have any use case or specific reasons that makes it better? Sure, as the first use case - recently some political games happened and docker...
@webbertakken as I understood, customImage is only for specifying images not full url?