Kevin Pfeifer
Kevin Pfeifer
Refs: https://github.com/cakephp/bake/pull/950
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior We just recently updated to the newly released [2025.2.0](https://github.com/hoppscotch/hoppscotch/releases/tag/2025.2.0) which added...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary The desktop app should remember what server instance was active last time...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Don't know if its possible for you or not, but at least...
``` 83 PHPDoc tag @method for method App\Models\PromoActGroup::applyNestedSetScope() return type contains generic type Fureev\Trees\QueryBuilderV2 but class Fureev\Trees\QueryBuilderV2 is not generic. 🪪 generics.notGeneric ``` and basically all other methods provided by...
It would be really cool if there is a API to start playing a certain song at a specific time. As already mentioned in https://github.com/madzadev/audio-player/issues/20 I have certain "choir requirements"...
Really love this package, but there is something that would really push it forwards in my case 😁 Is there a way to add buttons to jump back or forth...
Refs: https://github.com/markuspoerschke/iCal/pull/662
This code ``` public function buildValidator(\Cake\Event\EventInterface $event, Validator $validator, $name) { if ($name === 'default') { return $this->_emailValidator($validator, $this->validateEmail); } return $validator; } ``` inside the RegisterBehavior triggers the following...