Rubén Chiquin

Results 5 issues of Rubén Chiquin

If `module.exports = config` is the official working solution, should the docs be updated accordingly? _Originally posted by @aegatlin in https://github.com/iamvishnusankar/next-sitemap/issues/404#issuecomment-1172682638_

### Clear and concise description of the problem I need a CIF generator. [CIF](https://es.wikipedia.org/wiki/C%C3%B3digo_de_identificaci%C3%B3n_fiscal) is the tax identification code for businesses in spain. Similar to the [LEI identifier](https://www.gleif.org/en/about-lei/introducing-the-legal-entity-identifier-lei), but particulary...

c: feature
has workaround
p: 1-normal
m: company
s: waiting for user interest

### Environment I believe Next.js 14 uses Node v18 (LTS) I haven't tried in Next.js 13 but I suspect it might get a similar issue ### Reproduction I created [a...

## Team or Project Name Quote generator ## Team Members Just me! (https://github.com/randreu28/) ## Screenshots of your Project ![Screenshot from 2023-06-15 20-33-24](https://github.com/denoland/deno-kv-hackathon/assets/78311023/7c7461f8-2628-4b42-9f29-09608b9b5324) ## Link to demo on Deno Deploy https://quote-generator.deno.dev/...

It would be nice to support animations when exporting a spline scene, like so: ```tsx const { nodes, materials ,animations} = useSpline("https://your-url.spline.com"); useEffect(()=>{ animations.animationName.play(); },[}) ``` Or at least some...