Results 19 issues of Umer Salman

- My browser (copy from https://www.whatismybrowser.com): https://whatismybrowser.com/w/X6Z4CTP - My RES version: v5.22.17 - Am I in reddit beta (yes/no): no *What's the problem?* When adding a subreddit to a multireddit,...

### Description A few times now I have had where the belongsToManys don't match up and I get the error about it. e.g. this using the join table was wrong...

enhancement
ORM

Currently we use https://trentrichardson.com/examples/timepicker/#tp-examples . However, it is unmaintained and relies on jquery and jquery-ui, both of which I would like to drop. In searching, I have been unable to...

It would be good to be able to type in a font name to start with that font and lock it to find parings.

dereuromark-queue has nice templates to see the jobs. Is this something we want to have in cakephp/queue and they just haven't been made or is it intentional to keep the...

### Description I have this finder ``` $parameters = $this->fetchTable('Parameters')->find() ->select(['altitude', 'time']) ->distinct('time') ->where(['tour_id' => $tourID, 'time > ' => $start_time, 'time < ' => $stop_time]) ->orderByAsc('time') ->all() ; $this->set('missingParameters',...

defect

https://sandbox.dereuromark.de/sandbox/templating-examples/icon-sets/fa6 has ``` ``` which goes to fa5. I noticed this because I was doing the exact same error in my project so I checked your sandbox and found the...

Fix for the PHPUnit testing. Fixes ```log PHP Deprecated: Since 5.1.0: Cache config `_cake_core_` is deprecated. Use `_cake_translations_` instead /home/runner/work/users/users/vendor/cakephp/cakephp/src/I18n/I18n.php, line: 152 You can disable all deprecation warnings by setting...

### Description Currently, when a Plotly chart is rendered inside a container `` that is too small (e.g., height = 0 or very small), Plotly.js throws a very broad error:...

feature