We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current Behavior
The last two issues show that there is a need to refactor some code in Robyn.
And these are the things that I want to focus on:
The text was updated successfully, but these errors were encountered:
All done here!
Sorry, something went wrong.
No branches or pull requests
Current Behavior
The last two issues show that there is a need to refactor some code in Robyn.
And these are the things that I want to focus on:
Fix Create Custom headers for the response. #174 and Add an ability to notify websockets through other websockets/functions. #175See to this Build failure #166See if there is a need to make sub modules in PythonAdd some types definitions through mypy (still not very happy about this one, so may or may not do this).Code split rust code and fix some typos in the functionsGet rid of the hashmap clones that you are doing in the codeGet rid of unwraps and write more idiomatic codeWrite more black box testsImprove the testing suite quality, i.e. remove the need to kill and start the server all the time through an external dependency.The text was updated successfully, but these errors were encountered: