Ermanno Baschiera

Results 8 comments of Ermanno Baschiera

Hi, me too I have an HL-2130 and the output is the following: pi@raspberrypi:~/brlaser-6 $ sudo lpinfo --include-schemes usb -l -v Device: uri = usb://Brother/HL-2130%20series?serial=K2N210114 class = direct info =...

Hi, I think there's something strange on autogain logic... I set a reasonable gain value, got too few messages for a day, then the script didn't test any other gain...

Sure @mikenye ``` readsb: image: ghcr.io/sdr-enthusiasts/docker-readsb-protobuf:latest tty: true container_name: readsb hostname: readsb restart: unless-stopped devices: - /dev/bus/usb/001/003:/dev/bus/usb/001/003 ports: - 8083:8080 - 30005:30005 networks: - adsbnet environment: - TZ=Europe/Rome - READSB_DCFILTER=true...

Hi, I did one more test with a different max gain: 20.7 dB. The script reduced gain value down to 16.6 dB, said that it was good, but then switched...

This has been discussed some time ago: https://github.com/Adyen/adyen-magento2/issues/180 Just for reference.

Maybe something like this? ``` projects = self.paginated_projects( included_archived=included_archived, expand=expand, ) is_last_page = projects.get("isLast") next_page_url = projects.get("nextPage") while not is_last_page: next_page_projects = self.paginated_projects( included_archived=included_archived, expand=expand, url=next_page_url, ) next_page_url = next_page_projects.get("nextPage")...

Hi @marinone94 , I am not a Python expert, but I found that the code in this PR is not working as expected for large project lists... would you mind...

qemu-guest-agent is not required for networking to work. qemu-guest-agent would be a nice addition anyway.