Ecosyste.ms: Timeline

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

MickL

MickL opened an issue on nuxt-modules/i18n
`fallbackLocale` is not working
### Environment ``` ------------------------------ - Operating System: Darwin - Node Version: v22.11.0 - Nuxt Version: 3.15.4 - CLI Version: 3.21.1 - Nitro Version: 2.10.4 - Packag...
MickL created a comment on an issue on davidjerleke/embla-carousel
> clearly stated in the docs exactly at the place you would be looking for: Where the API reference for the `scrollTo()` method is. I implemented `scrollTo()` long time ago and was looking at `loo...

View on GitHub

MickL created a comment on an issue on davidjerleke/embla-carousel
It is not so nice to say that I didnt make an effort. I searched through the docs, the issues and I created a reproduction repo. I am sorry that I didnt see this sentence that you underlined. #109...

View on GitHub

MickL created a comment on an issue on mvrlin/nuxt-viewport
Thanks for the info! May you want to update the readme for everyone, as I suggested, to describe more of the flow with the ssr/browser detection/client actual viewport/cookie? Maybe also a flow cha...

View on GitHub

MickL created a comment on an issue on nuxt/icon
If I see correctly the `scan` functionality is doing exactly what I requested. Maybe it should be activated by default for worker functions or at least be highlighted more in the docs? I saw a fre...

View on GitHub

MickL created a comment on an issue on nuxt/ui
> Hello, is there any way to use `UTable` and make the full row clickable (as `NuxtLink`) and with an hover effect? Clickable table rows came up a lot of times already and I would also REALLY appr...

View on GitHub

MickL created a comment on an issue on nitrojs/nitro
Probably ALL providers would need an info that they dont get auto detected when using Turborepo without explicitly allowing the variables or setting `--env-mode=loose`? I opened an issue: https://...

View on GitHub

MickL opened an issue on vercel/turborepo
Allow env variables that are used to detect deployment environment
### Verify canary release - [x] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue - ### Which canary version will you have in ...
MickL pushed 1 commit to turbo MickL/nitro-minimal

View on GitHub

MickL created a comment on an issue on nitrojs/nitro
You are right, works in a minimal reproduction repo that I created. I figured this is an issue of Turborepo that I am using: Turborepo is actually removing all environment variables that are not o...

View on GitHub

MickL pushed 1 commit to turbo MickL/nitro-minimal

View on GitHub

MickL pushed 1 commit to turbo MickL/nitro-minimal

View on GitHub

MickL created a branch on MickL/nitro-minimal

turbo

MickL opened an issue on nitrojs/nitro
Nitro doesnt set NODE_ENV to production
### Environment Bun 1.2.1 Nitro v2 / v3 ### Reproduction https://github.com/MickL/nitro-minimal ### Describe the bug $production is not working in environments like Cloudflare Pages because NO...
MickL created a branch on MickL/nitro-minimal

main

MickL created a repository: MickL/nitro-minimal

https://github.com/MickL/nitro-minimal

MickL opened an issue on unjs/c12
$production is not working in some environments
### Environment - Bun 1.2.1 - Cloudflare Workers / Pages - Nitro v2/v3 - Nuxt 2.x ### Reproduction - ### Describe the bug It seems like `$production` is not working in all environments because...
MickL opened an issue on nitrojs/nitro
v2/v3: Cloudflare preset is not set anymore
### Environment bun 1.2.1 [email protected] ### Reproduction - ### Describe the bug When deploying to Cloudflare Pages, the preset 'node-server' is selected instead of...
MickL created a comment on an issue on nuxt/icon
Hello @antfu , why did you close the issue? Can we keep it open please until it is resolved?

View on GitHub

MickL opened an issue on nuxt/icon
Treeshaking unused icons
nuxt-icon is amazing BUT it seems like icons are all-or-nothing. E.g. consider someone using only 2 icons from material-symbols. This will result in either bundling 884 Kb with the build or, especi...
MickL opened an issue on tailwindlabs/tailwindcss
Improve treeshaking
<!-- Please provide all of the information requested below. We're a small team and without all of this information it's not possible for us to help and your bug report will be closed. --> **What v...
MickL created a comment on an issue on nuxt/icon
Is this still an issue? I am deploying to Cloudflare since 1 year, always used nuxt/icon and never had any issue

View on GitHub

MickL created a comment on an issue on nuxt/fonts
I think the last one is kinda crucial for a frictionless dx. Also there is a critical bug that makes the module unusable atm: #468

View on GitHub

MickL created a comment on an issue on nuxt/fonts
Unfortunately I have the same issue: main.css: ```css @import "tailwindcss"; @theme { --font-sans: 'Inter', sans-serif; --font-serif: 'Merriweather', sans-serif; } ``` Even tho I tried ...

View on GitHub

MickL created a comment on an issue on nuxt/ui
If you want buttons to have cursor pointer, I recommend to do this the Tailwind way (not writing css as shown above): main.css: ``` @layer base { button, [role="button"] { @appl...

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
But this would rather be something Tailwind needs to fix because it affects all Vite projects which might be most of the projects that use Tailwind. I dont think it is something Nuxt should try to ...

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
Could you elaborate? I work with Tailwind 4 for some time now and it works like a charm, couldnt be more happy! No need to a Nuxt module from my side but maybe I am missing something?

View on GitHub

MickL created a comment on an issue on nuxt-modules/i18n
Thank you SO much for the quick fix! When I initially discovered the bug I was thinking this cant be true because nuxt i18n is already in v9 and nuxt-seo in v2. I am happy I made the reproduction a...

View on GitHub

MickL opened an issue on mvrlin/nuxt-viewport
Add explanation to readme
Hello! Could you add a little explanation to the readme how this module works in particular? - Initially the server needs to renders "something". It seems like nuxt-viewport is trying to find the ...
MickL opened a pull request on mvrlin/nuxt-viewport
Update README.md
In Tailwind 3 and 4 there is no `xs` breakpoint with 320px width, rather everything below 640 is the considered to be the default. I therefor lowered `xs` width to 0. I was also considering to rena...
Load more