Дилян Палаузов

Results 188 issues of Дилян Палаузов

Compiling using GCC 12 fails with: ``` make all-recursive make[1]: Entering directory '/git/freeswitch/freeswitch' CC src/libfreeswitch_la-switch_core_media.lo src/switch_core_media.c: In function ‘parse_lifetime_mki’: src/switch_core_media.c:1306:64: error: the comparison will always evaluate as ‘true’ for the...

bug

https://github.com/openhab/openhab-webui/pull/1426 is about adding webaudio support to WebUI/Basic UI. Please add Webaudio support to Openhab-Android-Sitemaps.

enhancement

My Android device has instable IP connection. When it disconnects, openHAB often crashes. Below is one of the crash reports, generated by openHAB in such cases. ```json { "REPORT_ID":"7f38765c-fdca-4ee3-9ef9-10e5da84cb1e", "APP_VERSION_CODE":428,...

bug

I run OpenHAB on Raspberry Pi. It has a private IP address (192.168.0.x). The router has static IP address (say 2.3.4.5) and port forwarding is installed to the OpenHAB. The...

bug

The title of a Group is not wide enogh to accommodate the Group label and value. The space on the top left after the arrow is likely reserved for an...

enhancement

![Screenshot_20220411-105602_openHAB](https://user-images.githubusercontent.com/4992947/162690956-be1906c2-3e81-4d7b-9703-ce55f3eba764.png) At the bottom of the screenshot there are two `Selection` elements, indicated by ▼. The label of the second Selection is not displayed, because the Item’s value is too...

bug
help wanted

I use the lastest version of `livecd-iso-to-disk` from git. When I call `/git/livecd-tools/tools/livecd-iso-to-disk.sh --efi --format --overlayfs --overlay-size-mb 4094 --unencrypted-home --home-size-mb 2048 /home/d/Downloads/Fedora-Workstation-Live-x86_64-35-1.2.iso /dev/sda` the script prints ``` Thu Jan 20...

When a model field has validators=[...] and an object is created in src/dal/create_object() , get_queryset().create() is called and the validators are bypassed. The validators shall be called in any case.