Josh Hunt

Results 72 comments of Josh Hunt

`interceptor.response` itself can return a Promise of a Response. ```js response: (response) => { return fetch("https://my.api/request") .then(apiResp => apiResp.json()) .then((apiData) => { const modifiedResponse = new Response(JSON.stringify(apiData), response); return modifiedResponse...

@Elfo404 Yeah I'll take a look at this next week to sort it out!!

@eledobleefe and I have worked on fixing the types for the custom component props: - `invalid` is not a prop of react-select, but we pass it in anyway, so it's...

Grafana 8.1.0 doesn't actually highlight the current date - it's highlighting the current time range that happens to include the current date. In this 8.1.0 screenshot, taken on the 10th,...

Hmmm... I'm unsure about this one. The All Items is really a 'catch all' page that I don't _really_ intend to be a mainly used page. Preferably, if an item...

If they use the same plug/socket system as mods/ornaments, I would actually expect them to already come through, though it’s very possible there’s something I’m missing. If you have gear...

___ [5:27 PM] I'm pretty sure i got Alpha Umi from public events (not EP) ___ [5:41 PM] I got alpha Umi from nodes

hmm? This is for the data explorer yeah? How do you get into this state? I just gave it a try, and `data:Unlock` seems to work...

P.S. I have no idea why I didn't see this any earlier.

Actually, item ratings are a collab between DestinyTracker and DIM, and you can see them at the bottom of each item's page https://db.destinytracker.com/d2/en/items/3890960908 You can get there from Destiny Sets...