PolarGoose

Results 11 issues of PolarGoose

**System info:** Brother HL-1110 Raspberry Pi Zero W Raspberry Pi OS Lite Release date: January 11th 2021 brlaser is taken from the latest master commit ``` pi@raspberrypi:~ $ uname -a...

If I click on the ImageBlockX icon to block all images it changes icon and shows "Images are blocked" and blocks all images. But then, if I restart Firefox, it...

bug
needs info

### Description I have tried the [proposal from @matthijskooijman](https://github.com/matthijskooijman/arduino-dsmr/issues/51#issuecomment-1785316900) and managed to make the parser compile and work on Windows and Linux machines. I have only tested it on Windows,...

The parser implementation tightly depends on Arduino framework. I want to use the parser on a different microcontroller platform without Arduino libraries. Also, I would like to be able to...

### Context OS: `Windows 11 10.0.22631.3007` The version of the ToothTray: [ToothTray v0.2](https://github.com/m2jean/ToothTray/releases/tag/0.2) Bluetooth headsets that were tested: `Jabra Evolve 75e`, `Sony WH-1000XM5` ### Problem description After disconnecting an audio...

### Microsoft PowerToys version 0.80.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? File Locksmith ### Steps to reproduce Reproducibility: 100% Steps: 1. Select...

Issue-Bug
Resolution-Fix Committed
Status-Reproducible
Product-File Locksmith
Severity-Medium

## Summary of the Pull Request ## PR Checklist - [ ] **Closes:** #xxx - [ ] **Communication:** I've discussed this with core contributors already. If work hasn't been agreed,...

### Description of the new feature / enhancement ### Context In the current implementation of the FileLocksmith module [NtdllExtensions::path_to_kernel_name](https://github.com/microsoft/PowerToys/blob/3d39107e02558078241f0c8120fa2ec566f9e01a/src/modules/FileLocksmith/FileLocksmithLibInterop/NtdllExtensions.cpp#L142) is utilized to translate NT-style paths to a more conventional, drive-based...

Idea-Enhancement
Help Wanted
Product-File Locksmith

**Brief** Even if a file already contains right copyright header, the 'licenseheaders.py' script overrides file with the same content making build system treat this file as "changed" and recompile it...

**Bug description** [RotatingFileHandler](https://github.com/pfalcon/pycopy-lib/blob/master/logging/logging/handlers.py#L19) logging handler opens and closes the log file for every message: [line #61](https://github.com/pfalcon/pycopy-lib/blob/master/logging/logging/handlers.py#L61). **Proposal** * Open the file once in the constructor. * Close the file only...