Yoshiyuki IEYAMA
Yoshiyuki IEYAMA
Improve and fix Japanese translation.
1. Expected behavior and actual behavior. InnerTransactions are not contained in a search result, but `getTransaction` contains them. 2. Steps to reproduce the problem. reproduce code: https://runkit.com/nizveyl/innertransactions-are-not-contained-in-a-result 3. Specifications like...
1. Expected behavior and actual behavior. ```js const factory = new RepositoryFactoryHttp(URL, {}) const txRepo = factory.createTransactionRepository() console.debug( // @ts-ignore txRepo.config().basePath ) ``` I'd like to get repository config. Need...
初回の`static_press_fetch()`実行時、`response.files`に`static`が`true`でない`file`しか含まれていない場合に``が追加されず、`$('li:last-child', ul)`が発見できずにスクロースに失敗し、jsの処理が止まってしまうことがありました。
Add Japanese translation.