Hiroshi SHIBATA

Results 260 comments of Hiroshi SHIBATA

@headius Can we add the empty extension for Java platform same with `date` gem? And can we add JRuby specific logic to https://github.com/ruby/bigdecimal/blob/master/lib/bigdecimal.rb?

> The -java version of `openssl` should skip installing the extension and depend on our `jruby-openssl` gem. This proposal seems good first step. Can you file this to ruby/openssl repo?

+1 @headius I've shared psych case to @mrkn. I'll support this migration if you interest it.

@headius I create https://github.com/ruby/fileutils/tree/ruby-2-6-fileutils as syncing `ruby_2_6` branch of `ruby/ruby`. It's completely same file from released version of Ruby 2.6. So, I can release this as 1.1.0.1 or 1.1.1. But...

wait. `mswin` and `mingw*` is completely different platform. I know RubyInstaller is majority on Windows, But It's only `mingw*` platform, not `mswin`. Is there strong reason they are deprecated?

We might not look `mswin` user today. I say technical side. see https://bugs.ruby-lang.org/issues/19325#note-6 In Ruby core team, these platforms are treated as different things. I always have concerns people said...

In my case, https://docs.datadoghq.com/logs/guide/collect-heroku-logs/ didn't show the correct region of my account. Ex. ``` heroku drains:add "https://http-intake.logs.datadoghq.com/api/v2/logs?dd-api-key=&ddsource=heroku&env=&service=&host=" -a ``` The above instruction is for `us1` region. If you use the...

OpenSSL-1.1.1r and 1.1.1s are already released. https://www.openssl.org/news/openssl-1.1.1-notes.html I'll check them for removing our local patch.

@tenderlove Do you have a commit bit of this repository? I always get the warnings that are ` builder-2.1.2/lib/builder/xchar.rb:22: warning: constant ::Fixnum is deprecated` when I invoked rubygems and bundler...