Henning Skoglund

Results 6 comments of Henning Skoglund

I've also tested with flatpak build now. Current top info: RES 2,5g and VIRT 7739,2m **Tracing memory access when pressing Enter on test-file in playlist:** I see mmap of 8392704...

It seems to work like suggested with opacity 0.2 for inactive series by changing function drawDataLabels() `dataLabelsGroup.attr({ opacity: series.state !== 'inactive' ? +hasRendered : 0.2 }); // #3300`

Hi @pawellysy ! I was looking into the documentation at https://api.highcharts.com/highcharts/series.column.states.inactive, so maybe default inactive opacity `0.2` should be replaced by `series.options.states.inactive.opacity` if someone changes that option. ` this.dataLabelsGroup.attr({ opacity:...

Hi! @jamesarthur mentioned that wifi connection terminates after a single gphoto2 command. Is this on the camera side, so that the camera must be setup for wifi each time? I...

@Vudentz I am using an init-script to bluetoothctl for reading values `printf "connect %s\ngatt.select-attribute %s\ngatt.read\nexit\n" "$1" "$2" > "$ble_init_script_filename"` My understanding is that connect MAC also chooses which device to...

I've tried to trace down the source code responsible for downloading firmware, and found it in rtl_download_firmware [https://github.com/torvalds/linux/blob/master/drivers/bluetooth/btrtl.c#L802](url) The function only tries 1 time to download a fragment before giving...