krisrefs

Results 4 comments of krisrefs

We have characters like Æ Ø Å and other special languagespecific characters (like Chinese signs). å fx. get's converted to \u00e5 and ø to \u00f8. We expect those to come...

Are you following the tutorial? https://docs.texterify.com/installation Remember to do: `docker-compose up --always-recreate-deps`

Perfect thank you! We will look forward to it :)

I made a workaround for this as I was getting the zip file externally and then saved locally to extract. A setTimeout solved my issue. ``` const saveZIPFile = async...