Samuel Richardson
Samuel Richardson
Hi, looks like the Redis library you're using for logging is now out of date with Node.js. It's throwing the following error: Error: Promise has been removed. See http://groups.google.com/group/nodejs/msg/0c483b891c56fea2 for...
There's a couple of lines in the CSS file: // Fallback Which are not valid CSS. They should be changed to: /\* Fallback */ It doesn't seem to cause any...
I'm not sure if this is a bug or a "feature" of the Echonest API. Sometimes when I fetch a list of biographies for an artist I only get back...
``` return { id, load() { const action = actions.fetchOne(ePId); return options.dispatch(action); }, find() { // if I mess up the prop name (e.g. engagement_packages) the loader component will get...
After pulling the repo and running an `npm install` I get VSCode complaining about the `@tsconfig/node20` package being missing. Adding: `"@tsconfig/node20": "^20.1.2"` To the dev dependencies and running another `npm...