Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev opened a pull request on tsky-dev/tsky
chore: license and package.json
Add LICENSE, packageManager, and some other package.json fieldspatak-dev created a branch on tsky-dev/tsky
chore/set-package-manager - BlueSky API client for nimble apps and tools ☁️
patak-dev pushed 1 commit to main vitejs/vite
- fix(optimizer): resolve all promises when cancelled (#18826) d6e6194
patak-dev closed an issue on vitejs/vite
vite 6 breaks the simple `transformRequest`
### Describe the bug ```js import { createServer } from 'vite'; process.on('beforeExit', (code) => { console.log(code); }); const server = await createServer({ appType: 'spa', b...patak-dev closed a pull request on vitejs/vite
fix(optimizer): resolve all promises when cancelled
### Description I'm not sure why it worked in v5, but I think we need to resolve the promises in the queue here. The code for v5 was same: https://github.com/vitejs/vite/blob/5da68959f3967c32e...patak-dev pushed 1 commit to main vitejs/vite
- fix: don't store temporary vite config file in `node_modules` if deno (#18823) a20267b
patak-dev closed an issue on vitejs/vite
vite 6 breaks deno support when `npm:` specifer is used in config file
### Describe the bug Vite fails to run on Deno after upgrading to v6 when the config file includes an import statement with the `npm:` specifier. I think I have a solution so I'd like to work...patak-dev closed a pull request on vitejs/vite
fix: don't store temporary vite config file in `node_modules` if deno
### Description fixes #18822 This fixes an issue where Vite v6 does not work on Deno when import statements with the specifier `npm:` is used in the config file. Vite will create a bundled...patak-dev closed a pull request on nimbus-town/nimbus
fix: correct docs base path
Trying to fix the docs build by setting the correct base path.patak-dev created a comment on a pull request on nimbus-town/nimbus
I think we have a missconfiguration on netlify, the setup should be the same as in Elk
patak-dev pushed 1 commit to main nimbus-town/nimbus
- fix: use fs driver to fix deployment issue (#30) b7b67fa
patak-dev closed a pull request on nimbus-town/nimbus
fix: use fs driver for deployments
This fixes the netlify deployments for now as the cloudflare storage driver was not configured and will probably be unnecessary for the beginning (storing server lists) for bsky for now.patak-dev pushed 1 commit to main nimbus-town/nimbus
- chore: Mastodon to Bluesky in locales files (#27) 7498389
patak-dev closed an issue on vitejs/vite
Vite V6 can't resolve alias if css transformer is lightningcss
### Describe the bug ### I am doing: I am using Vite v6.0.1 in my project with the lightningcss CSS transformer enabled. My configuration includes custom aliases in vite.config.ts, such as `@as...patak-dev pushed 1 commit to main vitejs/vite
- fix(css): referencing aliased svg asset with lightningcss enabled errored (#18819) ae68958
patak-dev pushed 1 commit to v5 vitejs/vite
- docs: show old document warning (#18805) Co-authored-by: Bjorn Lu <[email protected]> 5da6895