Hiroshi SHIBATA

Results 260 comments of Hiroshi SHIBATA

Is this same issue with https://github.com/rubygems/rubygems/issues/7159?

I'm not sure why expected behavior is correct. Because result of `JSON.dump` is not changed from old version. ``` $ ruby -e "gem 'json', '2.6.3'; require 'json'; puts JSON::VERSION, JSON.dump({...

昔あったような http://www.smallstyle.com/20110621.html という感じでしょうか? それともリッチテキストエディタで直接書いていく感じ?

例えば https://github.com/markitup/1.x とかですかねえ。 markdown ならありそうですが、hikiは無さそうです。

markitup, EpicEditor などを試しましたがいまいちしっくりいかず。

@mullermp Thanks to share your concern. I have questions: >This is an issue for them because BigDecimal is a native extension gem, and they don’t have build tools installed. I...

>it is common to use slim docker images that do not contain build tools to keep image sizes down. I also understood it. But why don't use stage build? I...

I'm not sure why `aws-sdk-ruby` uses `bigdecimal` for deserialization of DynamoDB. https://github.com/aws/aws-sdk-ruby/blob/abcd77d379c7cb8a3a988b725ee79b10bfcfd27e/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/attribute_value.rb#L31 In https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes, we can use `Integer` for number type, not `BigDecimal`. Is there specific reason why we should...

一時期僕が気の迷いで autoload をバンバン入れていったんですが、autoload は悪い文明ということがわかったんで賛成です。