Abram Bailey

Results 20 issues of Abram Bailey

I am currently loading youtube videos into a lightbox to play with lity, as can be seen here: https://www.hearingtracker.com/test2 Unfortunately, I have discovered that all views from the site have...

I tried asking the same question on [Stack Overflow](http://stackoverflow.com/questions/43008561/how-do-i-add-gesturehandling-cooperative-to-gmaps-for-rails), but no luck. Thanks.

Please check this link: http://www.hearingtracker.com/hearing-providers As you hover over the stars you will see an incorrect number .. My code is simple ``` $('#stars_').raty({ readOnly: true, half: true, score: });...

``` HTTP ERROR 500 Problem accessing /solr/. Reason: Server Error Caused by: java.lang.NullPointerException at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:241) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:186) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) at...

needs-more-info

I installed activerecord-session_store the other day and all seemed well. Deployed to production, and fixed an issue I was having with something else. Only issue now is that ~30% of...

I'm having this issue: ![image](https://user-images.githubusercontent.com/978462/83557725-bd5af480-a4d7-11ea-85a6-e1dc1d93eee2.png) I had the same issue with the older version, but just installed to 1.4.2 and same issue. It leads to console errors anywhere I embed...

After running `@api = WpApiClient.get_client` I see the following: ``` #> 2.3.3 :009 > posts = @api.get('posts/') ETHON: Libcurl initialized ETHON: performed EASY effective_url=http://www.mysite.com/blog/wp-json/wp/v2/posts/?_embed=true response_code=301 return_code=ok total_time=0.195981 NoMethodError: undefined method...

I just updated to Rails 4 and I cannot seem to mute the warnings: config/initializers/ajax_pagination.rb `AjaxPagination.config do |config| config.warnings = false end` Here is my controller code: `respond_to do |format|...

I'm not sure why but the loading image is not displaying anymore. I also tried to modify the image using the init file, but this also did not work.

I enabled terminal usage in GitX and then tried doing: git diff production | gitx Then, nothing. GitX doesn't open, and there are no error messages. I am using GitX-dev...