Results 8 issues of Kevin Colyar

Is there a way to style the hint labels so they wont overlap on a sites with links in close proximity (e.g. hacker news)? ![image](https://cloud.githubusercontent.com/assets/17285/6277695/badaf1f8-b845-11e4-97fb-da8df9337b91.png)

``` ruby all do fulltext params[:q] do highlight :description highlight :event_type end fulltext User.current.event_type_pattern, fields: :event_type_name end ``` No longer provides highlights. If the second `fulltext` is removed, highlights are...

I'm not seeing the 'severity' (e.g. DEBUG, INFO, ERROR, etc) tag being included in logspout-logstash messages. Is there a configuration option I'm missing or is this not supported yet?

Using the simple server example, once I connect a second client (Prosys OPC UA Browser), the server goes into a loop creating new sessions for each client about every 4...

I understand that the system will attempt to re-send a message once if an Actor throws an uncaught exception, and then send a Poison message back if the exception is...

I'm trying to use secretary in conjunction with om and it works fine using the release cljsbuild settings, however the development settings don't work. I'm not sure if it's the...

question

When I try to run a single test file, it executes that file then afterwards it continues to run the entire test suite. ![1 shell](https://f.cloud.github.com/assets/17285/618985/e1e212dc-cec1-11e2-9d6f-f6c50e27e38a.jpg)

I had an issue this past Sunday morning during the daylight savings spring forward. I have a cron job that runs every minute, and when the change-over occurred supercronic started...

bug