Even Fangberget Onsager

Results 39 comments of Even Fangberget Onsager

> Perhaps an easier workaround? > > ``` > command: > cmd: dnf config-manager --add-repo (url) > warn: false > args: > creates: /etc/yum.repos.d/(something).repo > ``` When it comes to...

I adapted your lineinfile task to a playbook of mine, btw. Thanks, @sjpb !

Since the Safari devs are being so slow with this, I'd argue that this is a relevant feature, and I'd love to use this as a composable behaviour. Also, Firefox...

It's been four years, so possibly not of interest to anyone (least of all @darmenise ), but Google took me here, so... :) My project's editors wanted an "edit this...

@bricesanchez How far away is this from being usable? With the rest of Refinery successfully migrated to Mobility, it's a bit of a shame that this gem is stuck in...

Nice find @SpaYco, I was looking in the wrong place. I guess this is the root of my issue? Rails 5.2 didn't use Webpacker by default, so `app/javascript` doesn't exist...

I'm on Rails 5.1.7. Could be that I'm the one doing something wrong. I'll do some more testing. But, logically, with the same magic keyword (stylesheet_link_tag), wouldn't Sprockets give me...

@kevinhq I would try the amazing vim ALE plugin with Prettier to rule out issues with your local env. Try to set Prettier as your ALE fixer, and then use...

I'm not sure since our setups are different (I don't use s3, for instance) and I can't remember what it looked like inside Refinery. But after upgrading from 2.1.5 to...

This looks extremely promising. I'm refactoring my entire application frontend now (Rails/Sprockets/jquery to Rails/webpack/vanilla-js/Stimulus) and I'm struggling with Photoswipe because of an old and opaque jquery initializer script, and thinking...