-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.7
### B…
-
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
10.0.17
### Bug descript…
-
```
from yahoo_oauth import OAuth2
import yahoo_fantasy_api as yfa
#connect to yahoo api
oauth = OAuth2('consumer_key', 'consumer_secret')
guid = oauth.guid
print(guid)
#get game object
gm =…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.9
### Bug descripti…
-
I'm very sorry that it was #138 closed due to my wrong operation.
After I use the instructions you #138 provided, the content displayed on the backend is as shown in the figure
![微信图片_20220506072948…
-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
## Overview
Have Championify run in the background with a tray icon, as well as a view to notify of when the last update happened. The import button would more or less need to be converted to save …