Daniel Rodgers-Pryor

Results 8 issues of Daniel Rodgers-Pryor

It was calling into decNumberExp with the wrong signature, so it didn't work at all. I also fixed the decNumber tests for exp so that they'll actually run if point...

`observation.rb` does this: ```ruby def initialize(name, experiment, &block) ... begin @value = block.call rescue Object => e @exception = e end ... end ``` Which is a [well](http://daniel.fone.net.nz/blog/2013/05/28/why-you-should-never-rescue-exception-in-ruby/) [documented](http://www.mikeperham.com/2012/03/03/the-perils-of-rescue-exception/) [anti-pattern](https://robots.thoughtbot.com/rescue-standarderror-not-exception)....

I'm trying to migrate from v1 to the latest version. I have a custom storage backend for secure MacOS keychain storage written as an implementation of the old `yup_oauth2::TokenStorage` trait,...

Thanks for making cynic: it's great! I'm currently using it to talk to an API which works with non-rfc3339 timestamps (they look like: `2023-09-27T18:42:31` - note the lack of an...

**Describe the bug** When starting the sorbet language server I get a RuntimeError and a message that the server has crashed. ``` LSP: starting ['/opt/homebrew/lib/ruby/gems/3.2.0/bin/srb', 'tc', '--typed', 'true', '--enable-all-experimental-lsp-features', '--lsp',...

bug

**What did you do?** Running consul_exporter with one of the log.format parameter examples from the docs: ``` ./consul_exporter --log.format "logger:syslog?appname=bob&local=7" ``` **What did you expect to see?** Logs sent to...

Previously, this didn't work because `force_encoding` would always be called on the string, which raises an error on frozen strings, even if the forced encoding is the same as the...

Most notably, the Hash.getopt monkey-patch is gone, so [`initialize`](https://github.com/BIAINC/logging-remote-syslog/blob/master/lib/logging/appenders/remote-syslog.rb) now crashes. See the full diff for logging: https://github.com/TwP/logging/compare/c1025b699f24a85946dfa3e391ca2f27791933e0...f7bcda5ce4eb4c40d150ecfb6a84a559e98a949d