Kendrick Taylor

Results 7 issues of Kendrick Taylor

I feel like I must be doing something wrong, or misunderstanding how the library works, but it seems like the first one (with leading `./`) should be true as well....

Let me know if you're interested in this one too. If so I'll fix up the docs, etc. I added some code that lets you randomly color the char section...

new-feature
frozen
needs doc update
under-discussion

Thanks for the awesome software. I'm an engineer at Midjourney and I love how accessible you're making these new open source models. I want to chip in a little. Would...

enhancement

In some languages (like python and javascript) you can use _ for readability as a number separator. eg: 1_000 for 1,000. Is there an easy way to support the separator...

There is a small bug in the whisper.nvim script where you use the `model` variable to check the existence of the model, but you don't use it in the actual...

Don't know if this is an easy one or not: ``` function argumentsDoNotWork(){ console.dir(arguments); await{ setTimeout(defer(), 100); } argumentsDoNotWork("foo", "bar"); ``` It's because the arguments array gets wrapped in an...

Thanks for building this and providing it to the world for free. ### Context (Environment) Heroku ### Expected Behavior Get some search results ### Actual Behavior We get the standard...

bug