Noritada Kobayashi
Noritada Kobayashi
This PR adds marks for localization to the option to make alt text mandatory, which is left out of the localization in the Settings screen. Sorry to disturb you with...
### Check for existing issues - [X] Completed ### Describe the feature In Vim, users can move to the first/middle/last lines in the visible area with `H` (home), `M` (middle),...
### Check for existing issues - [X] Completed ### Describe the feature In Vim mode, although users can use `daw` (delete a word), `diw` (delete inner word), `das` (delete a...
This PR adds support for `ap`/`ip` text objects in Vim mode and allows users to perform paragraph-based operations. Cases where compatibility with Neovim's behavior is checked, cases where there are...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Code actions menu item sometimes gets wrapped and layout of the menu...
Currently, there are several issues in tests for compatibilities with Vim visual line mode. Due to these issues, it is hard to test paragraph objects. This PR fixes those issues...
Hello, I'd like to add some tests of command lines for pyflow. However, depending on the pyflow development environment in which those tests are run, which versions of Python I...
Hi, This is a series of corrections for issues that some markups are not detected in following sections: - book/02-git-basics/sections/recording-changes.asc [HTML](https://git-scm.com/book/ja/v2/Git-%E3%81%AE%E5%9F%BA%E6%9C%AC-%E5%A4%89%E6%9B%B4%E5%86%85%E5%AE%B9%E3%81%AE%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E3%81%B8%E3%81%AE%E8%A8%98%E9%8C%B2) - book/09-git-and-other-scms/sections/import-svn.asc [HTML](https://git-scm.com/book/ja/v2/Git%E3%81%A8%E3%81%9D%E3%81%AE%E4%BB%96%E3%81%AE%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%81%AE%E9%80%A3%E6%90%BA-Git-%E3%81%B8%E7%A7%BB%E8%A1%8C%E3%81%99%E3%82%8B) - book/A-git-in-other-environments/sections/*.asc [HTML](https://git-scm.com/book/ja/v2/%E4%BB%98%E9%8C%B2-A%3A-%E3%81%9D%E3%81%AE%E4%BB%96%E3%81%AE%E7%92%B0%E5%A2%83%E3%81%A7%E3%81%AEGit-%E3%82%B0%E3%83%A9%E3%83%95%E3%82%A3%E3%82%AB%E3%83%AB%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%95%E3%82%A7%E3%83%BC%E3%82%B9) - book/B-embedding-git/sections/jgit.asc [HTML](https://git-scm.com/book/ja/v2/%E4%BB%98%E9%8C%B2-B%3A-Git%E3%82%92%E3%81%82%E3%81%AA%E3%81%9F%E3%81%AE%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%AB%E7%B5%84%E3%81%BF%E8%BE%BC%E3%82%80-JGit)...
### Simple Description on the Bug Lat/lon computation of grid points fails for `testdata/CMC_glb_TMP_ISBL_1_latlon.24x.24_2021051800_P000.grib2`. It is because longitude range [180000000, 179760000] has a final value smaller than the initial value,...
Closes #17. I migrated the documentation in this repository from GitBook to mdBook as a trial, and the documentation generated using mdBook can be viewed [here](https://noritada.github.io/). The content has not...