Grant Dickinson

Results 6 issues of Grant Dickinson

In #744, we added support for string-key annotations in mapped types: ```typescript /** Currency */ type CurrencyISO = string; /** Exchange rate */ export type ExchangeRate = Record; ``` ...which...

I was looking for the value of a `const` and noticed this possible bug. Second `if` is a duplicate of the first. https://github.com/google/magika/blob/36a867104d121cd058827e3762288d4f87461a36/js/src/config.ts#L48-L51

needs triage

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

pending-release
bug
workaround-available
p2

Trim whitespace from doc strings cc @okhat See https://github.com/stanfordnlp/dspy/issues/1376

A small cost optimization I can PR, but just checking first that if it's a good/bad idea or some reason not to do it. When `dspy` generates the `__doc__` prompts,...

Behavior 2.5

Wonderful paper and implementation. Thank you. Do you have guidance as to how you'd update (eg) the snake code, vs generate it from scratch? For example, how would you change...