Jonathan Garbee

Results 190 comments of Jonathan Garbee

IDEs tend to connect using remote debugging which allows API access via the [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). That way your IDE *is* the debugger for the app rather than having DevTools...

Can you provide an image to show what you're seeing? I'm on Canary and do not see any icons beside the status codes. Also unsure of any settings to enable...

FYI [Braintree Payments](https://www.braintreepayments.com/braintree-pricing) offers the same pricing as Stripe on cards and then Paypal as an additional bit. Should be roughly the same pricing on the Paypal end as normal...

Most of the results I've seen are paginated by default. Does your query have its own `LIMIT` or something on it? That number of results is going to cause quite...

Maybe if we cut the screen off of the [chromebook](https://github.com/ChromeDevTools/EmulatedDeviceLab/blob/master/device-art/chromebook.svg) image that would be better in the long run? I'd like do something simple and ugly, but functional up front...

actually, cutting the screen wouldn't work 100% since it wouldn't really look right at mobile sizes... But maybe using that bezel style is the way to go. Build CSS or...

I'm not sure how dialog interacts at the DOM level compared to template. I will do some research on that as time permits. It is however native in Chrome (no...

I discussed this change request with Terry. I have concerns over us expanding the seed content even further with things for client developers to modify and then have conflicts during...

It doesn't use the TCGPlayer API. It is [scraping](https://github.com/bedoherty/MagicTCGPriceAPI/blob/master/scraper.py#L57-86) the site itself looking for the information. It is returning blank since the markup has changed and the software isn't updated...

Tcgplayer won't approve a pure price provider though. They pride themselves in being a singular resource. It makes business sense, just sucks. @bedoherty selenium isn't a good option either. If...