Jeff Loughridge

Results 20 comments of Jeff Loughridge

@vnitinv This would be very useful. Can the PR be merged?

@gavmckee80 Your xpath expression doesn't look right to me. I believe rt-entry and rt-destination are both direct children of rt. When I have problems crafting xpath expressions, I use the...

I struggled for an hour this morning before realizing that Ubuntu 18.04 aliases /bin/sh to dash instead of bash. Why haven't either one of @tuckner's proposed fixes been merged?

@chiranjeev2019 The shell script isn't going to work on Windows.

I'm expecting the AMIs to exist in the region. I can upgrade during the bootstrap process. Am I overlooking something? ``` $ aws ec2 describe-images --image-ids ami-a2fa3bdf --region us-east-1 {...

Hey Rama (love the GBSC, btw). I haven't seen any documentation on what folder structure Unirom expects. I extracted https://github.com/brad-lin/FreePSXBoot/releases/tag/v2.1 to a folder called "psxboot". There are two subfolders: "slot1"...

I will need to explain my understanding of your comment to ensure that I am correctly interpreting. I gather that you are suggesting that I burn a different version of...

Rama's suggestion worked on the first try. :) I suspect the unirom version bundled with freepsxboot must not have the freepsxboot MCD images included. For those coming across this issue,...

You can access the error code and text by catching the ZillowError exception. ``` from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults, ZillowError def getprice(address, zipcode): zid = 'put_api_key_here' zildat = ZillowWrapper(zid) try:...

This is a great module. Thanks for contributing it to the open source community. Along the same lines as @EnigmaCurry's feature request, I think it would be handy to supply...