Cody Casterline

Results 185 comments of Cody Casterline

Is there a clear winner between these two protocols? Are there sites that support oEmbed and not OGP?

Caveat: Potential for abuse? Users could "follow" a profile on a server, and syncing would then leak your IP to that server. Aha! But really only the user that stored...

To simplify the above flow, we could let users paste a URL to a user, and grab the server/userID out of that for them, instead of making them do it.

At least if these options aren't supported, they should cause a Kaniko build to fail so the user doesn't think they're getting these advantages (cacheing) or go off on wild...

Was excited to learn about this PR today! (bold! better italics! Color emoji! variable fonts! ❤️❤️) I briefly tried out the preview here and saw a minor issue w/ rendering...

Adding a data point here (and subscribing to this issue): We've got a monorepo with dozens of apps and shared libraries between them. The existing setup has a root `tsconfig.json`...

Yep, according to the blog post for 2.1 https://deno.com/blog/v2.1#embed-assets-files-in-deno-compile > Keep in mind that you can only include local files. Remote files are not supported.

Would also love more detailed docs on the HTMX request/swap/settle cycle. After reading the docs and playing around with code, I'm still confused. From the docs, I thought there would...

Oh, I did find some useful info here: in the [details](https://htmx.org/docs/#details) for CSS Transitions: > To understand how CSS transitions actually work in htmx, you must understand the underlying swap...

Question: The current typescript-based implementation assumes that when passing a literal to a constructor like this: ```js new Foo(`some string literal`) ``` the string literal can be garbage-collected since it's...