Cormac Relf
Cormac Relf
I found this again, sorry I didn't manage to batch this with the recent breaking changes to if expressions to support let-else statements. Notably, the question of whether we wanted...
@folke I've rebased this onto latest main if you want to have a look.
Thanks for reporting. This is a one-liner fix, fortunately. Discussion in those threads will go on since it should have been caught by 1.66, but that's rustc's problem.
Making dark-notify "more compatible by default" is not really possible. Literally all it's doing is changing the colorscheme. If plugins cannot handle a change in colorscheme, that's their fault. Unfortunately...
One more thing, I am not sure if many people are aware of this but colorscheme changes always clear all highlight groups. It's a bulldozer.
Being new to Swift it took me a while to figure out that I can just upload prebuilt .xcframeworks to GH releases, with a simple auxiliary GitHub repo that only...
```swift dependencies: [ .package(name: "CiteprocRsKit", url: "https://github.com/cormacrelf/CiteprocRsKit-Binary", from: "0.1.0-alpha.1"), ] ``` Or in the case of this repo's xcodeproj, add via the UI with that URL. Don't go using that...
Hey guys, I have some new work, which I will try to release in a couple of days or so -- - I made a mechanism to catch panics and...
@michalrentka v0.2.0 is in the releases now ([swift][swift], also available in the [binary][binary] repo). There is a lot more new stuff than what I described there. Sorry for holding this...
Use the cormacrelf/CiteprocRsKit-Binary repo, not plain CiteprocRsKit. It has a Package.swift file that refers to an uploaded GitHub release asset. It's basically a URL and a checksum, dressed up as...