gatamar
gatamar
Це може бути Linkedin, Twitter тощо. Після того, як ми знатимемо, хто впливає на рішення, можна буде написати Linkedin message або тегнути людей у Twitter. Наприклад, для `npm` package manager...
While the description of these operators is very good, it would be nice to have also the illustrations. Operators: + https://heckj.github.io/swiftui-notes/#reference-merge + https://heckj.github.io/swiftui-notes/#reference-zip Instructions: + `swiftui-notes/marbles/README.md` Output: + `svg` files...
The `retry` approach is described in https://heckj.github.io/swiftui-notes/#patterns-retry. In the exponential backoff approach, the `delay` differs each time (but not randomly :) ). An example of a possible implementation is here:...
This PR aims to open a book *somehow*. Changes: + extracted new services `BookOpener`, `BookImporter` , `BookRemover` from the `LibraryService` + added a wrapper over the `ReaderViewController` + improved navigation...