Todd A. Jacobs
Todd A. Jacobs
@reidmorrison Would it help if I rebased to remove the actual changelog entries from this PR and from #205? Both PRs would merge cleanly if I did that.
@reidmorrison The tests are all failing because the runner is using a Bundler or RubyGems version that has issues. The message says: > Your RubyGems version (2.7.6.3) has a bug...
> ``` > # Arguments to sprintf keyed to directive letters > # %c - event short name > # %C - event fullname > # %d - date >...
I won't swear to this, but I think this may have something to do with the way keyword arguments are handled in Ruby 3.0+. Unless you use ruby2keywords, Ruby no...
## Unable to Replicate with Up-to-Date Gems on Ruby 2.7.6 or 3.1.2 This must be something environment-specific for you. I just tried your code using semantic_logger 4.11.0 on both Ruby...
@bethesque If you're not expecting the message to be printed, I'm not sure why you think it would be? Maybe I misunderstood your example, or you might want to make...
> `SemanticLogger.appenders` returns the list of registered appenders. https://github.com/reidmorrison/semantic_logger/blob/master/lib/semantic_logger/semantic_logger.rb#L191 I think the problem I was trying to address is the inability to delete or modify an appender once defined. For...
@klali Nope. #80 is about challenge-response, as opposed to OTP. I'm not saying they aren't related, but they are definitely different issues.
@seth-reeser You tagged this issue with "more information needed." What additional information do you need?
> I'd recommend that this issue gets taken up with the Ameba team since we use their default rules and they expect a trailing blank line (I think). From what...