Benjamin Kindle

Results 26 comments of Benjamin Kindle

I don't think this is a bug. Change detection is not intended to be "deep" checking each item in the array. It just checks the reference. Because you are using...

FWIW, I noticed that it does work as expected in Safari if you use `position: -webkit-sticky;`. Not sure if Webkit is the only one doing it right, or if they're...

I have been somewhat successful in getting around this issue by forcing `translateY(0)` and then creating a component with `height: Xpx` at the beginning of the viewport (or in the...

Any idea if going to a newer version of electron would fix this? The latest is v19.0, and Kap is on 12.x. Going to new electron would also move this...

Sure, here you go!

I've added changes to make use of SPM resource bundling allowed in 5.3. It references an in-progress PR to update `SwiftSyntaxHighlighter`, so this should be considered WIP until at least...

@kaishin There were already dark mode colors in the css file and I did not make any changes. Notice [here](https://github.com/SwiftDocOrg/swift-doc/blob/master/Assets/css/all.css#L108-L111) that `system-background` and `system-grouped-background` are the same in dar mode,...

Matt, I've updated with support for both pre and post-5.3, the build is passing, and I have squashed my changes into one commit. I've also added logic to gracefully fall...

Hi @mattt I'm still interested in getting this merged. Is now a good time to rebase, or are there other changes you are planning to get done before this is...