Kiril Isakov

Results 25 issues of Kiril Isakov

(Android 10, phone-saver version 5.2.1.) **Actual behavior:** Other apps cannot "see" a file the user has saved with `phone-saver` to the `Downloads` folder a few seconds before, until the user...

(Android 10, phone-saver version 5.2.1.) For instance, a file originally named `à_priori_Beyoncé_sipping_caffè_latte_in_Jyväskylä_with_Pedro_Almodóvar.jpg` is saved under name `_priori_Beyonc_sipping_caff_latte_in_Jyvskyl_with_Pedro_Almodvar.jpg` Related issue: #90

(2nd ed) ## What the book says > `dropwhile`, which is the opposite of `takewhile`, skips items from an iterator until the predicate function returns `True` for the first time:...

Confirmed
2ed
Next edition

(2nd ed) ## Expected result Program should stop at `0`: ``` 3 ticks left 2 ticks left 1 ticks left 3 ticks left 2 ticks left 1 ticks left 0...

(2nd ed) The code block in the middle of the page is about `unittest.mock.patch` and yet, instead of calling `feed_animal(database, name, now)`, it calls `feed_func(database, name, now)` (a leftover of...

Confirmed
2ed
Next edition

(2nd ed) See paragraph which starts with the words “`patch` works for many modules, ...”: There is a wrong cross-reference: > in the `setUp` and `tearDown` methods of `TestCase` classes...

Confirmed
2ed
Next edition

* `go.mod`: upgrade `go 1.12` -> `go 1.20`, update dependencies * `start.go`, `metrics.go`: fix errors `cannot use generic type iradix.Tree[T any] without instantiation` ; `cannot infer T`