-
## Создать стартовый экран с меню, на котором будут:
* Список документов, с которыми работали совсем недавно,
* Меню, содержащее следующие пункты:
* ‼️ Открыть документ
* Создать документ
…
-
Keychain should be used to store the least amount of privileged data necessary to safeguard a user's access to this app.
The intent of Keychain is to store a user's credentials needed to work with …
-
#### Description
Summary:
By default, AppKit doesn't always crash on uncaught exceptions. It will catch exceptions thrown on the main thread, preventing the application from crashing, but it will al…
-
Hi,
Just noticed this NPE, wondered if this is normal or an OS-related issue somehow.
My code calls `OsThemeDetector.getDetector().isDark()` at some point, and the full stack trace reads
```
[AWT-…
-
If you change type definition of Codable instance, then you get crash immediately by force try.
Maybe Codable is not fully supported?
-
@andrej-jasso @sebastianmraz Did you consider to add functionality to handle errors?
https://github.com/GoodRequest/GoodPersistence/blob/795727bb383b92645b7e18b4624adee36a19143e/Sources/GoodPersis…
-
When my app goes to the background and is returning to the foreground, the VPN status returns nil but the VPN icon is still showing on the screen of the device. This is how i query for status ```self.…
-
-
Родительская задача #25
Исполнитель @
Описание
Необходимо проверить, что модель [User](https://github.com/malinink/games/wiki/Database) создается и добавляется в базу, и связь с [Game Types](https://…
-
I meet a problem really wired, the Zip module effects the In-App purchase, I don't know why.
The problem is like this:
1. At first, everything goes fine, both Zip function and Purchase function;
2. Ne…