Florian Maunier
Florian Maunier
As far as I know it is not possible anymore with the current implementation of context menus. Maybe @kalilistic will correct me !
I'm having the same issue since the Nerd Fonts 2.1.0 release. It's not happening with Nerd Fonts 2.0.0. The fonts are working fine otherwise in my terminal (Tilix, which is...
Closed by #41
Awesome, thanks !
There is a typo at https://github.com/speed47/spectre-meltdown-checker/blob/master/spectre-meltdown-checker.sh#L1158 introduced in #483, `WHERE \"origin\" != \"intel\"` should be `WHERE \"origin\" != 'intel'`.
Hi there ! I found the issue, that's because https://github.com/airbnb/react-dates/blob/master/src/components/DayPickerRangeController.jsx#L380, making moments at midnight and not noon, unlike all other times ! Adding `.hour(12)` solves it for me. I'll run...