Ecosyste.ms: Timeline

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

MickL

MickL created a comment on an issue on nuxt/ui
Doesnt it make sense to unify them when one is better supported? Personally I would love to use slideover but it doesnt have a swipe to close feature. Without the follow-pointer-movement, like Draw...

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
What exactly? I think the whole purpose of Tailwind is not to write css or scss again.

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
If you use the powers of Tailwind you dont need any scss ever again

View on GitHub

MickL created a comment on a pull request on nestjs/nest-cli
Nothing is missing, Bun works as a package manager for all projects. The PR is tiny to adapt Nest CLI to it but NestJS is regulated by a single person who decides about everything and merges or clo...

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
No need for scss when using Tailwind. Apply classes like this: ```css h1 { @apply font-bold; @apply text-2xl; }

View on GitHub

MickL created a comment on an issue on nuxt/ui
Shouldnt be [Drawer](https://ui3.nuxt.dev/components/drawer) and [Slideover](https://ui3.nuxt.dev/components/slideover) be the same component? As far as I see the only difference is that a Drawer h...

View on GitHub

MickL opened an issue on nuxt/ui
Unify Drawer spacing
### Description A drawer that comes from left/right has spacings: <img width="421" alt="Image" src="https://github.com/user-attachments/assets/e9a1a6d6-7159-4a7a-97f9-7575f7ea4e90" /> A drawer th...
MickL created a comment on an issue on nuxt/ui
Setting this in nuxt.config.ts did the trick: ```ts icon: { cssLayer: 'components', }, ```

View on GitHub

MickL opened an issue on nuxt/ui
NavigationMenu with non-collapsible parents
### Description Using [NavigationMenu](https://ui3.nuxt.dev/components/navigation-menu) parent items are currently always collapsible. The following is not possible: <img width="252" alt="Image" ...
MickL created a comment on an issue on vueup/vue-quill
Why 🙄

View on GitHub

MickL created a comment on an issue on nuxt/image
Currently Nuxt Image only supports transforming images **outside** of Cloudflare Images, see: https://developers.cloudflare.com/images/transform-images/ I agree that the naming is very confusing! ...

View on GitHub

MickL created a comment on an issue on nuxt/image
Currently Nuxt Image only supports transforming images **outside** of Cloudflare Images, see: https://developers.cloudflare.com/images/transform-images/ There is an open feature request to support...

View on GitHub

MickL opened an issue on intlify/vue-i18n
Unify defining number formats for different locales
### Clear and concise description of the problem At the moment number formats need to be defined for every locale, but this results in duplicate code: ```ts numberFormats: { de: { ...
MickL opened an issue on intlify/vue-i18n
Use different locale for number and date formatting than current locale
### Clear and concise description of the problem * The common number format in the EU, at least for the countries I know, is `1.000,00 €` * I have a website translated in German, French and Spani...
MickL opened an issue on nuxt/ui
v3: Interfaces cant be resolved in WebStorm
### Environment ``` - Operating System: Darwin - Node Version: v22.11.0 - Nuxt Version: 3.14.1592 - CLI Version: 3.16.0 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Bui...
MickL created a comment on an issue on typestack/class-transformer
This package is unmaintained and in 0.x since ever. Personally I switched to Valibot which is also more flexible. Some people may also use Zod but it is not as tree shakable.

View on GitHub

MickL created a comment on an issue on nuxt/nuxt
I also need to thank @TheAlexLichter because without his [video](https://youtu.be/jXH8Tr-exhI) I wouldnt been able to make it

View on GitHub

MickL created a comment on an issue on nuxt/nuxt
Until this is done, I want to share my approach to create a custom fetch. Personally I use it to talk to my (external) API, but another use case is to check if the response is 401 (unauthorized) an...

View on GitHub

MickL created a comment on an issue on nuxt/ui
I will try. Do you have a reference to this option? Cant find it. In the end I guess the issue is only that tailwind css seems to come before icon css.

View on GitHub

MickL created a comment on an issue on nuxt/ui
Yes but I cant change the order because apparently the Nuxt layer comes first. If there is no possibility on Nuxt UI side, I have to remove it from the layer or make an additional layer for non-Nu...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Oh wow this 1. is a nice solution. Maybe this example could be added to InputMenu and SelectMenu as well! Also maybe the other two points could be at least mentioned in the docs (may dont need a co...

View on GitHub

MickL created a comment on a pull request on nitrojs/nitro
Thanks for the update! I think what people dont see is the huge ecosystem around Nitro where a lot of things are happening, and eventually all of them will end up to form Nitro v3. Btw you sa...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Sorry for missunderstandement. Nuxt-icon is used by all apps and needs to be configured in the same way for all of them. Nuxt UI on the other hand is only used by one single app which also needs th...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Yes I know but it is part of a Nuxt layer, together with its configuration, used in multiple apps (only one of them is using Nuxt UI).

View on GitHub

MickL created a comment on an issue on nuxt/ui
Found the issue: It depends on the order of adding modules in nuxt config. I have 'nuxt-icon' added to modules, even tho I use nuxt ui, because it is part of a Nuxt layer. With this order the style...

View on GitHub

MickL created a comment on an issue on nuxt/ui
`1.10.2`

View on GitHub

MickL created a comment on an issue on nuxt/ui
> Probably too late, but having a `clearable` prop on USelectMenu would be highly appreciated :-) I was looking for this too! Actually exactly in this moment I integrated it myself but I would als...

View on GitHub

MickL opened an issue on nuxt/ui
v3: Icon size gets overwritten by icon's width/height
### Environment - ### Version v3 latest commit ### Reproduction - ### Description The `size-*` class applied by a button gets overwritten by the icon itself: <img width="300" alt="Image" sr...
MickL created a comment on an issue on nuxt/nuxt
> I actually like having auto-imports. Having to import things like ref, computed etc. would be super annoying. Your IDE is doing that for you automatically nowadays… The ones who like auto impor...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Btw ordering is the only thing Nuxt UI is missing. Currently I use [sortablejs](https://sortablejs.github.io/Sortable/) in my project (but not within a table)

View on GitHub

Load more