About 50 results
Open links in new tab
  1. Git: fatal: protocol error: bad line length character: logi

    Git: fatal: protocol error: bad line length character: logi Asked 8 years ago Modified 4 years, 7 months ago Viewed 13k times

  2. MacOS The application “Logi Options+ Installer” can’t be opened

    Feb 20, 2023 · When I try to install Logi options+ on macOS Ventura (13.2) I get the warning "The application "Logi Options+ Installer" can't be opened".

  3. Receiving high precision WM_MOUSEWHEEL events with Logitech …

    Dec 5, 2020 · In the latest software from Logitech called Logi Options+ there is a built-in list of 4 applications where it enables high-resolution wheel scrolling. The list includes msedge.exe, …

  4. c - ESP-IDF logging library issue - Stack Overflow

    May 29, 2022 · The problem is that without any of ESP_LOGI (TAG, "something"); I writing the bytes over UART works (debugged it), the LED blinks but nothing comes on the output as a result of …

  5. dundas - How do I detect if a checkbox is checked in a Logi Symphony ...

    Aug 12, 2025 · I am building a Dashboard in Logi Symphony v25 and am trying to check whether a checkbox in a dashboard is currently checked using DundasScript. My goal is to toggle text between …

  6. How do I hide a chart item from the legend using DundasScript in Logi ...

    Aug 14, 2025 · If I open the chart's Properties in Edit mode, there is an option to hide a series from the legend under Data Points > <series name> > Legend > Display In Legend. However, I cannot figure …

  7. python - OpenCV: Unable to Stream from Webcam (Built-in and …

    Dec 12, 2024 · I’m trying to test if I can stream my camera feed in OpenCV. I have two cameras connected to my laptop: The built-in webcam. An external Logitech C270 webcam. Both cameras …

  8. Convert all data frame character columns to factors

    Given a (pre-existing) data frame that has columns of various types, what is the simplest way to convert all its character columns to factors, without affecting any columns of other types? Here's an

  9. Trying to understand a parsing error when making an HTTP request …

    Mar 30, 2020 · I'm attempting to do an HTTPS PUT from C++ on an ESP-EYE. I started with the C esp_https_example code and had that working with the same PEM and URL. I started to transition to …

  10. esp32 - FreeRTOS Queues - Stack Overflow

    Oct 23, 2022 · I am new to FreeRTOS and learning queues at the moment. I have a Task_3 who send 5 integers to the queue and Task 4 who reads the queue and prints the values read. Problem is that i …