Oliver Kopp

Results 447 issues of Oliver Kopp

### Microsoft PowerToys version 0.58 and 0.59.0-x64 ### Running as admin - [X] Yes ### Area(s) with issue? Installer ### Steps to reproduce 1. Start `PowerToysSetup-0.59.0-x64.exe` 2. Grant admin rights...

Area-Setup/Install
Issue-Docs
Severity-Crash
Area-Enterprise

As user, one is not sure, what is the "backup" version of the ".bib" file. It could even be possible that the backup failed and JabRef destroys data when restoring...

ui
export / save

Fixes #967 so that resizing works "naturally". Fixes https://github.com/JabRef/jabref/issues/6690 ~~The only missing thing is following:~~ > ~~If there is additional space left the remaining columns could be broadend to use...

maintable
status: changes required

I have a Full HD (1920x1080) resolution for screen sharing. It renders as follows at first start: ![grafik](https://user-images.githubusercontent.com/1366654/184515250-4de51ec3-9e9b-4694-bb2e-d89fe410f20c.png) Can this be changed? - Maybe start maximized if it covers more...

ui
duplicateFinder

Fix for [JDK-8240567](https://bugs.openjdk.org/browse/JDK-8240567): "MethodTooLargeException thrown while creating a jlink image". Java still has a 64kb limit: A method may not be longer than 64kb. The idea of the fix is...

rfr
core-libs

The action should check: - [x] Each abbreviation should not contain `\&` (refs https://github.com/JabRef/abbrv.jabref.org/pull/100#issuecomment-1173865776) - [ ] The starting letters should match somehow (refs https://github.com/JabRef/abbrv.jabref.org/issues/105 - [ ] https://github.com/JabRef/abbrv.jabref.org/issues/125

### Description of the new feature / enhancement GitHub projects offer `CONTRIBUTING.md` guiding how people can contribute anything. PowerToys also has it: https://github.com/microsoft/PowerToys/blob/main/CONTRIBUTING.md However, the current file misses how to...

Idea-Enhancement
Needs-Triage
Area-GitHub workflow

### Microsoft PowerToys version 0.64.0 ### Utility with translation issue File Locksmith ### 🌐 Language affected German ### ❌ Actual phrase(s) - Datei-Schlüsseldienst (1, 2) - File Locksmith (3) -...

Issue-Bug
Area-Localization
Needs-Triage
Issue-Translation

as is: ```bash Oliver@Llardana MINGW64 /d/git-repositories/ADs/MADR/docs/adr (master) $ adr new test doc/adr/0001-test.md ``` should be: ```bash Oliver@Llardana MINGW64 /d/git-repositories/ADs/MADR/docs/adr (master) $ adr new test 0005-test.md ```

adr-log uses a different ouptut - https://github.com/adr/adr-log#printing-the-adr-log-to-stdout ```markdown - [ADR-0000](0000-example-1.md) - Example 1 - [ADR-0001](0001-example-2.md) - Example 2 - [ADR-0002](0002-example-3.md) - Example 3 ``` When `adr generate toc` is executed...