Atakan Eser
Atakan Eser
Set your input field to accept Unicode by adding `data-emoji-input="unicode"` and [set your MySQL fields as UTF-8 or UTF-16](https://stackoverflow.com/questions/3328968/how-to-store-unicode-in-mysql). Once you have done it, you could easily store the emojis...
Is there any news about bringing bigint support for MSSQL?
Hi @mooreds and @robotdan Docker configs are better when they're together in a docker-compose file. Think this like implementing "elasticsearch" as a new docker container addition into your compose file....
Hi all, Both sides of the aisle have legit arguments. Making an ```docker-override.yml``` version may be the solution here once you decided on the reverse-proxy. If Nginx has an auto-SSL-deploy...
> Reverse proxying via caddy doesn't work. It gives 502 > > > > CaddyFile Content As below > > > > ``` > > # replace :80 with your...
any updates?
> You should add reference to SkiaSharp.NativeAssets.Linux.**NoDependencies**: [SkiaSharp.NativeAssets.Linux.NoDependencies](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoDependencies). This worked for me after adding missing 2 libs (in case) ```RUN apt-get update && apt-get install -y \ libfontconfig1 \ libfreetype6...