Bill Barry

Results 40 comments of Bill Barry

Indexes shouldn't be a number in the first place because that allows you to have index out of range errors. Since `Index` is not an accepted term, the class name...

heh, yeah I'm looking... probably wouldn't get to it for a while so if anybody else wants to try they are welcome. I'm not really sure what the best approach...

I see that this is quite old but I am getting: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target with `maven:latest`

heh yeah I guess I was unclear, it should be ref if it changes **OR it is a `struct` type**. Otherwise a copy is made which can be significant if...

It looks like the Github actions `ubuntu-latest` image switched to noble this morning (apparently still deploying according to https://github.com/actions/runner-images). Anyone with PowerShell actions in Github runners on `ubuntu-latest` are likely...

@eyalsk, it is nothing personal, my downvote is just that I'd rather see this be a keyword over an attribute. It is admittedly a fine line in the distinction (surely...

TLDR: I feel like this is unnecessary and that graphql api providers can support it today as an implementation detail revolving around conventions within the apis they are providing and...

reply about `@oneOf` > @bbarry Note that you can improve that final type by giving it the `@oneOf` directive: Not without a breaking change to the api. If the `@oneOf`...

Is there a discussion open for this item? I feel like most of the comments here would benefit from the formatting and associations that a discussion provides.

Similar/same issue as open bug for ts-essentials library: ```typescript export type Test = T extends number // doesn't really matter what the condition is ? Partial : Partial; function conditionalPartialTestErrors():...