Jackie McDoniel
Jackie McDoniel
I'm doing what I can top keep this PR active and current so it can be reviewed and merged when ready. Let me know if there's anything else that can...
I'm not opposed to hosting it in the ogma repo at all. Thanks for getting back to me on this. It _seemed_ that adding the instrumentation to the repo was...
First, thank you for the support and patience as I've been dealing with a bunch of life stuff and this ended up getting swallowed by notifications! Really appreciate the feedback...
The changes are correct, but rather than keeping documentation in two places, I'm gonna update the READMEs to point to the [hosted documentation](https://ogma.jaymcdoniel.dev) so that I don't end up needing...
I've got a [basic PR](https://github.com/OzymandiasTheGreat/mopidy-ytmusic/pull/73) in that makes ytmusicapi >= 1.0.0 work, ~~but nothing about supporting OAuth yet~~ PR now supports OAuth too. I'm not sure well versed in python...
From the README > If all you're looking to do is run the tests and see it all works, just run `node -r @swc/register test/index.spec.ts` Though I suppose I should...
I can look into this. Determining the dependencies and graphing them out may be a bit complex, but I'll see what can be done
Shouldn't this be related to the multer configuration? `@nest-lab/fastify-multer` is just a wrapper on top of `fastify-multer`. You might need a custom multer engine, but it should still be compatible...
Awesome! To generate a new Nest application with nx you can do either of the following 1) if `nx` is installed run `nx g @nrwl/nest:application ` 2) if `nx` is...
Hi there, I see that you've already stated the move to TypeScript, can I help? Would you rather I fork or clone the repo?