Ecosyste.ms: Timeline

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

patak-dev

patak-dev pushed 1 commit to main vitejs/vite
  • fix: ensure `server.close()` only called once (#19204) db81c2d

View on GitHub

patak-dev deleted a branch vitejs/vite

close-server-once

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/19203
patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev created a review comment on a pull request on vitejs/vite
to align with the preview `close()` function ```suggestion return closeServerPromise ```

View on GitHub

patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev deleted a branch vitejs/vite

share-sigterm

patak-dev pushed 1 commit to main vitejs/vite
  • fix: use shared sigterm callback (#19203) 47039f4

View on GitHub

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...

View on GitHub

patak-dev pushed 1 commit to main tsky-dev/tsky

View on GitHub

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

View on GitHub

patak-dev created a review on a pull request on vitejs/vite-plugin-react-swc

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite-plugin-basic-ssl
  • style: align prettier config (#59) 8ae1741

View on GitHub

patak-dev closed a pull request on vitejs/vite-plugin-basic-ssl
style: align prettier config
patak-dev created a review on a pull request on vitejs/vite-plugin-basic-ssl

View on GitHub

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 ...

View on GitHub

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...

View on GitHub

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.

View on GitHub

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 review on a pull request on vitejs/vite

View on GitHub

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`

View on GitHub

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...

View on GitHub

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.

View on GitHub

patak-dev created a branch on vitejs/vite

fix/hmr-for-html-files - Next generation frontend tooling. It's fast!

patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev created a comment on an issue on vitejs/vite
@vikingair yes, Vite will eventually have a dev bundled mode after migrating to Rolldown, so this issue can be tackled by opting-in to it.

View on GitHub

patak-dev created a comment on a pull request on vitejs/vite
Could you provide more context about why we should adopt this simplification? Won't this be creating new Objects to garbage collect after the change?

View on GitHub

Load more