Kevin Hill
Kevin Hill
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 😢 
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 
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