Holden Thomas
Holden Thomas
I've made quite a few changes which seems to have thrown off the tags aggregation, weighting and missing tags, is there an easy way to regenerate it? Or say you...
https://docs.ghost.org/concepts/custom-schedulers/ Maybe you have to write your own adapter? > The following guide explains how to write your own adapters, for example if you wanted to use the Heroku Scheduler...
This gem looks great (If somewhat unloved recently) and we're considering using it for a project of ours. @mrjamesriley You seemed to have the most recently updated branch I could...
While retinajs seems to work well for the rest of the images on our site, it doesn't appear to work on the long complicated URLs used by mapbox (which use...
Reading the rdocs, this should work: http://rubydoc.info/github/ernie/meta_search/master/MetaSearch/Helpers/UrlHelper#sort_link-instance_method ` 'name_sort' %>` Instead I get: `Name` Version 1.1.1 I also tried to pass it in as a hash at the end, that...
I just started messing with TailwindUI's radio buttons and noticed they didn't seem to be working by default in JSP. Everything else in Tailwind UI seemed to be working by...
SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data [Break On This Error] this.options.itemSelected(JSON.parse($selectedItem.attr('data-value'))); Bootstrap 2.2.1 ``` $('#q').typeahead source: '/admin/search.json' val: '_id' #tmpl: _.template(", sdfsdf") minLength: 3 itemSelected: -> alert "Congratulations...
I would like to check if a particular record has related tags before showing a list. ``` some_record.find_related_categories.blank? ``` find_related_categories works fine, but size, nil?, blank? all cause: ``` SELECT...
What about allowing the addition of `organizer` and/or other optional fields that ICS allows and most of them use. It currently doesn't allow any options not specified eg `unknown keyword:...
I'm guessing from this line, this extension would not be compatiable with PostgreSQL since it uses a strict definition of GROUP BY? Or could this be caused by something else?...