Ecosyste.ms: Timeline

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

MickL

MickL forked nuxt/ui

MickL/ui

MickL created a comment on an issue on nuxt/ui
Thanks for the info! Unfortunately it has 145 kb which is a bit too big for just a validation imo. But I guess phone number validation is the super complicated thing you can do if you want to all m...

View on GitHub

MickL created a comment on an issue on Hopding/pdf-lib
I know it needs to be done manually. But without underline most usecases for PDFs like invoices are not possible and therefor the whole library is kinda useless innit? Unfortunately I needed to ...

View on GitHub

MickL created a comment on an issue on Hopding/pdf-lib
For bold and italic you need to change the font, I dont think there is any other way around it! For underline and strike-through tho we need support. I was just about to move from pdf-kit to pdf...

View on GitHub

MickL created a comment on an issue on Hopding/pdf-lib
@Hopding Is underline implemented? The issue is marked as completed but I cant find any option to do so. For bold and italic the font needs to be change, I guess this is okay.

View on GitHub

MickL created a comment on an issue on Hopding/pdf-lib
Yes :) Docs dont show it so it was not clear to me: ``` doc.addPage(PageSizes.A4); ```

View on GitHub

MickL created a comment on an issue on foliojs/pdfkit
I was hoping the times of using `@types` are over. May the types be integrated into pdfkit directly?

View on GitHub

MickL created a comment on a pull request on nitrojs/nitro
@corbinu Why did you downvote? Latest npm release is named `3.0.0-beta-28796231.359af68d` so I guess it is in beta?

View on GitHub

MickL created a comment on a pull request on nuxt/ui
I am getting ``` ERROR Internal server error: [postcss] postcss-import: /Users/mick/git/my-project/node_modules/tailwindcss/lib/index.js:1:1: Unknown word Plugin: vite:css File: /Users...

View on GitHub

MickL created a comment on a pull request on nuxt/ui
I just noticed when reading the docs, very cool! :) It is written [here](https://ui3.nuxt.dev/getting-started/installation/nuxt#continuous-releases), command to get this PR: ```bun add https:...

View on GitHub

MickL created a comment on a pull request on nuxt/ui
@benjamincanac I just wanted to try Nuxt UI 3 for the first time but I wanted to use it with Reka UI. Im trying if I can use this PR as a dependency.

View on GitHub

MickL created a comment on an issue on nuxt/ui
Zod is just for validation and can be used with both: VeeValidate or Nuxt UI forms

View on GitHub

MickL created a comment on an issue on nuxt/ui
Personally I think how it is in the docs is the right way. It is very explicit and fully flexible. What you want may work for your use case but then Nuxt UI needs to provide every use case possible...

View on GitHub

MickL created a comment on a pull request on nuxt/ui
May this be merged into v3 branch or are there still things missing? :)

View on GitHub

MickL created a comment on an issue on nuxt/ui
Personally I just asked them if they would release their validation to a standalone library because I am really really unhappy with VeeValidate in my other project and how cumberstone it is and I l...

View on GitHub

MickL created a comment on an issue on nuxt-modules/tailwindcss
Personally I "just" want to use Tailwind in my Nuxt project. Since v4 has first class Vite support, I question if a Nuxt module is still needed or what benefits it would have. I was happy when Nuxt...

View on GitHub

MickL created a comment on an issue on nuxt/ui
On iOS and macOS the notifications are small, come in for a few seconds and go away automatically (on macOS optionally they can stay until user reacts) and they are called notification and not toas...

View on GitHub

MickL created a comment on an issue on nuxt/ui
> [@MickL](https://github.com/MickL) while on v2 docs, last I checked, v3 is not linked, on v3 docs v2 is indeed linked. I am also unsure of how this is a problem given that an official release is ...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Sorry for disturbing, but I have two points: 1. It would be great to have a version switcher on the docs (v2 / v3 alpha). Currently the v3 docs are not linked anywhere and hard to find. Example: h...

View on GitHub

MickL opened an issue on nuxt-modules/algolia
Types for search results are not working
When following the [docs](https://algolia.nuxtjs.org/advanced/typescript/), the auto completion for the index name works, but result.value.hits is not typed: ```ts import '@nuxtjs/algolia' declar...
MickL created a comment on an issue on nuxt/ui
@sandros94 Thanks for the fix! Unfortunately this violates with the Typescript interfaces `Link`: `exactQuery` is defined to be a boolean. If you want it to be mixed you need to change it to boolea...

View on GitHub

MickL opened an issue on nuxt/ui
Release form validation as standalone library
### For what version of Nuxt UI are you suggesting this? v3.0.0-alpha.x ### Description I noticed that using form validation in Nuxt UI is very simple: Add a schema to a `<UForm>` component and ...
MickL opened an issue on nitrojs/nitro
How to add cors settings (origin)?
### Describe the feature At the moment I have the following rule in my nitro.config.ts: ``` routeRules: { '/**': { cors: true, }, }, ``` I want to only accept cors for ...
MickL created a comment on an issue on nuxt/nuxt
@sajiniho07 This works but will result in a unnecessary fetch request. It goes from browser to Nuxt app/function to API then back to Nuxt app and the to browser.

View on GitHub

MickL created a comment on an issue on nuxt-modules/plausible
I see, thanks for the info!

View on GitHub

MickL created a comment on an issue on nuxt-modules/plausible
Thanks for the quick fix! Just one note: It is now `_plausible/api/event` instead of `_plausible/event` :D

View on GitHub

MickL created a comment on a pull request on nuxt-modules/plausible
@asonnleitner I just realized that the whole PR is not working. Requests go to `/api/event` instead of `/api/__plausible_event__` which results in 404 - #34

View on GitHub

MickL created a comment on an issue on nuxt-modules/plausible
I even get an error: > POST https://www.../api/event 404 (Not Found)

View on GitHub

MickL created a comment on an issue on nitrojs/nitro
@TangsWang There is an open issue with cors. In short: If you have a route that only has post/put/delete but no catch all handler (e.g. index.ts or products.ts), cors is not working because the rou...

View on GitHub

MickL created a comment on an issue on nuxt/nuxt
Personally I "just" want to set the baseUrl for $fetch, useFetch and useLazyFetch. Something I guess a lot of devs want to do. @manniL You close this issue in favor of #14736 but #14736 is open fo...

View on GitHub

Load more