Junichi Yamamoto
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 - [ ]...
**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...
This is occurred when we use hsl or hsla values.  Probably, there are differences the way to compute color values between the JColorChooser and my class.
``` php // [Ctrl + Click] on the 'something' $this->element('something'); ```
This problem is occurred when baserCMS palette is used
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.
 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...