Andrew Blakey

Results 15 comments of Andrew Blakey

Thanks for the tips. I can reproduce and with debug I get `cache-stale`. ## Configuration - axios-cache-adapter: 2.7.3 - Browser (Chrome 89) - Store: memory ```typescript import { setup }...

I think you're right that there's a problem, but I don't think the suggestion you provided makes sense. I don't understand what the map.off line is trying to do. The...

Also, based on the contract: http://leafletjs.com/reference-1.0.0.html#map-event onAdd and onRemove should return `this`. Note to self to do this as well.

I ran into a series of problems/discoveries when I tried to use Howler for a game: ## How do I precache sounds? I have a bunch of sounds to play...

I read this: https://community.risingstack.com/the-worlds-fastest-javascript-memoization-library/ and came to the same conclusion. It seems that almost every memoization library address the hard problems by ignoring them. Serialization is incredibly expensive if you're...

Thanks for the details and links. I hadn't seen a few of those options. I found memoizee but just couldn't unravel how they do caching with efficient lookup. Looks like...

Just wanted to call out a related issue for anyone in the future that runs into it. The dumpdata hack that Polymorphic uses explicitly looks at `sys.argv[1]` for `"dumpdata"`, which...

I took the workaround shared by @warpdriv and wrapped it to make its usage a bit more obvious: https://gist.github.com/ablakey/4f57dca4ea75ed29c49ff00edf622b38 The result is a one-liner that enables you to selectively re-route...

The storage details API was not properly utilized for iOS. So unlike other apps, you cannot see a breakdown of usage or clear that usage from the iOS settings. I...

This is not stale. It’s just not being addressed in a timely manner. This is a very debilitating problem: eating gigs of space and crippling security guarantees by not actually...