Jonathan Garbee
Jonathan Garbee
@naudor afaik TCGPlayer does not give their foil prices out through their API in the first place. So anyone who does get it from them is scraping it directly. The...
The [gatherer extractor](http://www.mtgsalvation.com/forums/magic-fundamentals/digital-magic-and-mtg-software/337224-mtg-gatherer-extractor-v3-12-database-pics) software does this: - Pulls card page from magiccards.info and parses data out - Makes request for the TCGPlayer script on the page and parses that script...
Deckbrew doesn't get pricing anymore, so this PR is essentially useless and doesn't fix anything.
#4668 has been open for over a year and a half now. Is there any path to getting it resolved and merged or getting the `--config-file` option added? It is...
`reset` is an actual thing too for HTML. There is a reset [button type](https://codepen.io/Garbee/pen/jwQKLN) and [form input method](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/reset). These should be taken into account as well with the API for...
> Clearing its value You are **NOT** to *clear* the value. It is to be *reset to the initial value*. Big difference in expected functionality. > Removing the invalid class...
I look at it as, the user has conducted an *action* on the page which has triggered the form/node to be in an invalid state. Therefore, the validation warnings should...
The [API Docs](https://github.com/material-components/material-components-web/tree/master/packages/mdc-textfield#mdctextfield-api) for each component describes what is available. If you don't see what you need there, then file an issue for the APIs you need so they can...
That date is incorrect. There have been [multiple updates](https://github.com/flathub/com.jagex.RuneScape/commits/master) to the RS package since the given date on flathub as the "last updated". I don't know exactly where that is...
So the date on the pages is pulled from the [appdata XML](https://github.com/flathub/com.jagex.RuneScape/blob/3dcc087a42b51169b56005d70924ac20d97de252/com.jagex.RuneScape.appdata.xml#L13) within the repositories. It is statically set and isn't representative of anything happening.