Avijit Bhattacharjee

Results 12 comments of Avijit Bhattacharjee

@yangshun Can we have a feature like export the list as CSV? I think that can be a temporary solution for @nanomosfet feature. People can download the csv and save...

it only gives the array of completed problems. not much helpful IMO. what I am looking for a csv which will have the problems link with week, time, difficulty so...

Hello @marco-c , I am thinking to implement a new function download_check_version() similar to download_check_etag() in the bugbug/utils.py which will be called after downloading the current DB. Then return false...

@marco-c How can I reproduce the situation you are telling? Can you give any url to try or way to figure out this? I have installed the repo and trying...

I have three questions. 1. @marco-c As you suggested I have gone through download(), is_old_schema(), download_check_etag() and extract_file(). I need some clarification. After calling the download_check_etag() function, download() function calls...

@marco-c Thanks for the clarification. Things are becoming more clear now. By saying test, do you mean checking it in the download function or writing a test case for download...

I have the same query. I can see that from cli this two parameters can be set. But is there any way to set them in the API? Having the...

Hello @abhi-rawat1, I found a work around for setting the minlen, maxlen from digging into the codebase. preprocess = self.execution_paths ps = PrefixSpan(preprocess) ps.minlen = 5 ps.maxlen = 15 top5...