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 cemu-project/Cemu
Thats really interesting! M2 Max should be multiple times as powerful. There must be something with this particle effects. The section I posted above (on Drakonia) is unplayable.

View on GitHub

MickL created a comment on an issue on cemu-project/Cemu
I am also not too deep with my graphics API but isnt MoltenVK especially meant for having cross platform support and uses ARM Metal under the hood? Therefor Cemu should already run on SIlicon chips...

View on GitHub

MickL created a comment on an issue on cemu-project/Cemu
I have a Mac M2 Max which have way enough power to handle this game and it actually runs super smooth even in 4k. BUT for example on the first island when the light beams were visible the frames dr...

View on GitHub

MickL created a comment on an issue on drizzle-team/drizzle-orm
They made huge changes to how this works so I guess it is fixed now and everyone still having problems are having problems in their code. If you still have a bug maybe it would be best if you open ...

View on GitHub

MickL opened an issue on nuxt-modules/plausible
proxyBaseURL default should not start with /api
IMO the default proxy path should not start with `/api` because this might conflict with existing paths or existing proxy rules. E.g. I proxy everything that starts with '/api' to my external API. ...
MickL opened an issue on nuxt-modules/plausible
proxyBaseURL is not set correctly, always goes to /api/event + cant be overwritten
- The docs state that when setting `proxy: true` the requests go to: `/api/__plausible_event__` but they go to `/api/event` - Further, when setting `proxyBaseURL` manually it has no effect, they st...
MickL created a branch on MickL/plausible-proxy-bug

main

MickL created a repository: MickL/plausible-proxy-bug

https://github.com/MickL/plausible-proxy-bug

MickL opened an issue on nuxt/ui
SelectMenu creatable with async function
### For what version of Nuxt UI are you suggesting this? v2.x ### Description Maybe this is just not documented: `SelectMenu` has a [creatable](https://ui.nuxt.com/components/select-menu#creata...
MickL created a comment on a pull request on nitrojs/nitro
Is it correct that Nitro v3 is in beta? 😍

View on GitHub

MickL created a comment on an issue on nuxt/ui
> They will be coming soon! > > Here is my roadmap for the coming months while maintaining both Nuxt UI v2/v3 and Nuxt UI Pro v1/v3: > > 1. Finish the migration to `reka-ui@alpha` on `@nuxt/ui` &...

View on GitHub

MickL created a comment on an issue on drizzle-team/drizzle-orm
Seriously it should be part of the ORM. An ORM should take away the need to write complicated helper functions. This issue is open for a year now, you basically just need to take one of the snippet...

View on GitHub

MickL created a comment on an issue on nuxt/ui
Yes some components have this abbility but there is no standalone component

View on GitHub

MickL created a comment on an issue on nuxt/ui
I just noticed that Nuxt UI is lacking a spinner. Maybe the content could be an icon set by prop or custom content set by a slot.

View on GitHub

MickL created a comment on a pull request on nuxt-modules/plausible
I have a very huge projects using tons of modules. Everything is fine for now. This seems to be a bug to me because even tho I changed proxyBaseURL, requests still go to '/api/event'

View on GitHub

MickL created a comment on an issue on nuxt-modules/plausible
I added one comment to the PR, hope its okay if I dont open a new issue as it should be a quick fix :)

View on GitHub

MickL created a comment on a pull request on nuxt-modules/plausible
Looks amazing! Unfortunately if I set 'proxyBaseURL' to '/event' it still goes to '/api/event'. Could you make this fix? I have all my api routes '/api/**' proxied to my external api already so ...

View on GitHub

MickL created a review comment on a pull request on nuxt-modules/algolia
@Baroshem Can you continue here maybe? I dont have the time unfortunately

View on GitHub

MickL created a review on a pull request on nuxt-modules/algolia

View on GitHub

MickL created a comment on an issue on nuxt/ui
Can we maybe have this fixed with v3? :) https://github.com/nuxt/ui/issues/1905

View on GitHub

MickL created a comment on an issue on nuxt/ui
Please dont close an unresolved issue

View on GitHub

MickL closed an issue on nestjs/cache-manager
Support cache-manager v6
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe it - cache-manage...
MickL created a comment on an issue on nestjs/nest
Coming here one 1.5 years later with another project, having the same issue: I defined `app.useGlobalPipes(new ZodValidationPipe());` in my main.ts but it does not affect Gateways.

View on GitHub

MickL opened an issue on BenLorantfy/nestjs-zod
Throw WsExceptions correctly :)
Currently, when using validation pipe with a [Gateway](https://docs.nestjs.com/websockets/gateways), the websocket receives the event 'exception' with the following data: ```ts { status: 'e...
MickL opened an issue on nuxt/nuxt
Disable auto-imports, make them opt-in
### Describe the feature This is a follow up from same Nitro issue: https://github.com/nitrojs/nitro/issues/2232 I think all argues from there also apply to Nuxt, my summary: I would love auto im...
MickL created a comment on an issue on nitrojs/nitro
What issue is for removing it entirely (only opt-in)? I think this is what people were arguing and asked for in this issue, at least I did.

View on GitHub

MickL created a comment on an issue on nitrojs/nitro
Why not make auto-imports opt-out for Nuxt 4, but always set the opt-out option for new projects created with Nuxi, then disable them with Nuxt 5 but keep it opt-in?

View on GitHub

MickL created a comment on an issue on nuxt/ui
I think nuxt-ui is highly tied to what Reka UI (formerly Radix Vue) offers. I dont see this animation over there: https://reka-ui.com/docs/components/navigation-menu

View on GitHub

MickL created a comment on an issue on nitrojs/nitro
``` 'routes/dev-only/**' ``` Did the trick, thanks! The ignore option should be documented :)

View on GitHub

MickL closed 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...
Load more