nicolasmdq
nicolasmdq
No, isn't really a big issue for me. I have several scripts saved on my network dir, some of them needs to be run as Admin but knowing about this...
Hi, refer to issue https://github.com/DantSu/ESCPOS-ThermalPrinter-Android/issues/517
Hi, printing non-english characters depends mainly of your printer support. Advice: Try to convert your text as image, then print the image. It makes your print more device independant.
> @nrs1022 I can able to print the font in this [App](https://play.google.com/store/apps/details?id=mate.bluetoothprint). It's because app probably does text-to-image convert before printing. Most chinese printers has fonts supporting english and (of...
You can try with this code. It puts text on a StaticLayout and put it on a canvas to return a Bitmap. ``` Bitmap getMultiLangTextAsImage(String text, float textSize, Typeface typeface)...
> I forgot during the initial docker nominatim setup so I used these commands from outside docker. Thought someone else might find useful ...or through your reply I might learn...
> Still happening on 2025.10.2. Its working different between GOWS and NOWEB. Look: > > > The first is GOWS, missing contact name and showing lid with this ":" The...
> Right now we need to manually lookup it by requesting HTTP (or have in memory cache for that) https://waha.devlike.pro/docs/how-to/contacts/#api---lids > > Ideally we should add `pnJid` in all webhooks,...
Hi, it seems WA recent update breaks session health checking. Previous versions 4.71.11 and 4.71.10 are affected too. ``` - Checking session integrity info: Checking session integrity {"data":"Checking session integrity","eventName":"STARTUP.session","eventNamespace":"STARTUP","sessionId":"session","timestamp":"2024-06-11T12:08:32.362Z"}...
Thank you @smashah, it's working now.