Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pguilbert pushed 3 commits to error-usage-after-await pguilbert/pinia
pguilbert created a comment on a pull request on vuejs/pinia
> Thanks for the great description of the problem! I agree it's a nice addition Nice! I'll complete the typing and refine the test to move this PR out of draft.
pguilbert created a comment on a pull request on vuejs/pinia
> Thanks for the PR! Do you have a reproduction of the problem where correctly using the `useStore()` composable returned by `defineStore()` doesn't work? "correctly" no. The purpose of this PR ...
pguilbert opened a draft pull request on vuejs/pinia
fix: throw when a store is used outside of a Nuxt-aware context. (POC)
Prefer the Nuxt Pinia instance over the global active Pinia instance. Since the Nuxt Pinia instance is discarded after each request, it ensures that we can't accidentally use one from another reque...pguilbert created a branch on pguilbert/pinia
error-usage-after-await - 🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
pguilbert created a review comment on a pull request on vitejs/vite
May I suggest something like the following for better readability? ```suggestion promises.push( (async () => { if (isCssImageSet) { declar...
pguilbert created a comment on an issue on vitejs/vite
I think the issue comes from the following code: https://github.com/vitejs/vite/blob/ae6895869157e48b32088f0a1f85d2fddb2d713f/packages/vite/src/node/plugins/css.ts#L1751 Vite is expecting `image...
pguilbert created a comment on an issue on vitejs/vite
I did not manage to reproduce this. The current `vue-ts` template should [pin the TypeScript version to "~5.6.2"](https://github.com/vitejs/vite/blob/v6.0.1/packages/create-vite/template-vue-ts/pac...
pguilbert pushed 2 commits to main pguilbert/pguilbert.dev
pguilbert pushed 3 commits to main pguilbert/pguilbert.github.io
pguilbert pushed 2 commits to master pguilbert/pguilbert.github.io
pguilbert pushed 1 commit to master pguilbert/pguilbert.github.io
- remove google font and optimize CLS 9084126