Brian Bugh

Results 55 issues of Brian Bugh

I'm working on a game that is using photographs, and I want them to cover the art area. All of the art has been chosen so that the center of...

enhancement
priority

Hello! pry-byebug is awesome and you are awesome. Thanks for saving my butt from printf debugging so many times, I'm so spoiled that when I go use other languages I'm...

**Addressed Issues** `Scheduler` takes a type, but its internal representation of the object tracker (`_current`) was set to `any` instead of `T`. This resulted in `next()` returning `any`, which lost...

When setting `24:00`, the gem seems to wrap the expected value to 0, so there seems to be no way to say "before midnight". ```ruby validates :w_day_begin, timeliness: { before:...

Hi! 👋 This gem looks awesome, thanks for making it. It's a perfect fit for some needs we have to do simple user template evaluation to generate documents. Our use...

We are exploring this orb for a Rails and Vue app. `bundle` for gems can take quite a while since we have some native gems that require a build process....

type: enhancement

The plus modifier is really useful, and we're using `:mq="['xs', 'sm']"` in a lot of places for Bootstrap. It would be really helpful to have a `-` operator, so we...

Hi, I'm exploring Rust as an extension for Ruby for a lot of expensive calculations. I made [a project that implements a simple financial algorithm](https://github.com/bbugh/ruby-rust-extension-benchmark) in six ways (Ruby, C,...

`--multi-dockerignore` is a useful feature for multi-container apps that use subdirectories to maintain separate but collaborative docker containers. We prefer having each subdirectory self contained so it is a "complete"...

Hi! 👋 **Describe the bug** "Tutorial" link on https://graphql-rust.github.io/quickstart.html points to a 404 https://graphql-rust.github.io/tutorial.html **To Reproduce** 1. Visit that link 2. Click Tutorial **Expected behavior** It loads a valid page...

bug
needs-triage