Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev pushed 1 commit to main vitejs/vite
- fix: ensure `server.close()` only called once (#19204) db81c2d
patak-dev closed a pull request on vitejs/vite
fix: ensure `server.close()` only called once
### Description Ensure `server.close()` only called once, from investigation in https://github.com/vitejs/vite/pull/19203patak-dev created a review comment on a pull request on vitejs/vite
to align with the preview `close()` function ```suggestion return closeServerPromise ```
patak-dev closed a pull request on vitejs/vite
fix: use shared sigterm callback
### Description @sheremet-va mentioned on discord before that attaching multiple sigterm callbacks, e.g. in vitest where many vite servers are created, can cause node to log > MaxListenersExc...patak-dev created a review on a pull request on vitejs/vite
Given that we use these calls to issue a `process.exit()` in all cases, I think we could refactor the code in the future to instead register cleanup callbacks, and then `closeServerAndExit` could o...
patak-dev pushed 1 commit to main tsky-dev/tsky
- feat: add client (#32) Co-authored-by: TAKAHASHI Shuuji <[email protected]> 4c4bf31
patak-dev closed a pull request on tsky-dev/tsky
feat: add client
This is my approach to add some initial functions to the client. For now it supports `tsky.bsky.profile()`, `tsky.bsky.feed.getFeed()` and `tsky.bsky.feed.getTimeline()`. In comparison to #22 ...patak-dev created a comment on a pull request on tsky-dev/tsky
Let's merge this one to unlock others to keep working on main directly, we can keep iterating there
patak-dev pushed 1 commit to main vitejs/vite-plugin-basic-ssl
- style: align prettier config (#59) 8ae1741
patak-dev created a comment on an issue on vitejs/vite
Not yet. Rolldown just released [their 1.0 beta](https://bsky.app/profile/rolldown.rs/post/3le5ed6fvuc2u). There is a vite fork using rolldown, check that thread. But the initial version will have ...
patak-dev closed a pull request on vitejs/vite
perf(shared): refactor isPrimitive
Refactor isPrimitive() to avoid type coercion for better performance. ![isprimitive](https://github.com/user-attachments/assets/f17638d6-9687-45c0-a4d2-21e2e86a2e3a)patak-dev created a comment on a pull request on vitejs/vite
This may end up showing just regular perf variation. Thanks for your interest in helping out @parkin-lin, but let's avoid focusing on micro-optimizations. These PRs are hard to merge as we will try...
patak-dev created a comment on an issue on vitejs/vite
Let's leave this as a discussion if you aren't going to provide a reproduction. If you can create a minimal repro, please create a new issue.
patak-dev closed an issue on vitejs/vite
Vite 6 initial request perf regression
After upgrading from Vite 5 to Vite 6, I'm noticing a large performance regression on initial request when using Vite's developer mode. ## Vite 6 ``` vite:transform 34230.53ms virtual:vike:i...patak-dev created a comment on a pull request on vitejs/vite-plugin-react-swc
Sounds good to me. The `edit` is a bit confusing to me. Maybe `useAtYourOwnRisk_mutateSwcOptions`
patak-dev created a comment on a pull request on vitejs/vite-plugin-react-swc
I think in the same way that we allow editing other low level options, we could also directly add a `swcOptions` config field and add the "use at your own risk" in the docs (and JSDoc). And it coul...
patak-dev created a comment on a pull request on vitejs/vite
thanks for the PR, but yes, let's close it for now and apply these kind of changes when there is a clear optimization or fix.
patak-dev created a branch on vitejs/vite
fix/hmr-for-html-files - Next generation frontend tooling. It's fast!