eabase
eabase
Still an issue. *They* need to update the `Insecure.Nmap` winget package!
I'm trying to do the same: ```bash # Going from deprecated: python setup.py build --compiler=mingw32 # To the promoted: python -m build -n -w -C="--build-option=--compiler=mingw32" ``` not working
This issue is now nearly 5 years old, could someone at MS please spend 10 minutes to fix this?
@gaines >...but their service occasionally crashes during thumbnail generation and I expect it happens when customers upload larger PDF files. I gave up and later left the project needing this....
Hmm, is this still the case?
I actually came to this repo thinking that this plugin could handle this. Using it on discord posting as some kind of BOT, is a no go. So what is...
> Could you please provide some concrete examples of plugins that work with OAuth tokens for Discord or other APIs? Maybe some repositories I can look at to see how...
> runs completely locally ... and doesn't run its own webserver ... so I have nothing to provide Discord for an OAuth redirect Interesting, maybe we can think of an...
@asafravid Just put a print statement in the `get_json()` and you'll see.
@asafravid No need to run 3 different URL's Put this in you browser: ``` https://query2.finance.yahoo.com/v11/finance/quoteSummary/FE?lang=en®ion=US&modules=assetProfile%2CsummaryProfile%2CsummaryDetail%2CesgScores%2Cprice%2CincomeStatementHistory%2CincomeStatementHistoryQuarterly%2CbalanceSheetHistory%2CbalanceSheetHistoryQuarterly%2CcashflowStatementHistory%2CcashflowStatementHistoryQuarterly%2CdefaultKeyStatistics%2CfinancialData%2CcalendarEvents%2CsecFilings%2CrecommendationTrend%2CupgradeDowngradeHistory%2CinstitutionOwnership%2CfundOwnership%2CmajorDirectHolders%2CmajorHoldersBreakdown%2CinsiderTransactions%2CinsiderHolders%2CnetSharePurchaseActivity%2Cearnings%2CearningsHistory%2CearningsTrend%2CindustryTrend%2CindexTrend%2CsectorTrend ``` It will give you the following **json** (need to unzip): [FE.zip](https://github.com/ranaroussi/yfinance/files/7799996/FE.zip) However, I couldn't...