Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: albertlauncher/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hackartists/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 27, 2022

  1. It breaks lookup windows when an unknown window class exists

    * Issue
      * If an unknown window class exists, window-switcher extension will be broken
    
    ```
    $ wmctrl -l -x
    0x05800008  0 N/A                   hackartist-archlinux Emulator
    0x05800005  0 N/A                   hackartist-archlinux Android Emulator - femu:5554
    ```
    
    * Therefore, this PR wraps `handleQuery` with error handling.
      * Practically, splitting window class raises an error.
      * However, I would say that the kind of crash can be raised on others.
      * That is why I wraps the whole code with `try-except`
    hackartists committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    91f28be View commit details
    Browse the repository at this point in the history
  2. display number was added

    hackartists committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    d35b8e2 View commit details
    Browse the repository at this point in the history
  3. unknown class

    hackartists committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    af16fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db70d3e View commit details
    Browse the repository at this point in the history
Loading