Tomas Valent
Tomas Valent
No worries, take your time ☕ . I've sorted it out for my usecase with the `Disable cache (while DevTools is open)` so I'm fine 👍 It's more to confirm...
this will solve the issue https://github.com/rails/propshaft/pull/124
> Just saying it’s not a problem for us because we don’t use includes .. Same me for my projects. I've manually specified individual `stylesheet_link_tag "css1"`, `stylesheet_link_tag "css2", .. (thx...
My version of monkey patch (basically stolen @ckritzinger monkey patch + endpoint fix mentioned by @Ricalo ```ruby module OmniAuth module Strategies class AzureActiveDirectory def raw_authorize_endpoint_url 'https://login.microsoftonline.com/common/oauth2/authorize' end def authorize_endpoint_url uri...
have the similar problem here. After introducing `delayed_paperclip` suddenly or rotation of images stopped working. Commenting out `process_in_background` enabled it again. ``` has_attached_file :file, styles: { thumb: '100x100>', square: '400x400#',...
@toddp, your idea of using `attachment.reprocess_without_delay!` works :+1: ...so my issue solved with this. Thank you dude
~~I just installed Omarchy 3.1 on a 2018 Lenovo laptop (8th gen i7 CPU 8 GB Ram, NVME drive, [more laptop info](https://blog.eq8.eu/til/lenovo-thinkpad-e480-laptop-and-ubuntu-1604.html), with a dead battery) and I can confirm...
I'm trying to install Omarchy 3.1 on Macbook Air 2019 i5 model (A2179) On first step of the instalation (choose keyboard layout) the keyboard doesnt work. Itried same USB drive...
@jpumfrey thank you for sharing your experience, I wanted to jump in that rabit hole but thanks to your insight I see this would be hours wasted. By any chance...
So I investigated deeper into this and it all seems to be due to [T2 chip ](https://support.apple.com/en-us/103265) There is a "Linux for T2" initiative that maintains patches for Linux Apple...