Kentaro Ohkouchi
Kentaro Ohkouchi
jQuery-migrate plugin を使えば対応も難しくなさそう https://github.com/jquery/jquery-migrate#migrate-older-jquery-code-to-jquery-30
## 概要(Overview) 以下、開発コミュニティにて https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=26753&forum=2 > 500÷1.1=454.5454...なので > 454円で商品登録すると、454+45(...454x10%=45.4 四捨五入されて45)=499円 > 455円で商品登録すると、455+46(...455x10%=45.5 四捨五入されて46)=501円 > となり、500円で売れないのでした。 ## 期待する内容(Expect) or 要望 (Requirement) 消費税込500円の商品を500円ジャストで販売したい ## 再現手順(Procedure) 454円で商品登録すると、454+45(...454x10%=45.4 四捨五入されて45)=499円 455円で商品登録すると、455+46(...455x10%=45.5 四捨五入されて46)=501円 となってしまう ### 環境 (environment)...
1. Extract terraform-ls to the PATH location. 2. Apply the following patch to terraform-ls, which requires the `serve` argument. ```diff diff --git a/langserver/terraform-ls.json b/langserver/terraform-ls.json index 56c2768..9f77566 100644 --- a/langserver/terraform-ls.json +++...
- ~~`strlen($val)` で null チェックしているのを修正するのが主目的~~ - 未定義変数や連想配列での扱いに副作用があるため除外 - その他、統一した方が良さそうなルールを適用 - PHP8.3で以下のコマンドを実行 ``` PHP_CS_FIXER_IGNORE_ENV=1 data/vendor/bin/php-cs-fixer fix --allow-risky=yes ```
古いフォーマットのメールテンプレートの互換テストが欲しいので別途 issues 登録しますね _Originally posted by @nanasess in https://github.com/EC-CUBE/ec-cube2/issues/989#issuecomment-2336882698_ #989 でメールテンプレートのフォーマットが更新されたが、古いフォーマットの互換維持のためのテストを追加する。 Smarty 変数 **name01, name02, uniqid** の表示を確認するイメージ
### 概要(Overview) TypeScript をサポートするのはハードルが高いため、JavaScript に JSDoc を記述して開発効率向上を目指す https://www.typescriptlang.org/ja/docs/handbook/jsdoc-supported-types.html ### 期待する内容(Expect) or 要望(Requirement) `html/template/*/assets/js` 以下の JavaScript に JSDoc が記述されていること