hackerESQ
hackerESQ
Behind the scenes, this plugin uses [keycodes](https://github.com/Dafrok/v-hotkey/tree/master/src/keycodes). While reading the vue docs, I discovered that key codes are actually being depreciated from browsers. See: https://vuejs.org/v2/guide/events.html#Key-Codes Should this plugin be updated...
Hello @iFgR, this is a fantastic library! Great work! I am making a cross-platform web app and your suggestion in #103 helps a lot. But it seems that is incompatible...
Type casts each input array for each to avoid invalid argument error
**Is your feature request related to a problem? Please describe.** I am running the **bropat/eufy-security-ws** docker container. The docker network IP addresses are not static and are prone to change...
Hey @bcollazo -- this is a fantastic library! The sanitize method you're using when creating new Crate objects breaks subcrates, which are formatted with `%%` as an indicator of nesting...
**Fixes #32** **Changes proposed in this pull request:** This adds a new option in extension settings that allows admins to hide voting options when the post/tag/user does not have permissions...
Related to [v17development/flarum-support-feedback#14](https://github.com/v17development/flarum-support-feedback/issues/14) which causes support page to break. **Changes proposed in this pull request:** This change adds a conditional check to make sure the `user.ranks()` is actually loaded. If...
This allows the use of a callable as a value for merged fields. For example in your PHP code: ``` $TBS->MergeField('callable_field', fn() => Carbon::now()->addMonths(12)->toDateString()); ``` Then in your HTML template...
The `exact` attribute requires the link and route to match exactly in order to show as active in a menu. This leaves the default functionality of fuzzy-ish matching parent routes,...