Kirill A. Korinsky
Kirill A. Korinsky
### Problem When I'm importing some rare music `beet import` stucks huge time. Running this command in verbose (`-vv`) mode: ```sh beet -vv import ~/Downloads/archive_mp3_1077.zip user configuration: /Users/catap/.config/beets/config.yaml data directory:...
### Proposed solution When input `P` to print tracks from multi disk album it should sort it by disk and after it by track number. ### Objective To save time...
One of the main benefits of `BigInt` is `**` for a large number and it is shame that Scala.JS can't do it out of the box. Let me add it...
Here a naive approach which prevents a fail if this code is used without installing. Fixes: https://github.com/pylast/pylast/issues/397
### What did you do? Try to run tests without installing any version of a package. ### What did you expect to happen? It should works. ### What actually happened?...
###### Description of changes ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - [ ] For...
## steps Giter8 version: `giter8-bootstrap_2.12-0.13.1.sh` from https://repo1.maven.org/maven2/org/foundweekends/giter8/giter8-bootstrap_2.12/0.13.1/ ## problem An attempt to use it produces unexpected ERROR logs: ``` √ vault % g8 UdashFramework/udash.g8 log4j:ERROR A "org.apache.log4j.ConsoleAppender" object is not...
I've created a brand new machine: ``` > docker-machine create --driver=parallels docker-prl Running pre-create checks... Creating machine... (docker-prl) Copying /Users/catap/.docker/machine/cache/boot2docker.iso to /Users/catap/.docker/machine/machines/docker-prl/boot2docker.iso... (docker-prl) Creating SSH key... (docker-prl) Creating Parallels Desktop...
Here a simple way that allows to migrate password to system keyrgin, and use it to run offlineimap. ### This PR - [x] I've read the [DCO](http://www.offlineimap.org/doc/dco.html). - [x] I've...