Eric Beland
Eric Beland
I am planning to fork this app for a websocket playground for my load testing startup, [BrowserUp](https://browserup.com/). Before I make our modified fork, I thought it would be nice to...
#### Problem Description I am making an addon that allows you to hang a websocket onto any website accessed through the proxy by requesting it at ws://yoursite.com/WebsocketMe. I have handshaking...
Thanks for the amazing theme--love it! I'm wondering if there are any thoughts around collapsable menus? ## Menu Collapse for Sidebar Menu Some of the other blog themes offer sidebar...
Hi QuBiT, I ran into a problem in the exception_logger where an Encoding::CompatibilityError in LoggedExceptions/show would be raised when I tried to view the stack trace web page for a...
Is there a way to make a box with no border? I can't seem to figure out how to do it.
In a migration using the .column method, with a CODEC, if you don't set null: false, it will wrap nullable around the definition string for the column and produce invalid...
In Rails 7.1, using low_cardinality in migrations throws an error. It looks like this should work per [this spec](https://github.com/PNixx/clickhouse-activerecord/blob/master/spec/fixtures/migrations/dsl_table_with_low_cardinality_creation/1_create_some_table.rb). Here is a reproduction: ```ruby class CreateUrls < ActiveRecord::Migration[7.1] def change...
In Clickhouse, table names with periods are legal. The name must be quoted with backticks, however. This PR fixes the schema dumper to automatically quote column names with a period...