-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Refactoring the backend code #334
Conversation
Signed-off-by: Benjamin Demetz <[email protected]>
Hey @GamingGuy003, how's it going? |
Hey there, since uni started i haven't had a great deal of time to work on the code but I'll do my best to be done by the end of the month, if that's alright |
Sure, no problem. I know how it feels |
Update the branch
Apart from the small changes to the usb_utils windows function I saw that the backend works really well.
@GamingGuy003 I saw you added a |
Oh, that was my mistake. I migrated the location string for the current program files into the config but forgot to make serde ignore it when de-/serializing. This should not have to be exposed to the user from what I know. Will fix asap |
… config not serializing program_path from the file, while the variable is still needed
@GamingGuy003 the branch has been merged, but I restored the branch, so you can continue working on that, you just need to reopen a pull-request. Or I can do that for you if you want |
if you could do that id be glad |
The backend was originally developed by @GamingGuy003, and I used that occasion to practice Rust and expand it further. Unfortunately, I am still pretty much a beginner, and I am sure the backend can be heavily optimized.
Some needed changes:
@GamingGuy003 if you need anything for your task, just write a comment down below or contact me and I will help you out as best as I can. Thank you again for your help!