Niranjan
Niranjan
@Panquesito7 @ybrenning Can I work on this issue? And, I would also like to hear what other methods needs to be included apart from the ones below? append(int val) insert(int...
Hi @mcopik!. It seems as is there is no activity in this issue for a very long time. I would like to work on this. Can you please guide me...
> @nbcl Thank you so much for your interest in the project! Much appreciated. > > I think the overall approach is correct; the only issue is that functions should...
Hi @mcopik! In some of the files, like function.py in `210.thumbnailer`, the return value is ` return { 'result': { 'bucket': output_bucket, 'key': key_name }, 'measurement': { 'download_time': download_time, 'download_size':...
Hello @mcopik In this file, ``` import datetime import igraph def handler(event): size = event.get('size') graph_generating_begin = datetime.datetime.now() graph = igraph.Graph.Barabasi(size, 10) graph_generating_end = datetime.datetime.now() process_begin = datetime.datetime.now() result =...
Then, I need to work on only the handler.py files inside wrapper/aws and wrapper/azure, right?
@mcopik Values like 'bucket' and 'object' are accessed in multiple files. Do we have to check whether they exist and if their type is correct in every file? Or leave...
Hello @mcopik! I have submitted my PR for this issue! Kindly review it and tell me your comments so I can improve it.
It would be great if you provide an explanation of why and what kind of links it require in the further questions
Hello @mcopik ! I would like to hear from you whether I have done the first part correctly or if I have to revert anything.