Arpit Solanki

Results 29 comments of Arpit Solanki

hey @coreb1t some suggestions for improving the code. - first make a src folder for all the source codes. - absolute paths. ``` reconPath = "/usr/share/recon-ng/" altDnsPath = "/root/Desktop/altdns-master/" ```...

I got a same kind of issue. I configured my username and password with `gh configure` and tried to view my private repo with `gh repo arpit1997/MusicWebApp`. Got this error:...

I try to go through the code and found some hints about this. I need some reviews about my opinions In [config.py](https://github.com/donnemartin/gitsome/blob/master/gitsome/config.py) function `def _init_colors(self):` def _init_colors(self): """Initialize colors to...

Can I work on this issue? Is the order for challenges is same as defined in the `Readme.md` ? :small_blue_diamond: :smile_cat:

I will try solving it tomorrow. Assign it to me. @aviaryan

Working on it. Quite a bit hard to fix this.

I can suggest something to solve this issue we can use [Progressbar](https://pypi.python.org/pypi/progressbar2) library for this purpose. Here is a simple example for that ``` import time import progressbar bar =...

@ericpershey @vkhalil I guess the library is still available under python2.7 the [docs](https://docs.python.org/2/library/uuid.html) It does not tell `deprecated` or not in development. You need to install this correctly. There might...

Same error here ``` Traceback (most recent call last): File "WikiExtractor.py", line 3238, in main() File "WikiExtractor.py", line 3228, in main args.compress, args.processes) File "WikiExtractor.py", line 2940, in process_dump for...

hey i got the same error as @leocasarsa ``` File "/usr/local/lib/python2.7/site-packages/bayeslite/bayesdb.py", line 281, in sql_execute self.sql_tracer, self._do_sql_execute, string, bindings) File "/usr/local/lib/python2.7/site-packages/bayeslite/bayesdb.py", line 223, in _maybe_trace return meth(string, bindings) File "/usr/local/lib/python2.7/site-packages/bayeslite/bayesdb.py",...