Jed Fox

Results 602 comments of Jed Fox

Also, from my experience, the TypeScript compiler API provides a ton of functionality in terms of extracting details about types, but it is totally undocumented. Here’s some code I wrote...

It seems fairly stable, judging based on the log of breaking changes: https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes

In terms of DX, my first thought is that you would provide a list of `.ts`/`.d.ts` files as input, and each would be turned into its own Swift module. That...

I think this issue is now fixed (looking at the code, the compose view seems to fetch and respect the max media count).

Related: #331 (about loading in preferences from your account), #511 (about a different preference that is relevant to the app)

The underlying issue here is that the Mastodon app requires `meta.original.[width/height]` to be provided so it can lay out its UI appropriately. Any media attachments that don’t provide that information...

I think this can be closed now, since it will be fixed by Friendica when a new release happens and instances upgrade.

I like the Twitter approach of multiple top tabs on the home tab that you can swipe between! (Plus a way to view all of your lists somewhere else)

I don’t think there’s a way to allow folks to enter their username and password directly after tapping the “Log in” button since we don’t know what server their account...