David Awad
David Awad
I have a repo that creates some virtual machines for testing this project. ```shell # within the 'seeder' machine vagrant@vagrant:~/murder$ python3 downloadtorrent.py ../200MB.zip.torrent saving: 200MB.zip (200.0 MB) percent done: 0.0...
If there are 10+ mentors, the spacing between names and numbers in the leaderboard gets a little small. See # 10 in the attached image. Thanks!
e.g. I can't get the require function to work and just want to include this as html / css on my page. How do I do that and still get...
I've seen users like @nikitavoloboev, who have the ability to directly search and call macros. How can I enable this? It would be nice to not have to type km...
Hey Ian, I don't know if this is documented somewhere, but is it possible to use alfred maestro to pass arguments into a keyboard maestro macro. Meaning I could type...
The code currently doesn't look in the truffle config file for a contracts directory, it just looks in the repo root: https://github.com/JoranHonig/vertigo/blob/52dde15bfa52a84bb249d4bd2f2d2eccbce6e2ed/eth_vertigo/cli/main.py#L81 I should be able to use the configured...
Hi! Is it possible for the map to be transparent? Or resizable? When splitting panes right and left you end up losing a lot of screen real estate. Please let...
Hi! I was browsing through the [redis clients page](https://redis.io/clients) and I noticed there werent links to the clients themselves, it just listed out the names of the clients and linked...
I've been having a lot of specific problems that your tool would be PERFECT for, but I might be running against some bugs that are unique to my problem. So...
I'm trying to subscribe to the following stream url. ```sh $ wsta wss://stream.binance.com:9443/ws/bnbbtc@depth Connected to wss://stream.binance.com:9443/ws/bnbbtc@depth {"e":"depthUpdate","E":1522849782404,"s":"BNBBTC","U":56348828,"u":56348828,"b":[["0.00177540","205.23000000",[]]],"a":[]} {"e":"depthUpdate","E":1522849783404,"s":"BNBBTC","U":56348829,"u":56348829,"b":[["0.00176290","0.00000000",[]]],"a":[]} # . . . ``` I keep hitting [this line](https://github.com/dhbaird/easywsclient/blob/9b87dc488048900a8cd684f51ddc98143682dbc3/easywsclient.cpp#L457) when trying...