Gordon Mickel
Gordon Mickel
I would also be interested in having the limits for String and JSON fields made configurable. Our app has to save large documents and we're having to use ugly workarounds...
Any update regarding this? We're planning on launching later this month and are blocked by this. Thanks!
I used gzipping as the workaround I mentioned earlier in this thread. Naturally, that only delays the inevitable, our system deals with documents that can be up to around 1-2MB...
That's definitely possible, yes. In that case, configuration flags (as mentioned [here in the docs](https://www.prisma.io/docs/datamodel-and-migrations/datamodel-MYSQL-knul/#fields), but don't seem to exist) might be a viable solution.
Building on the example provided by @zernonia I posted a working example here: https://github.com/gmickel/shadcn-vue-nuxt-layer-monorepo The key change I made was to add ```ts tailwindcss: { cssPath: join(currentDir, './assets/css/tailwind.css'), } ```...
Thanks for the question @zenitogr ! CodeWhisper's main use-case is definitely implementing features, creating reviews, generating documentation, etc. on pre-existing projects. However you can easily workaround this by creating a...
If I were to add that functionality, I would probably use a second command that doesn't follow the codebase -> plan -> code generation route. I'll look into it. Quick...
Realistically, for complex implementation tasks you'll want to be using the Anthropic, OpenAI or LLama 3.1 405b models. The latter isn't yet available on Groq, but I'm looking into adding...
I bet you would! ;)
Was in a call earlier, which is why I only responded with the Emoji. I'm definitely interested in extending CodeWhisper's functionality further. I'm just going to focus on a couple...