noctivityinc
noctivityinc
I have a very simple use case - I have a horizontal scrolling widget that I want to put in the middle of a vertical scrolling widget. For some reason,...
Hey. Ive never used GO before and just installed via homebrew. How do we compile and run this thing? Thanks.
Any idea how to center this bad boy on a page?
This is a weird one. We have a simple monitoring routine in a controller called `HealthController` Here is the method: ``` def db sql = "SELECT true;" ActiveRecord::Base.establish_connection result =...
About 2 days ago PeepOpen simply stopped working. I cant remember anything different that I've done quite frankly. When I hit Apple+T in TextMate running Snow Leopard I get the...
We are noticing many users trying to click on the product image from the buy button app instead of the button under the image. How can we make those images...
Im trying to pass the value of the variable as the class for the row. For example: ``` = table_for(@fonts) do |t| = t.data :actions => :all, :action_prefix => "admin"...
We are trying to cancel/delete scheduled jobs using Sidekiq Status but it's not working correctly. In the web UI, we can see the status moves from queue to completed, however,...
Hey- awesome work on this. One thing. When you click on a toolbar, such as bold or italic, the selected state does not change until AFTER the user starts typing....
Hi - MQTT Newbie here. I have a rails server setup that I want to subscribe to my emq MQTT server to listen for certain topics. Unfortunately I cant seem...