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 eBay/event-notification-nodejs-sdk
Rename to 'ebay-event-notification-nodejs-sdk' or use namespace '@ebay/event-notification-nodejs-sdk'
This package is named 'event-notification-nodejs-sdk' in npm which sounds like a general event notification sdk. The name has no relationship to eBay, even tho it is an event notificaiton sdk speci...
MickL opened an issue on eBay/event-notification-nodejs-sdk
Export constants
In you example you use constants.js but this makes no sense because this only works because your example is in your repo. In the real world to use your constants they need to be exported so we can ...
MickL created a comment on an issue on eBay/event-notification-nodejs-sdk
Why would you close an issue just because it is inactive? Please reopen, I just wanted to open the same one! In you example you use constants.js but this makes no sense because this only works b...

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
That is super weird, just by having the word "container" inside a <p> element makes issues?!

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
You are right, without the `<Tailwind>` wrapper the issue is not present. Unfortunately I am using Tailwind tho.

View on GitHub

MickL created a comment on an issue on nuxt/nuxt
> * "How do I migrate from Nuxt 3 to Nuxt 4?" I dont see how this can be useful. Seeing the welcome screen means the user created a fresh project which is most likely already v4.

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
@Flowko Do you have the chance to look at it maybe? It is kind of a crucial bug because it adds <br>s everywhere

View on GitHub

MickL created a comment on an issue on kazupon/vue-i18n
I just came back here 9 months later, having the exact same issue. Now I have way more number and date formats and languages so the duplicate code is enormous. Is there any ETA maybe @kazupon ?

View on GitHub

MickL created a comment on an issue on kazupon/vue-i18n
I just came back here 9 months later, having the exact same issue. Now I have way more number and date formats and languages so the duplicate code is enormous.

View on GitHub

MickL opened a pull request on socketio/socket.io-website
Added zod to validation libaries
As zod is currently the most popular validation library, I placed it on the top.
MickL pushed 1 commit to patch-1 MickL/socket.io-website
  • Added zod to validation libaries As zod is currently the most popular validation library, I placed it on the top. 98c8650

View on GitHub

MickL created a comment on an issue on socketio/socket.io
This sound to me like an issue with either Nitro or unjs/crossws but not Nuxt and not Socket.io ?

View on GitHub

MickL opened an issue on socketio/socket.io
socket.io for Bun?
I saw there is a socket.io-deno package and even tho I really love Deno I feel like Bun is currently skyrocketing both as a package manager as well as a runtime. Therefor I think it would be nice t...
MickL opened an issue on colinhacks/zod
Allow nativeEnum() after coerce
Currently a string like "1" cant be casted to a number enum: ```ts enum Animals { Dog, // 0 Cat, // 1 } const param = '1'; // From query params, always comes as a string // This ...
MickL created a comment on an issue on nuxt/ui
Please dont close an unresolved issue

View on GitHub

MickL opened an issue on vue-email/vue-email
How to add styles to <body> ?
When using the `<Html>` component, how can I add styles to the `<body>` tag? For example if I add a background-color to `<Html>` the background color is visible in Apple Mail but not in Gmail, prob...