Georgios Petasis

Results 9 issues of Georgios Petasis

Hi all, I am facing trouble downloading some feed urls, like: https://meaculpa.gr/politiki?format=feed The error I get is: Traceback (most recent call last): File "find_feed.py", line 26, in print(is_feed('https://meaculpa.gr/politiki?format=feed')) File "find_feed.py",...

Hi all, If the `menu.json` contains a prefix in routes, sidemenu does not work. For example, this `menu.json`: ``` { "menu": [{ "route": "app/dashboard", "name": "dashboard", "type": "link", "icon": "dashboard"...

wontfix
menu

Hi all, For some reason, ssh tunnels that used to work, stopped working. (I have updated the server to Fedora 33, but is this a reason for ssh connections failure?)....

bug

Hi all, Why I am getting these errors? ``` core/authentication/token.ts:38:21 - error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum...

help wanted

Hi all, Is there any change of adding support for TPM 1.x, for those stacked with an old mainboard/bios that does not support TPM 2.0?

# OS related issued, please help us identify the issue by posting the output of this Linux fedser-aero 6.6.8-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC In order to get it run under fedora...

Hi all, I am using the SoftUI dashboard template, to render some tables (with django-tables2), where the first column is a list of checkboxes, to select the rows. The checkboxes...

Hi all, I cannot compile rl_json with mingw under Fedora. There is no file named "endian.h". ``` dnf whatprovides */endian.h |grep mingw mingw32-boost-1.78.0-4.fc38.noarch : MinGW Windows Boost C++ library for...

Hi all, The code does not compile under gcc 14.1.1 (Fedora 40): ``` ./generic/cbor.c: In function ?cbor_matches?: ./generic/cbor.c:713:113: ??????: passing argument 3 of ?tclStubsPtr->tcl_GetBytesFromObj? from incompatible pointer type [-Wincompatible-pointer-types] 713...