Matt Lehrer

Results 6 comments of Matt Lehrer

I got this to work by adding a LoggerInterface in src/interfaces/LoggerInterface.ts: ``` interface LoggerInterface { debug(message: string, ...args: any[]): void; info(message: string, ...args: any[]): void; warn(message: string, ...args: any[]): void;...

For everyone following these issues with Svelte, the Tailwind team just released a [prettier plugin](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier)

I'm excited for this and thankful. @drejohnson, make sure to change Solid-> Svelte in the [package.json](https://github.com/drejohnson/query/blob/bdfeac4727a71cdc6082c710212483376f074be7/packages/svelte-query/package.json#L4)

For requests to `/api/v1/accounts/lookup?acct=`, pleroma responds with `Can't find user`. It does work if this request is made to /api/v1/accounts/. Same for Friendica except the error on the lookup request...

You need both "Suggest account to others" checked and "Hide your social graph" unchecked for a service like this to work. I think it's a bug for Mastodon not to...

You're right. Sorry. It looks like mastodon.cloud does not allow access to the following list without an access token, even though it's public on the web.