itchyny
itchyny
Yes, it works after reverting.
Please start the calendar with -debug option and investigate the responses in ~/.cache/calendar.vim/download.
Sorry, I forgot the synchronous process like initialization does not leave logs. Please confirm the command and results around here. https://github.com/itchyny/calendar.vim/blob/66e6d0955efb6beb68912dce3ff484e8805d975c/autoload/calendar/webapi.vim#L100
I'm facing this issue too. Is it possible to analyze the build dependency by marking _possibly used as base image_ against the images which specify both `image` and `build`? Do...
I'm using cosmo theme. The source code ```html Title (function() { var colorSchemeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); document.documentElement.setAttribute('data-bs-theme', colorSchemeMediaQuery.matches ? 'dark' : 'light'); })(); Navbar Home Features Pricing About This is...
> As shown above, color mode styles are controlled by the data-bs-theme attribute. This attribute can be applied to the element, or to any other element or Bootstrap component. If...
Another reference of Bootstrap support for color modes: https://github.com/twbs/bootstrap/blob/v5.3.0/site/content/docs/5.3/customize/color-modes.md.
I noticed the issue is caused not by the selector, but by the hard corded color [here](https://github.com/thomaspark/bootswatch/blob/db4c774b9d6faade5c7aba8d47158b312481fbbb/docs/5/cosmo/bootstrap.css#L3883). In the Bootstrap upstream, it is `rgba(var(--bs-emphasis-color-rgb), 0.8)` so it's responsive ([ref](https://github.com/twbs/bootstrap/blob/787dfea8a29db138d5ff6100fc894f457ccd4169/scss/_variables.scss#L1204)).
This is caused by the upstream bug so explained here https://github.com/twbs/bootstrap/pull/38807#issuecomment-1615801140.
Closing reason: https://github.com/renovatebot/renovate/discussions/27106#discussioncomment-8783526.