Tony Worm

Results 321 comments of Tony Worm

another interesting case to consider, where changing the default may still be considered to be backwards compatible (?) v1. `aunion: float | *int` v2. `aunion: float | int | *1`...

- Agent mode - they are under `.github/instructions/.instructions.md` - yea, the list of globs->instruction files and related pre-text are there in both log entries (before / after file read that...

@aeschli do what you like, I do not use copilot anymore because of rationale like this. I've implemented this behavior in my custom coding agent extension and it's much better...

One pattern you might consider is `schemas: [#SchemaDef, ...#SchemaDef]` which has the effect of requiring at least one element

The default seems to prevent the out of bounds issue, assuming it is always required. One could use `error` in the case the default should fail the config and provide...

What about an operator for `subsumes`? like `if subsumes(a, b) { "a subsumes b" }` I'm trying something like ``` t: int result: [ if (t & int) == _|_...

@RobertSalm I wrote some thoughts on editing and a method we can use today outside of the Bluesky app https://verdverm.com/blog/adding-record-editing-with-history-to-atprotocol There are certainly various social and philo aspects, which I...

I'm not sure this is right, the intention here is to cause the `missing required field` iff the downstream user fails to provide it. This change would create a required...

@kaytwo I've considered going to a full-node setup somewhere (still am, but have a lot of other things). Cloudflare has a container product coming later this year that is supposed...

@eiiot I believe this line is the issue and there is not much we can do about it without upstream code changes https://github.com/bluesky-social/atproto/blob/main/packages/identity/src/handle/index.ts#L52