Results 9 issues of Super Ewald

Move the buff logic from `ObjAIBase` into its own class due to class size and modulization.

These spells have to be fixed (at c7f31b9c362a55d1901245ea78a15e9ad0aaa69a) | Champion | Spell | Description | | --------- | ----- | ------------------------------------------------------------ | | Akali | W | - doesnt apply...

## Description Simple feature to allow adding a custom header for the release notes which is not related to the changelog itself. (As requested in #263). ## Usage You can...

# summary Currently we can only specify the label (which will be used as value also) in form field options (in select, checkbox, radiobox components). # use case In order...

enhancement

## summary Currently the form fields are assigned random name tags like `kb_field__45e1c6-bc_3` and it seems there is no intended way to override the field names (I'm using the free...

enhancement

# sumary Add possibility to override form field's name tags in order to use forms for api hooks as discussed in #187. # changes - added attribute "name" to form...

# summary Add value textbox field to form field options as described in #193. # changes - added value textbox in gutenberg editor for form field options > This PR...

Providing a context to the plugins would be useful to reduce code duplicates and maintainability of the plugins itself. ## motivation I'm currently writing a hook plugin which automates the...

The example of loading types from string at [Loading Types](https://book.rizin.re/analysis/types.html#loading-types) seems to have wrong quotation marks. `[0x000051c0]> "td struct foo {char* a; int b;}"` does nothing for me (using rizin...