Dewayne VanHoozer

Results 28 issues of Dewayne VanHoozer

First, thank you for the effort. I also wish that there were a standard type that could have been used across the board. What I gripe about is that coordinates...

enhancement
help wanted

Currently when I send output to STDOUT, I get all the color markup as well. This doesn't work out well when I'm trying to generate text content to put into...

enhancement

I was just looking through the README when I saw this example ```ruby Book.search("Harry Potter") # ... WHERE (books.title LIKE '%Harry%' OR books.description LIKE '%Harry%' OR ...) AND (books.title LIKE...

Ruby to Crystal syntax conversion snippets ... question_mark_methods ... pluralizes common question mark method names.

Allow data to be an array of JSON objects. Use Case: directory of JSON files having same or simular structure. Search for the same element(s) in each JSON file.

enhancement

I am the lucky winner.... yea! Its a great tool. Thanks! Looking forward to adding it to my workflow monitoring.

## Describe the bug When global options are defined in a Base command class from which all other commands are derived, it is possible for an alias in the global...

bug
help wanted

Your gemspec inproperly places your local bin directory into the global $PATH thus making your local console and setup scripts conflict with every other gem developer who has bad gemspecs.

NoMethodError: undefined method `to_sym' for ["provider_id", "license_key", "facility_id"]:Array Did you mean? to_s to_set /Users/dewaynevanhoozer/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/rails-erd-1.7.2/lib/rails_erd/domain/attribute.rb:81:in `block in foreign_key?'

I'm looking at different gems to support Kafka access from Ruby. I'm using an old MacMini running zookeeper and kafka in a docker image using this docker-compose file https://raw.githubusercontent.com/MadBomber/rdkafka-ruby/master/docker-compose.yml Zookeeper...