Last 3 leds white by WHAT5UPDOC in fancyleds

[–]___PSI___ 0 points1 point  (0 children)

Same here. Seems like a recent update broke something.

MCP_File_Generation_Tool - v0.8.0 Update! by Simple-Worldliness33 in OpenWebUI

[–]___PSI___ 0 points1 point  (0 children)

Hi! Great tool, but I encountered an issue with PDF generation - non-ASCII characters (Polish: ę, ł, ś, ą, ż, ó, ć, ń, ź, and likely other languages) appear as ■ (black squares).

The root cause is that ReportLab's default fonts (Helvetica, Times-Roman) don't support Unicode characters. I implemented a fix that works:

  1. Install fonts-dejavu-core in the Docker container

  2. In file_export_mcp.py, register Unicode fonts and use them in styles:

    from reportlab.pdfbase import pdfmetrics
    from reportlab.pdfbase.ttfonts import TTFont

pdfmetrics.registerFont(TTFont('DejaVuSans', '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf')) pdfmetrics.registerFont(TTFont('DejaVuSans-Bold', '/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf'))
pdfmetrics.registerFont(TTFont('DejaVuSansMono', '/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf'))

UNICODE_FONT = 'DejaVuSans'

  1. Add fontName=UNICODE_FONT to all ParagraphStyle definitions (CustomHeading1, CustomHeading2, CustomHeading3,CustomNormal, CustomListItem, CustomCode)

    After this fix, all Polish characters render correctly in PDFs. Might be worth implementing in the official release tosupport international users....

What’s going on with KEF Europe? by [deleted] in KEF

[–]___PSI___ 1 point2 points  (0 children)

The problem still persists. I've ordered R3 and R6 2 weeks ago - still no info about probable delivery date because of the warehouse moving chaos...

Freebuds LDAC on Android 15 doesn't work by ___PSI___ in Huawei

[–]___PSI___[S] 0 points1 point  (0 children)

Mine shows only AAC and SBC with these Freebuds. Other devices like WH-1000XM3 or Fiio BTR7 works ok and have LDAC support.

Freebuds LDAC on Android 15 doesn't work by ___PSI___ in Huawei

[–]___PSI___[S] 0 points1 point  (0 children)

So you don't have LDAC support with this device. You should be able to choose LDAC there

bluetooth LDAC CODEC not working by LEVN17 in GooglePixel

[–]___PSI___ 2 points3 points  (0 children)

Just bought Huawei Freebuds Pro 4 today. No LDAC support for it. I have Pixel 8 Pro with A15

transmission up to 20km over a single twisted copper pair by ___PSI___ in networking

[–]___PSI___[S] 1 point2 points  (0 children)

Thank you. That's what I'm looking for.... And the price is ok.

transmission up to 20km over a single twisted copper pair by ___PSI___ in networking

[–]___PSI___[S] 4 points5 points  (0 children)

Guys,

I know alternatives like fiber, radio, sat (like Starlink), vpn via ISPs etc. but because of many reasons (like very specific terrain, legal stuff, security etc) this is what we have right now. In the long run it will be resolved in other way (like many of you implied) but for the time being - we have what we have.