-
-
Notifications
You must be signed in to change notification settings - Fork 804
feat(es_extended): Add QOL Functions #1658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
I like it , though am going to make as draft, since we are going to be doing an area specifically for functions like these very shortly :) |
|
@Meyndflay There soon will be a place for these changes 👍🏽 Thanks! |
We need to finally implement it or reject/change |
We are waiting for the lib. |
|
Meyndflay seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Will be added to the lib. |
Description
This PR adds a client function that makes an entity the direction of another, and a shared function that sanitizes a string.
Motivation
I found that I've been using such functions very often, and thought that i'd be nice to have as part of the framework's functions.
Implementation Details
Usage Example
PR Checklist