John Yeates
John Yeates
Thanks — I'm not 100% sure why nodenv was installed; it must have been left over from some time ago. For some reason zsh initialisation was working with it at...
With a default Rails 5.1 install with webpack enabled, `config/loaders/app.js` has a line ``` test: /\.(jpg|jpeg|png|gif|svg|eot|ttf|woff|woff2)$/i, ``` which causes this problem until the `|woff|woff2` is removed from the end of...
Does this work for all searches? It would be useful to be able to configure it to only trigger on backlog searches and not new episodes, so a person with...
Even if https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/singleline-html-element-content-newline.js would just export `INLINE_ELEMENTS`, we could import them and spread them into the array in the eslintrc ourselves…
I've had confirmation that it doesn't do it in Parallels, so it might be a UTM issue after all. https://forum.keyboardmaestro.com/t/insert-text-by-typing-mangles-urls-taken-from-the-system-clipboard/28244/13
Still haven't been able to get any information on how Keyboard Maestro sends the events, unfortunately 😞 I'll do a bit more digging when I have a little more time…
Changing `event.short_listing` to `event.decorate.short_listing` seems to fix the problem, but I don't understand why the behaviour is different when front_page_card is called from a view renderer rather than from the...
Afraid following the documentation does not work — I still get the NoMethodError if I call ```ruby @upcoming_events = EventsDecorator.decorate(Event.upcoming(limit: 3)) ``` in the controller — I can call collection...
I'd also like to see muting by client app — for example, I don't want to see someone's Foursquare checkins, so I can mute the Foursquare client and still see...
@jamesduffy Three reasons why you'd want to mute rather than unfollow: 1. A mute can have an expiry time; somebody who warns they're about to spend the next week tweeting...