Shirakawa
Shirakawa
I'd like to use `AdReportRun` like below. ```ruby ad_account = FacebookAds::AdAccount.get(some_params) # Generating a job to create report ad_report_run = ad_account.insights.create(some_params) # Waiting until the job completed until ad_report_run.reload! &&...
翻訳助かっております。 volume に関する typo 修正しました。 お手隙でご確認お願いします。
To developers, Thank you for your daily maintenance efforts. Currently, we are considering using `zengin-rb` that you are developing. Therefore we would like to inquire about its data source. In...
Thanks developers for this awesome tool. I have a question for zod preprocess. ## Expectation zod preprocess is enabled on body. (In my environment, preprocess is enabled on response only)...
こんにちは。 Ruby のお世話になっている者です。 日々のメンテナンス感謝しております。 さて、掲題の `Date#rfc3339` ですが、日本語のドキュメントを読むと `Date#rfc3339` と `Date#iso8601` の実態が同じメソッドであるように見え、誤解を招くように思いました。 参考に英語のドキュメントを載せておきます。 ご確認お願いいたします。 ### Japanse https://docs.ruby-lang.org/ja/3.3/method/Date/i/iso8601.html > [[ISO:8601]] 書式の文字列を返します (拡大表記はつかいません)。 https://docs.ruby-lang.org/ja/3.3/method/Date/i/rfc3339.html > [[ISO:8601]] 書式の文字列を返します (拡大表記はつかいません)。 ### English https://docs.ruby-lang.org/en/3.3/Date.html#method-i-iso8601 > Equivalent...
翻訳助かっております。 reStructuredText のシンタックス修正しました。 お手隙でご確認お願いします。