Kevin Hill

Results 63 comments of Kevin Hill
trafficstars

Happy to hear you have time to work on this 😊 I know how hard it is to carve out time. To be honest, I haven't touched the code that...

When trying to use in the root of my monorepo 😢 ![image](https://user-images.githubusercontent.com/266076/183673192-789d46c1-85d9-4ad0-b579-ed3779bb8281.png)

Wouldn't it just be easier to make a list of your own repos? Not to rain on your parade, but how would the tool know what repositories you control, to...

[Wait, isn't this just git clone --depth 1?](https://github.com/Rich-Harris/degit#wait-isnt-this-just-git-clone---depth-1)

I was not prepared to justify my request, heh... personal preference? I like being able to have my CLI tools be noisy or quiet depending on how I am using...

I second this! I can't figure out how to get antlr runtime into netbeans.

I know I am pushing the bleeding edge, heh, I might just downgrade OpenAI for now ![image](https://github.com/TypeAI-dev/typeai/assets/266076/8f006932-85e2-4c30-9a0d-46f840beb4f2)

I don't know if you want to provide a constant for end-users, but this is how I keep it straight in my projects: ``` export const GPT_35_TURBO = "gpt-3.5-turbo"; export...

I think I might have found the issue! The difference between the x,y in Rectangle vs all the others, is that they were `int` I tried adding a method like...

When I would try to switch to the other shapes, it would just show nothing up in the top area