Paul Sadauskas

Results 11 issues of Paul Sadauskas

$ /opt/ruby-enterprise/bin/bundle exec foo bundler: command not found: foo Install missing gem binaries with `bundle install` $ echo $? 0 Makes automated scripts think everything is fine when its not.

Hi! First of all, thanks so much for working on rofi. After using OSX for several years, I finally switched back to Linux about a year ago, and Rofi is...

Feature Request

Starting from the Hanami 2.0.0.0.alpha7.1 application template, I added the omniauth middleware in `config/application.rb`: ```ruby require "omniauth" require "omniauth-slack" config.middleware.use OmniAuth::Builder do provider :slack, "client_id", "client_secret", scope: "identity.basic" end ```...

I ran across this with the "rainbow flag" emoji, which is in hex => `\u1f3f3\ufe0f\u200d\u1f308`, or "waving white flag", "variant selector", "zero-width joiner" and "rainbow". However I input it, either...

I have a use-case where I have several "parser" objects registered in a namespace within a container, and I'd like to iterate over each of those objects to find the...

feature

I think #48 broke the ability to use AutoInject in ActiveJob classes. We have a Job that looks like this: ```ruby class MessageAutoDeliverJob < ApplicationJob include Channels::Import[:account_channel] def perform(message) account_channel.new(account:...

bug
regression

We're getting weird connection issues in our exception tracker: ``` HTTP::ConnectionError: error reading from socket: stream closed in another thread per_operation.rb 79 wait_readable(...) [GEM_ROOT]/gems/http-4.1.1/lib/http/timeout/per_operation.rb:79:in `wait_readable' Caused by: IOError: stream closed...

Pick Me!
Improvement
Regression

I've added a couple features to Dry::Monitor that I missed from AS::Notifications :speak_no_evil:. Details about each are in the commit messages. ### Yield the payload to the instrumented block Allows...

I have `/home` as a btrfs filesystem, and for years I've had `/home/myuser/Downloads` and `/home/myuser/.cache` as a separate subvolumes, mostly so that snapper wouldn't snapshot the files there. I rebooted...

bug

## Describe the bug I'm getting some fields included in errors that would normally be fine, in a very specific circumstance: - Use some of the coercible types in a...

bug
help wanted