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 nitrojs/nitro
> PS: Nitro 2.10 supports `.dev` prefix in files to automatically exclude them from production :) Thats amazing! Does it work also in Nuxt with pages/components/assets or is it Nitro exlusive?

View on GitHub

MickL opened an issue on vue-email/vue-email
vue-i18n is breaking render within <Tailwind></Tailwind> in child components
Using vue-i18n within the root component works fine: ```vue <template> {{ $t('hello') }} </template> ``` Unfortunately everything breaks when using it in a child component: Root: `...
MickL created a branch on MickL/vue-email-vuei18n-bug

main

MickL created a comment on an issue on vue-email/vue-email
I think just `<body>` should not be part of `<Html>`? This would be a breaking change. Like so: ```vue <script setup lang="ts"> import { Html, Body, Button } from '@vue-email/components' </sc...

View on GitHub

MickL opened an issue on vue-email/vue-email
`pretty` is not exported
When I try to reuse the [render function](https://github.com/vue-email/vue-email/blob/main/packages/render/src/shared/render.ts) to add vue-i18n, I cant use `pretty()` because it is not exported: ...
MickL opened an issue on nitrojs/nitro
ignore is not working
### Environment Nitro: 2.10.4 Bun: 1.1.34 Node: 22.11.0 ### Reproduction - https://github.com/MickL/nitro-bug-ignore - https://stackblitz.com/~/github.com/MickL/nitro-bug-ignore ### Describe...
MickL created a branch on MickL/nitro-bug-ignore

main

MickL created a repository: MickL/nitro-bug-ignore

https://github.com/MickL/nitro-bug-ignore

MickL created a comment on an issue on joeyates/imap-backup
Thanks for your quick response! Pressing 4 - modify connection options and adding the following did the trick: ``` { "ssl": { "verify_mode": 0}} ``` I didnt know there are more pages o...

View on GitHub

MickL closed an issue on joeyates/imap-backup
certificate verify failed (certificate has expired)
Hello! I am getting the following error: > Backup for account '...' failed with error SSL_connect returned=1 errno=0 peeraddr=...:993 state=error: certificate verify failed (certificate has e...
MickL opened an issue on joeyates/imap-backup
certificate verify failed (certificate has expired)
Hello! I am getting the following error: > Backup for account '...' failed with error SSL_connect returned=1 errno=0 peeraddr=...:993 state=error: certificate verify failed (certificate has e...
MickL created a comment on an issue on vue-email/vue-email
@Flowko may you reopen?

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
Anyway this does not work with tailwind. Because i need to add classes to the body element and not styles.

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
I didnt know it exists :)

View on GitHub

MickL created a comment on a pull request on vue-email/vue-email
May you explain what you changed exactly @kabarchonok ? i see a lot in the package.json but because it has been reordered I am not exactly sure what you did exactly to fix this :)

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
Sounds amazing! Unfortunately Flowko seems to be unavailable. May you release the fix on npm in the meantime?

View on GitHub

MickL created a comment on an issue on cheeriojs/dom-serializer
Does it actually matter for the end result if the tag is self closing or not?

View on GitHub

MickL created a comment on an issue on vue-email/vue-email
@kabarchonok Did you find anything out? I invested a lot of time and effort in integrating vue-email and thening my mail tenplates but with this bug it is unusable. I cant send mails to my custo...

View on GitHub

MickL created a comment on an issue on vueuse/vueuse
I added a PR

View on GitHub

MickL opened a pull request on vueuse/vueuse
Fixed missing types for fromEvent
Fixes #4307
MickL pushed 1 commit to patch-1 MickL/vueuse
  • Fixed missing types for fromEvent Fixes #4307 b3c2c9b

View on GitHub

MickL forked vueuse/vueuse

MickL/vueuse

MickL opened an issue on vueuse/vueuse
fromEvent is not a wrapper around rxjs fromEvent
### Describe the bug The [docs say](https://vueuse.org/rxjs/from/) from and fromEvent are "wrappers around RxJS's [from()](https://rxjs.dev/api/index/function/from) and [fromEvent()](https://rxjs....
MickL created a comment on an issue on vueup/vue-quill
Still not solved. Please dont close unsolved issues. Personally I switched to headless Tiptap editor

View on GitHub

MickL created a comment on an issue on nuxt-modules/i18n
I think we can use https://github.com/nuxt-modules/i18n/issues/498#issuecomment-555610691 for now, but I agree this feature is a MUST

View on GitHub

MickL opened an issue on intlify/vue-i18n
Set number format for different locale than current
### Clear and concise description of the problem I have a shop that sells to EU countries. All of the EU countries use the same number format: `1.150,00 €` My main website is in German (locale:...
MickL opened an issue on nuxt-modules/i18n
Per-page translations
### Describe the feature Same as #498 from 2019, I guess: I am having some pages that do not have repeating text and content, e.g. "general terms conditions". What I would love to have is a page ...
MickL created a comment on an issue on nuxt/ui
I think the decision is good but I dont like the name Reka UI aswell

View on GitHub

MickL created a comment on an issue on nuxt/ui
Btw guys Radix Vue v2 is coming and they are [planning a rebranding](https://github.com/unovue/radix-vue/issues/908). It will be called Reka UI. I think Nuxt UI v3 should wait for this update too? ...

View on GitHub

MickL opened an issue on eBay/event-notification-nodejs-sdk
Add TypeScript definitions
Nowadays mostly all projects are written in TypeScript. Please add a declaration file or transfer the project to TypeScript as well.
Load more