Matt

Results 215 comments of Matt

probably wanna add a try/catch so you don't just let it get thrown all the time and handle something as being unknown...

I like the idea, but a couple concerns of asks and things to consider: - the release CI job checks for path changes, which would be more difficult when combining...

generally? because that's the way js is going in general, so at some point i'll be unable to update dependencies otherwise

I'm not converting it to TS. The purpose is futureproofing for the end of cjs as ES is the standard as of node 12 is moving to EOL. I still...

CJS will continue to be supported, but many large projects are moving their codebases to ES packages and exports, meaning if I don't upgrade, the dev dependencies we use would...

yeah, for now i don't plan on changing the availability of the package to everyone. sorry for getting so much confusion in there!

There's an itemCount property on components. not sure what you're missing. https://api.warframestat.us/weapons/search/ambassador?only=name,components ```json [ { "components": [ { "uniqueName": "/Lotus/Types/Recipes/Weapons/WeaponParts/CrpArSniperBarrel", "name": "Barrel", "description": "A weapon-crafting component.", "itemCount": 1, "imageName": "barrel.png",...

We have an existing closed issue about nested components

https://github.com/WFCD/warframe-items/blob/master/build/parser.js#L239

>Could you link the issue? I stand corrected, I was thinking of [a code comment](https://github.com/WFCD/warframe-items/blob/master/build/parser.js#L239), not an issue. > - Duplication would in specific cases, like ambassador, include it's component...