Konstantin Pelepelin
Konstantin Pelepelin
Recently I've converted .flac+.cue albums to .mp3 tracks, and some titles had special characters that cannot be used on Windows. Unfortunately, I've tried to write those files directly to Samba-mounted...
### Expected vs Actual Behaviour It should... Both `jacoco` and `test:jacoco` should work. Instead it... ``` > jacoco [error] Not a valid command: jacoco [error] Not a valid project ID:...
I've tried Hacker's keyboard on Xiaomi MiBox3 (Android TV 8) and found that it perfectly works with mouse but is completely unusable with stock remote control (up, down, l, r,...
This causes an exception. ``` lazy val root = (project in file(".")) .disablePlugins(CheckstylePlugin, plugins.JUnitXmlReportPlugin) ``` This too. ``` lazy val root = (project in file(".")) .enablePlugins(de.johoop.cpd4sbt.CopyPasteDetector) .disablePlugins(CheckstylePlugin) ``` Either of...
Getting ERR_PROXY_CONNECTION_FAILED in Chrome, but connection is ok in curl. When VPN connection is established, the system-wide proxy most probably becomes unreachable and most probably should be force disabled for...
Currently alpine-chroot-install mounts device filesystems. However, if the system is rebooted, these mounts don't persist and there is no script to re-create them. I think this part of script should...
`destroy` script does not canonicalize script path properly and so mount points are incorrectly filtered out. ``` root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install# ../alpine3/destroy If you want to remove /mnt/Sea2T/root-home/alpine3 directory, run: ../alpine3/destroy --remove root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install#...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For...
**Is your feature request related to a problem? Please describe.** I use Windows and WSL as a restricted user. However, mounting drives is only possible for Windows elevated admin account....