Duncan

Results 30 comments of Duncan

Just add the right headers to your serve.json file: ```json { "headers": [ { "source": "**/*.gz", "headers": [ { "key": "Content-Encoding", "value": "gzip" } ] } ] } ```

The way we've been doing it at work is with type-only imports. An excerpt from our standards document, from the part on how we mark deprecations: ```ts // file: newFunction.ts...

~~I'd reach for Markdown for it - I think most people are familiar with how it works, even if they don't realize it.~~ After reading https://github.com/bluesky-social/social-app/issues/5065#issuecomment-2323421985, I'd advocate for Markdown...

Also see related #5065 #4750

Also, the godoc site won't display docs for packages without a recognizable license. [More info](https://pkg.go.dev/license-policy)

I get this too. It's offset to one side or the other, and only goes to how it's supposed to be if I switch apps or swipe up to view...

> Paul Frazee wrote about this text formatting issue, ["Why RichText facets in Bluesky"](https://www.pfrazee.com/blog/why-facets), so I guess we won't get the markdown support. However, it would be really nice to...

Yeah, I think Tumblr-style tags are great, sitting outside of the post body. Although, I suppose given that Bluesky limits post length, you might want to discourage the Tumblrite habit...

I have done something similar in our wrapper component. It does not seem like a change in value triggered this way causes any kind of event; I believe the only...