Inesh Bose
Inesh Bose
Thanks for confirming. I wonder if it's okay I close this issue and we track in https://github.com/nuxt/nuxt/issues/26454 as we confirmed its not a module (or Nuxt) issue as this happens...
Also noticed that this PR says `feat!`, but I don't think this would be a breaking change 😄 > defu already clones nested structures (plain objects, arrays) Here's an example:...
> Do I understand correctly: No more need for `@nuxtjs/tailwindcss` with Tailwind 4 due to Tailwinds first-class support for Vite? Unlikely. The module will still be useful in providing and...
I feel this may be related too: https://github.com/ineshbose/simple-icons-latex/issues/2
Should be fixed by #20
What about configuring Octokit? ```ts import { Octokit } from 'octokit' const ungh = new Octokit({ baseUrl: 'https://ungh.cc' }) ``` (Complete API implementation would still be required)
@pi0 - seeking advice on how to approach the build for this! (Please check my message on Discord)
Lately I've been thinking of composables like `useScule('camelCase', 'my-string')`, with the first argument as function name and second (onwards) as input. This may not be good for variable argument sizes...
The idea I think I should sit on: 1. Use star-imports for module instead, like: ```ts addImports({ name: '*', as: 'scule', from: 'scule' }) // then it would be used...
(closing this, we can definitely discuss this at a much better/easier time)