Results 14 issues of n[oO]ne

https://github.com/meowtec/Imagine/blob/f68ae12bc1a0273d7fcbf6e7ae20c7dcc4f08ea3/modules/backend/menu-actions.ts#L31-L45

bug

**Describe the bug** Based on how bind works and checks for elements, radios do not work (https://github.com/phalcon/cphalcon/blob/v4.1.3/phalcon/Forms/Form.zep#L160) This bug could affect multiple things like Tag::setDefault() for example. **To Reproduce** The...

bug
status: unverified

### Expected and Actual Behavior Trying to iterate the result of a mongdb find query raises an error because of missing implementation of \Countable interface in combination with volt render...

It would be nice if Imagine could integrate tools like SVGO for optimizing SVG images: https://github.com/svg/svgo

The J Plugin returns incorrect information when using `getElements` in both supported request types. ```js console.log( $form.formValidation("getElements", "fieldName"), $form.data("formValidation").getElements("fieldName") ); ``` ![grafik](https://github.com/form-validation/form-validation/assets/1089817/c06039d7-ff97-4f0c-af11-4ac97dbdd2f8)

**Is your feature request related to a problem? Please describe.** The ORM was edited a lot over the years and is unbearable anymore. Every few weeks, new bugs are discovered....

new feature request

In `CONTRIBUTING.md` there is a link to feathub. This does not work anymore.

**Describe the bug** The ResultInterface is missing methods that are available to all result sets. Simple and Complex both only extend Resultset. Resultset is the only Class that implements ResultsetInterface....

bug
status: unverified

Allow multiple class return types: ```c test() -> | | null // or test() -> | null ``` Allow multiple parameter types: ```c test(array | null data) -> void ```

**How to reproduce:** - Checkout `https://github.com/phalcon/cphalcon` with branch `v5.0.x` - Move all interfaces, except `ResultsetInterface` from `ext/phalcon/mvc/model/Resultset.zep` to `ext/phalcon/mvc/model/ResultsetInterface.zep` (see code below) - Add missing use statements - try `zephir...