Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

MickL

MickL forked mvrlin/nuxt-viewport

MickL/nuxt-viewport

MickL opened an issue on mvrlin/nuxt-viewport
Disable cookies
Hello, I dont want to use any cookies on my website, especially because I dont want to add a cookie banner as required by EU law. Unfortunately I couldnt find the possbility to disable the viewport...
MickL opened an issue on harlan-zw/nuxt-seo
fix: site description overwrites description set by `useServerSeoMeta`
### 🐛 The bug When using `useServerSeoMeta`, the description doesnt get set: ```ts useServerSeoMeta({ title: 'title mainpage', description: 'description mainpage', }); ``` Instead it is alwa...
MickL opened an issue on harlan-zw/nuxt-seo
fix: html `lang` is not set correctly with nuxtjs/i18n
### 🐛 The bug When using [nuxtjs/i18n](https://i18n.nuxtjs.org/) the `lang` attribute of `html` is falsely set and is the same for all languages. I dont even know where it gets its value from, but...
MickL created a comment on an issue on nuxt-modules/tailwindcss
If you guys use `@nuxt/fonts`, dont forget to set `processCSSVariables` to `true` as [written in the docs](https://fonts.nuxt.com/get-started/configuration#experimental) Also linking #820 which is...

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
If you guys use `@nuxt/fonts`, dont forget to set `processCSSVariables` to `true` as [written in the docs](https://fonts.nuxt.com/get-started/configuration#experimental)

View on GitHub

MickL created a comment on an issue on mateenagy/vue-formify
Possibly you could do form level validation but dont show the errors until a field gets dirty. My idea with the binding was that if you need more emits for handling this cases, like keyup and blur...

View on GitHub

MickL created a comment on an issue on mateenagy/vue-formify
What really bothered me is that I need to import components in my code (you never have to do that in Nuxt) AND that I need to call `createInput` manually. Maybe if the needed bindings could be pass...

View on GitHub

MickL created a comment on an issue on mateenagy/vue-formify
Works like a charm now with the focus emit! Maybe this is a better approach to create custom components for the docs?

View on GitHub

MickL created a comment on an issue on mateenagy/vue-formify
I see! Maybe then the docs are just not linked to the repo, because normally they have an edit button which automatically creates a PR :)

View on GitHub

MickL created a comment on an issue on mateenagy/vue-formify
Thanks! Then this is the solution without `createInput` innit? :)

View on GitHub

MickL opened an issue on mateenagy/vue-formify
Some errors in the docs
I found multiple errors in the docs but I didnt see an edit button to fix it myself: - https://vue-formify.matenagy.me/docs/form-level-validation/valibot/ -> It should be `import * as v` instead o...
MickL created a comment on an issue on nuxt-modules/tailwindcss
Also v4 is out since yesterday :) https://tailwindcss.com/blog/tailwindcss-v4

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
Thats what I posted already: https://github.com/nuxt-modules/tailwindcss/issues/919#issuecomment-2527798954

View on GitHub

MickL created a comment on an issue on nuxt/ui
Yes I know but maybe this can be done by default by Nuxt UI BUT be opted-out in nuxt config? Nuxt UI is all about convenience. It comes with Nuxt Icons and Nuxt Fonts, they dont need to be install...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Maybe cursor: pointer could be added by default but opt-out with a config variable? I guess most, if not all, of the developers will want to have a pointer for buttons, tabs, etc

View on GitHub

MickL created a comment on an issue on nuxt/ui
I think they are ALL missing a pointer cursor. Not sure why, but it seems to be a feature not a bug. First thing I did was adding pointers to all components I use in app.config

View on GitHub

MickL created a comment on an issue on nuxt/nuxt
You guys need to provide reproduction repos. Probably your problem is an individual problem. Possibly also check if you are using libraries that only work in Node and not in a serverless edge funct...

View on GitHub

MickL created a comment on an issue on lbenie/reading-time-estimator
Unfortunately I dont have the time right now but the following should already do the trick and remove all html tags? ``` const strippedText = input.replace(/<[^>]*>/g, '').trim(); ``` I think it ...

View on GitHub

MickL created a comment on an issue on colinhacks/zod
The solution is a full rewrite of Zod, or switching to another library I guess

View on GitHub

MickL created a comment on an issue on nuxt/ui
Amazing !!

View on GitHub

MickL created a comment on an issue on nuxt/ui
Thanks for the info! This makes the parent open by default but it still displays an arrow even tho it is not collapsible. At least the arrow should be hidden, but it would be nice if it also transf...

View on GitHub

MickL created a comment on an issue on cemu-project/Cemu
There is a fully working, but WIP, Metal version: https://github.com/SamoZ256/Cemu/releases

View on GitHub

MickL created a comment on an issue on storyblok/storyblok-cli
How can I see the error? I get: ``` An error occurred when executing the pull-components task: Error: [object Object] ``` I dont know what means and how to fix it since the error is not s...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Possibly related: https://github.com/nuxt/ui/issues/2947 For me it works fine on macOS. It seems especially weird to me that this happens on `bun install`. Also this is just a type import that sho...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Hello! I think you dont want to update `main.css` if possible. Always check the [theme section](https://ui3.nuxt.dev/components/modal#theme) of a component to see what you can customize (probably e...

View on GitHub

MickL opened an issue on nuxt/ui
Table rows dont get deleted / unmounted when data changes
### Environment - ### Is this bug related to Nuxt or Vue? Nuxt ### Version v3 latest commit ### Reproduction Consider the following simplified example. The badge never changes color. Also if...
MickL created a comment on an issue on drizzle-team/drizzle-orm
Your answer is not even related to this issue. Is this AI generated? How to set up Drizzle with Wrangler is already shown in the [docs](https://orm.drizzle.team/docs/connect-cloudflare-d1). `gen...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Might this be something for v3 that uses [TanStack Table](https://tanstack.com/table/latest) @benjamincanac ?

View on GitHub

MickL created a comment on an issue on MikeMcl/decimal.js
Yeah thats exactly what I meant :) Except for optionally a `pipe()` function could be added to `Decimal `

View on GitHub

Load more