Junichi Yamamoto

Results 13 issues of Junichi Yamamoto

### Description Support for PHP 8.2 https://wiki.php.net/rfc#php_82 - [ ] https://wiki.php.net/rfc/null-false-standalone-types - [ ] https://wiki.php.net/rfc/true-type - [ ] https://wiki.php.net/rfc/readonly_classes - [ ] https://wiki.php.net/rfc/constants_in_traits - [ ] https://wiki.php.net/rfc/fetch_property_in_const_expressions - [ ]...

PHP
kind:feature

**Is your feature request related to a problem? Please describe.** Currently, Colors of ColorUIResource are not recognized. **Describe the solution you'd like** Support for `ColorUIResource` ```java new ColorUIResource(float r, float...

enhancement

This is occurred when we use hsl or hsla values. ![nb-color-codes-preview-issue6](https://cloud.githubusercontent.com/assets/738383/6824908/a67afc58-d339-11e4-8ab6-8780d20ca540.png) Probably, there are differences the way to compute color values between the JColorChooser and my class.

defect

Probably, I use the `bake test` command.

enhancement

``` php // [Ctrl + Click] on the 'something' $this->element('something'); ```

enhancement

This problem is occurred when baserCMS palette is used

defect
NetBeans8.0
pending
baserCMS

Change to the following: https://gist.github.com/nojimage/58796a9236296824f298#file-phpunit-for-cakephp-sh (author : @nojimage, Thanks a lot for your tips) Run `cake test` command within shell script. So plugin just creates a phpunit script file.

enhancement
CakePHP2.x

![nb-github-issues-comment-issue1](https://cloud.githubusercontent.com/assets/738383/5742146/56ace42e-9c53-11e4-9549-4c83d4112f2d.png) Issue panel width depends on comment area width. If there is a long code in the fenced code block, comment is not word-wrapped or not scrolled. Should we add...

Convert `list($a, $b, $c)` to `[$a, $b, $c]`.

enhancement