Daryl Bagley

Results 5 issues of Daryl Bagley

The `resourceCase` option defaults to 'kebab' even though that's invalid for Kitsu. For example, when trying to include "animeStaff" when fetching anime, the error "anime-staff is not a valid relationship...

enhancement
in progress
kitsu
kitsu-core

The following query gives a 500 error: - [/library-entries/63638946?include=anime,anime.categories](https://kitsu.io/api/edge/library-entries/63638946?include=anime,anime.categories) Here are some similar but working queries: - [/library-entries/63638946?include=anime](https://kitsu.io/api/edge/library-entries/63638946?include=anime) - [/library-entries/63638946?include=anime,anime.genres](https://kitsu.io/api/edge/library-entries/63638946?include=anime,anime.genres) - [/library-entries/63638946/anime?include=categories](https://kitsu.io/api/edge/library-entries/63638946/anime?include=categories) Of particular relevance is the fact that the...

When I open my pdf, my default scale setting of `page-fit` is used. However, when I run code that modifies the pdf, the viewer reloads the pdf with scale `auto`.

bug

In the generated typescript there's a function `m` that gives a compiler error. ``` function m(additional: any) { return { props: [], additional }; } ``` The error is `error...

bug
TypeScript

I hard linked a note so that it would exist in multiple places on my drive (including a read-only webserver) and when I renamed the note by editing the header...