Philipp
Philipp
While testing my unit tests (which were working fine on iOS 15) with the back ported version of `URLSession.data(for:)` from `AsyncCompatibilityKit` the cancelation test stopped working even though the package...
Another draft PR which I'm working on: since code-highlighting takes ups real processing time, I thing it should be cached somehow. The problem occurs when switching between chats.
The font size used to render the `MessageCellContent` can be configured in the settings screen:
- By moving the MarkdownUI initialization code to the `AppView` top view calls to those initialization functions could be reduced a lot for longer chats. - By disabling syntax highlighting...
This PR adds improvements when creating the initial "New Chat" chat whenever the app starts up. - The chat is only created after the list of chats has been load...
This is a preview of a possible "export" functionality. - a "share button" in the chat's toolbar triggers the save dialog (using `fileExporter`) - the chat with its messages and...
This PR consists of two changes: 1. `OKHTTPClient.extractNextJSON()`: By "consuming" the whitespaces and newlines before and after a JSON token, the parsing speed has been improved a lot for long...
This PR tries to make OllamaKit available on non-Apple platforms by removing the dependency on "Combine" where not available. Further, as the `URLSession.bytes()` method has not (yet?) been implemented in...