Janosch Hildebrand
Janosch Hildebrand
## Changes Adds lockfile handling for the Swift manager. The Swift Package Manager creates lockfiles named `Package.resolved` corresponding to each `Package.swift` file. This PR adds support for updating any `Package.resolved`...
### Describe the bug Two minor visual issues I noticed while documenting #207: 1) There is no padding/margin between a floating image and a horizontal line when the `Note->Images->Clear Images->Horizontal...
When using the same map in multiple places or notes, the full map definition needs to be provided each time. It would be convenient to be able to define the...
I sometimes have settings that are enabled by default but in order to support usage without Style Settings, I apply the CSS by default and use a `class-select` setting to...
It would be great if Frosty supported the BTTV emote modifiers that were added in BTTV 7.5.0. Quoting from the release notes: Add "w! ", "h! ", "v! ", or...
### Description The following snippet produces a warning in Swift 5 mode with strict concurrency checking enabled, or an error in Swift 6 mode respectively. Passing the isolation from `run`...
I had added support for the newish FTS5 trigram tokenizer in my own project at some point. Upstreaming it here after some polish. * I kept the documentation basic, the...