Georg Ledermann

Results 221 comments of Georg Ledermann
trafficstars

Ok, here we go: ``` ~ > dscacheutil -q host -a name localhost name: localhost ipv6_address: ::1 name: localhost ip_address: 127.0.0.1 ``` ``` ~ > scutil --dns DNS configuration resolver...

Thanks for your confirmation. Maybe a more flexible solution to use the component is offering CSS and JS as separated distribution files. Would you consider changing your [Webpack configuration](https://github.com/PeachScript/vue-infinite-loading/blob/master/scripts/webpack.config.js)?

@danielmorrison You are right, with my proposal the following scenario will **NOT** be possible anymore: 1. Create a auditable (_audit 1_) 2. Change some, but not all attributes (_audit 2_)...

@danielmorrison Seems you are not convinced. What about about making the `after_destroy` callback optional via `options[:strict]` or something? Please note, that restoring a record to its original state (with original...

Same here, but only since today. The Renault app on iOS fails, too.

For me, it works again since today.

@Aubermean I'm using the base image for building production images with GitHub Actions for a lot of applications. For staging I use the same image as for production. I don't...

@tamarahenson Thank you for investigating! I'm not exactly sure what the difference is between "Docker Swarm Portainer Server" and "Docker Standalone Swarm Agent". I'm running three Ubuntu hosts as a...

Same issue here. In my application I solved this by creating a custom `ConfirmationsController`: ```ruby class Users::ConfirmationsController < Devise::ConfirmationsController # GET /resource/confirmation?confirmation_token=abcdef def show if request.head? # HEAD request on...