Rushi Agrawal
Rushi Agrawal
Same error but different stacktrace. Note that I'm using Python3 (and pip3 to install dependencies) ``` ~/src/infoq-downloader$ python3 infoq_downloader.py https://www.infoq.com/presentations/Simple-Made-Easy Downloading HTML file Traceback (most recent call last): File "infoq_downloader.py",...
I'm not clear here.. So you're saying when an instance has no tags, it should be an empty list "`[]`"? or an empty dict "`{}`"? Or empty dict in an...
This is the hack with current code base: `jugaad-trader` diff: ```diff diff --git a/jugaad_trader/zerodha.py b/jugaad_trader/zerodha.py index f39e44a..fbc44a7 100644 --- a/jugaad_trader/zerodha.py +++ b/jugaad_trader/zerodha.py @@ -13,6 +13,7 @@ import pickle import requests...
OK. Now its erring when I do this too: `Pynliner().from_string(all_lines).run()` where all_lines is contains strings of an html file which has links to local stylesheets. Looks like a minor issue,...
Not using net-route any more
need to do more parsing logic in awk
Hey! Also start using nohup so i can safely kill the terminal session and don't have to worry about the 'gpomd' command not getting executed at all
the second image doesn't get mounted. Even after I do 'umntq', it doesn't get mounted
if file name is incorrect (e.g. cont) but a file which starts with that name is present (e.g. controller), then print INFO, wait 1 sec, and open that controller fine...
similar situation. i have tmux and a horizontal split (i.e. top half and bottom half), and i use claude-code in top half. when i work with claude-code, i zoom the...