Norio Suzuki

Results 11 issues of Norio Suzuki

## About - I wrote ` :s` (`[space][colon][s]`) in the code block. - The Crowi rendered unexpected emoji for that input. - However, this problem is not only in the...

## About - `"See created pages"` is a bit confusing - Change to more easy understanding

## About - Normal page and portal can exist together. - ex - `/portal/` - `/portal` ### Screenshot ## Reproduce 1. Create page A (`/portal`) 2. Create page B (`/portal2`)...

## About - If an error occurs when creating a user, a more kind error message is necessary ## Reproduce - Login as admin - Move `Admin` -> `ユーザー管理` menu...

## About - Upgrade the Ubuntu version of GH Actions runner from 18.04 to 20.04 - https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

## About - Add `--max-old-space-size=8192` option to some jobs on GitHub Actions

## About - The highlighting of the last argument of the method is something wrong ```php class Foo { // 'DateTime' is not highlighting public function test(DateTime $a): array {...

## About - I found unexpected syntax highlights in the string after "new" - I think it is affected by "new" for object creation ## Screenshot | "ne foo" |...

Bug

## About - `phpstan-analyze-this-file` and `phpstan-analyze-file` are not working when using `docker` ## Reproduction - Open `test-docker.php` in this repository - `M-x phpstan-analyze-this-file` ### Output of current codes ``` -*-...

## About - `phpstan-analyze-this-file` is not working with `test.php` - Maybe the `parameter.bootstrap` configuration is old style for currently PHPStan - The `composer` installed `phpstan/phpstan:1.10.49` - We should use the...