Max
Max
I see. > Some functions are only there, just to distinct the return type You mean e.g `lookupArtist`? I like having those "extra" functions, as they make it more intuitive...
> The point of the module is to provide easy API access to MusicBrainz. Yes, I agree with that. >Would you be interested sharing ownership of this project @[Haschikeks](https://github.com/Haschikeks)? I...
Hey there first of all great library, ty 😀 While checking the example (especially the advanced) I noticed, that the implementation is not consistent. For example in the `about.tsx` you...
> The usage of `getServerSideProps` is intentional: Ah yeah okay I see, my bad. > Thanks for the hint @Haschikeks! I've just set up a PR to unify the lodash...
Hi @richsoni thank you for reporting. I've created a Pull request to update/fix the examples.
Hey, I might want to add something to this problem. When you use `0` as a value for an id column, the `Query upsertOne... is required to return data, but...
Hey I can definitely have another look at it. I think I can provide better feedback at the end of the week.
Okay, so after experimenting a little bit we would need to do something like this ```typescript export interface ReleaseIncludes { labels: ILabel; recordings: IRecording; } ``` and use it in...
I'll check if this would work too. May I ask why you want to get rid of the various `lookup` functions?
@Borewit If we wanted to use the above outlined type system we can do that. But there would need to be some changes to your outline. To use the include...