-
Notifications
You must be signed in to change notification settings - Fork 31
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
Types #16
Types #16
Conversation
FYI, @3m1n3nc3 @SSEsmaeeli @SSEsmaeeli you can send a new PR to the branch (types) to conclude this PR (Types#16)? This time please:
|
…ket into fix/style-fix
Refactor - Fix styling
Removing the optional parameters for the log reference generator introduces another small problem, for instance, I use the Valorin\Random\Random::string() to generate log reference, and this allows me to pass parameters that determines the length of the string, if I need uppercase, lowercase, numbers or symbols in the generated string. Now I am limited to only providing the lenght of the string. |
There are a couple of considerations here:
|
Thank you for sharing your feedback and concerns and the attention to detail in highlighting the impact of removing optional parameters for the log reference generator. It is truly valuable, as will help make improvements to this open source project. I will carefully consider your suggestion to ensure that we maintain the flexibility and functionality that the users have come to rely on. Please rest assured that your feedback is important to me, and I am committed to consider or delivering a solution that addresses these concerns. If you have any further thoughts or ideas, please don't hesitate to share here. I am always eager to hear and work together to enhance the project. |
History:
Closed PR ( Jan 3rd) : Adds support for restricted wallets and description for logs and improve overall type annotations. #9
Request: Adds support for restricted wallets and description for logs and improve overall type annotations. #9 (comment)
Done here Improve type annotations and PHPDocs. #13, the current PR (Types#16) fetched from this: Improve type annotations and PHPDocs. #13
A similar work ( Jan 4th) which has a conflict with the recent development: Fix styling & improvements #11