Howard Wilson

Results 38 comments of Howard Wilson

I've added a [license](https://github.com/watsonbox/cv_template_2004/blob/master/LICENSE.txt). I'm happy to accept fixes where necessary, but I'm not really sure what changes he's made to my original, which is what I've published in this...

I'll leave it here for consideration 👍

Hi, can you please explain exactly what you mean by a "public-only playlist"?

Okay I see. This would require some kind of filtering on playlist attributes, and I wasn't sure to add that as a feature, but it may be that it's straightforward...

Hi, do you think you could open up a dev console in the browser and let me know if you see any errors? The exact OS / browser you're using...

Thanks for the info. I've got a feeling that the CORS request error is a bit misleading and that it's likely a different connectivity issue that's the root cause of...

Ah, great that we have a clear cause 🙂 . I think I'll leave this issue open for the time being, since it might be useful to others. Even if...

The project isn't abandoned, just under-loved 😞 . I'm currently looking at ways to be more reactive in future, starting with a triage of existing topics. This is indeed a...

@shrivastavaharsh I'd be happy to look at this for possible merging once it's ready, although there appears to be a fair amount of stuff on that branch that isn't swift-3...

On Rails 5.1.4 here.. Similar issue when using in conjunction with the `geocoder` gem: ```ruby Car.near("Barcelona", 10).page.size ActiveRecord::StatementInvalid: Mysql2::Error: Unknown column 'distance' in 'order clause' ``` ```ruby Car.near("Barcelona", 10).page.reorder(nil).size =>...