Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev closed an issue on vitest-dev/vitest
can not use `export * as variable from "./somefile"` and `import * as variable from "./somefile"` in same file with vite v6
### Describe the bug Since I upgrade vitest to v3 and vite to v6 it can't load a file with these content: ```typescript import * as schema from './schema.ts'; export * as schema from './schema.ts...patak-dev pushed 1 commit to main vitejs/vite
- fix(ssr): fix transform error due to export all id scope (#19331) e28bce2
patak-dev closed an issue on vitejs/vite
can not use `export * as variable from "./somefile"` and `import * as variable from "./somefile"` in same file with vite v6
### Describe the bug The issue is initially reported on vitest https://github.com/vitest-dev/vitest/issues/7394. It looks like ssr transform panics for the following input: ```js import * as x fr...patak-dev closed a pull request on vitejs/vite
fix(ssr): fix transform error due to export all id scope
### Description - Closes https://github.com/vitejs/vite/issues/19329 - Closes https://github.com/vitest-dev/vitest/issues/7394 Even on Vite 5, SSR transform wasn't properly handling the iden...patak-dev closed a pull request on tsky-dev/tsky
feat: restructuring the api
- [x] Added a new function `createAgent` - [x] Removed `.bsky` prefix for the APIspatak-dev pushed 1 commit to chore/remove-welcome-screen elk-zone/elk
- chore: remove constant 6a05d90
patak-dev opened a pull request on elk-zone/elk
chore: remove welcome screen
The welcome screen of first visit has been a useful feature while Elk was starting and in constant flux. It served as a warning about Elk's stability to new users. At this point, I think it is bett...patak-dev created a branch on elk-zone/elk
chore/remove-welcome-screen - A nimble Mastodon web client
patak-dev created a comment on a pull request on vitejs/vite
Why does the `package.json` doesn't have a `name`? It is [required](https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields): > A package.json file must contain "name"...
patak-dev closed an issue on vitejs/vite
Within a dev container using Docker 26, `vite dev` or `vite preview` cannot be accessed from the host
### Describe the bug *I initialy though this was a case of https://github.com/vitejs/vite/issues/11468#issuecomment-2073871487, but it seems it is something else, so I am opening another issue.*...patak-dev pushed 1 commit to main vitejs/vite
- docs: add a trouble shooting section for DevContainers (#19303) f19ffbc
patak-dev pushed 1 commit to main vitejs/vite
- fix(ssr): pretty print plugin error in `ssrLoadModule` (#19290) 353c467
patak-dev closed a pull request on vitejs/vite
fix(ssr): pretty print plugin error in `ssrLoadModule`
### Description - Related https://github.com/sveltejs/vite-plugin-svelte/issues/1069 Though this might look like a regression from the before/after screenshots below, this error was never pre...patak-dev pushed 1 commit to main vitejs/vite
- docs: rephrase browser range and features relation (#19286) 97569ef