-
Notifications
You must be signed in to change notification settings - Fork 249
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
Implement Clone
for Iter
/Values
/Key
of storage types
#1121
Comments
hi guys, i would love to work on this |
@g4titanx Added ODHack label. Try now |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a software engineer proficient with C, JavaScript, TypeScript, and Python. I started writing Rust a month ago, and from the issue, where cycle() method will need to iter() requires the iterator object to be clonable, I believe I should be able to resolve the issue. How I plan on tackling this issue
|
alright |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi am a rust dev and i have experience contributing to rust based projects such as dojo. How I plan on tackling this issue
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a backend developer who specialises in django(a python module). I have intensive knowledge in Python and I reckon I can solve this problem. How I plan on tackling this issueI would make use of my intensive knowledge in Python and make more research to fix your problem and the problem isn't so complex. Desired results would be achieved in less than 48 hours. |
I selected @g4titanx for this challenge since he has extensive Rust experience which will be handy here |
hi @frol , all the storage types are in this crate near-sdk/src/store, right? |
@g4titanx Yes, please |
okay, great! |
Currently,
cycle()
is not possible to use, becauseClone
is not implemented forIter
.cycle()
requires the iterator object to be clonable itself. Like it's implemented in the standard collections.Thank you!
The text was updated successfully, but these errors were encountered: