Kyle
Kyle
There are some ways to achieve autocompletion, such as [Sublime LSP](https://github.com/sublimelsp/LSP) with [Clojure LSP](https://github.com/clojure-lsp/clojure-lsp) or [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) with [clj-kondo](https://github.com/ToxicFrog/SublimeLinter-contrib-clj-kondo). Maybe this could be mentioned in the readme @tonsky?
A temporary solution to this problem is to force the column to be non-nullable (aka dropping the reliance on inference). For example, ```sql SELECT b.id AS "id!", FROM b JOIN...
I've also run into this problem. In my application, users can transact triples (datoms as EAV) to their own speculative database 0 or more times, which will eventually be "merged"...
That's odd, since I'm finding that Maccy includes copies with the `dyn.*` type. The only reason I could imagine for this (besides it being a bug) is there being another...
The issue seems to stem from using `kCGImageDestinationLossyCompressionQuality` with `1.0` (lossless) in ImageIO. I've managed to workaround it locally by assigning the compression quality to a really high number (`0.9999999`,...
Hello, @CasualDeveloper [here is a build with the relevant changes included](https://dropover.cloud/8d1155). @rlxone this continues to be a relevant issue. If you're not experiencing this on your M1 Mac Mini, then...
That's great. I wouldn't mind amending this pull request with checks for the earliest resolved version (either Sequoia 15 or a later version of Sonoma) and an Intel device.
@rlxone I've added the additions.
@Jamerrone I use Aidoku in a very similar manner to you, where a Komga server is hosted locally and not always available. The problems you listed happen to me as...