Lukas
Lukas
Adresses #523 I'll leave some more detailed comments/open questions on specific parts of the code in the next few days, but in short, I had a look at the React...
Sample code ``` import TokamakDOM import Foundation @main struct TokamakApp: App { static let _configuration: _AppConfiguration = .init(reconciler: .fiber(useDynamicLayout: false)) var body: some Scene { WindowGroup("Tokamak App") { ContentView() }...
The last released version, `0.9.0`, is coming up on its second birthday (:cake:). I think it would be good to tag a new release with the fixes to `master` that...
Just a quick thought: I just made the mistake to implement `-unserializedRepresentation...` in a way that relied on another database field being loaded already. This mistake could be made impossible...
Currently, the rating returned from the API is rounded up, because I didn't find a Unicode Symbol for a half star. It would be nice to find a fix for...
I fell it would be pretty useful to have this linter work on the fly. If I interpret the code correctly, this is disabled via [linter-swiftc.coffee](https://github.com/AtomLinter/linter-swiftc/blob/master/lib/linter-swiftc.coffee#L39). Is the linting to...
the disk number property is not respected when sorting titles of an album atm, thats bad, mkay ;)
Would help with .DS_Store / resource fork files
At the moment, we add a chapter for each file. We should consider looking at the chapters contained in the individual files and concatenating them together (maybe removing duplicates at...