Kevin Hill

Results 10 issues of Kevin Hill

I read in the TypeScript docs that `interface` is preferred over `type` since they can be extended and merged. What do you think?

![image](https://user-images.githubusercontent.com/266076/181920052-156bcb5d-fb67-464f-a2e6-538e1c20dfcc.png)

Has Merge Conflict
Untested Change

I didn't make a direct fork so I guess it didn't show on here, but, what do you think of this? I saw you just posted a types file and...

https://github.com/Thinkmill/manypkg/blob/0fecbcb94df338ed1a494c94e30fcacbed2fab5c/packages/cli/src/utils.ts#L23

What do you think about: - Putting the parse function in the `utils.js` - renaming to `parseSpec` for a little clarity - exporting from package for external use? unrelated... sorry,...

I would like to have the `opts` passed to the updater function so that I can conditionally `console.log` when using the `--test` flag. ```typescript export default (workspaceDir, { test })...

[I was trying to follow the example after "They can be used like this:"](https://github.com/openai/openai-node/discussions/217) and ran into weird errors with the types not aligning. https://github.com/openai/openai-node/discussions/217

[Adding `-0613` to the model per OpenAI stating that those models have the function calling capabilities.](https://openai.com/blog/function-calling-and-other-api-updates)

This helped make my editor happy

I got the simulator up and running, but was saddened when the layout did not switch to circle. I have a 16 pixel ring and want to experiment, but the...