Geoff Rich
Geoff Rich
Another (potentially related) error: ``` Jan 16, 11:09:19 AM: 641700be ERROR Refresh error TypeError: fetch failed at fetch (file:///var/task/.netlify/shims.js:20554:14) { cause: SocketError: other side closed at TLSSocket.onSocketEnd (file:///var/task/.netlify/shims.js:8489:24) at TLSSocket.emit...
From nodejs/undici issue 1531, it seems like it could be an ipv6 config issue? Maybe something wrong with the marvel.geoffrich.net domain?
Clicked the big "enable ipv6" on Netlify DNS, we'll see if that fixes it (probably need to wait for changes to propagate)
Potential filter: `title.includes('Trade Paperback')`
Another way of doing this is to query the random data set when retrieving a year and remove items that are no longer present in the response. This could be...
Looks like this comes back as `"format": "Digital Vertical Comic"` from the API.
We'll probably need to write an additional key into Redis for this. All we have is the expiry key (which will eventually be removed)
Reopening since this still seems to be an issue - can someone provide a REPL showing the issue?
Fresh off a [Svelte Summit talk](https://geoffrich.net/posts/svelte-summit-2021/) about this very topic, I have some thoughts! I agree that Svelte has a responsibility to do something here, since it includes animation as...
Thanks for your thoughts, @dominikg and @clozach. Adding warnings (option 1) is a good thought, though I'm a little hesitant since I don't think we could perfectly determine whether or...