Keenan Brock
Keenan Brock
Hello, This is a great extension. Unfortunately, it seems that over the past few years, the grid has not been showing up on more and more websites. Any FAQ on...
Hello, I was not able to find the library that you are using for your footprints and symbols. I think it is similar to https://github.com/foostan/kbd Are you able to post...
This is great. Have you considered updating this so it will work with github's new stylesheet? it has been a while, so I'm guessing you no longer use this
Hello, I noticed that your query interface is different from the postgres interface [crystal-pg](https://github.com/will/crystal-pg/). Not making a statement around which is better, just wondering if you two could talk a...
Hello, Is it possible to cache queries? ``` crystal query = MySQL::Query.new(%{SELECT * FROM user WHERE created_at > :from_filter}) conn = MySQL.connect("127.0.0.1", "crystal_mysql", "", "crystal_mysql_test", 3306_u16, nil) results = query.run(conn,...
Hello @pelle Wow, while ezcrypto hasn't been modified for years, it sure has withstood the test of time. We've been using it for a few years now and it has...
part of https://github.com/ManageIQ/manageiq/pull/21990
Provisioning RequestTasks: - deliver to kick off the before and followup workflow - execute will kick off the main meat
In our tests, we currently reference `AwesomeSpawn::CommandResult` and other internal api classes It would be great to start using `require "awesome_spawn/spec_helper"` and methods like `stub_good_run`
see https://github.com/ManageIQ/manageiq-appliance/pull/383 This matches apache headers for rails, appliance, and pod