Ecosyste.ms: Timeline

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

patak-dev

patak-dev opened a pull request on tsky-dev/tsky
chore: license and package.json
Add LICENSE, packageManager, and some other package.json fields
patak-dev created a branch on tsky-dev/tsky

chore/set-package-manager - BlueSky API client for nimble apps and tools ☁️

patak-dev starred badrap/valita
patak-dev pushed 1 commit to main vitejs/vite
  • fix(optimizer): resolve all promises when cancelled (#18826) d6e6194

View on GitHub

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

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite
  • fix: don't store temporary vite config file in `node_modules` if deno (#18823) a20267b

View on GitHub

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

View on GitHub

patak-dev added IonianPlayboy to tsky-dev/tsky
patak-dev pushed 1 commit to main nimbus-town/nimbus
  • fix: correct docs base path (#31) 562d43a

View on GitHub

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 review on a pull request on nimbus-town/nimbus

View on GitHub

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

View on GitHub

patak-dev pushed 1 commit to main nimbus-town/nimbus
  • fix: use fs driver to fix deployment issue (#30) b7b67fa

View on GitHub

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 created a review on a pull request on nimbus-town/nimbus

View on GitHub

patak-dev pushed 1 commit to main nimbus-town/nimbus
  • chore: Mastodon to Bluesky in locales files (#27) 7498389

View on GitHub

patak-dev created a review on a pull request on nimbus-town/nimbus

View on GitHub

patak-dev added bdbch to tsky-dev/tsky
patak-dev added bdbch to nimbus-town/nimbus
patak-dev starred github/opensource.guide
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

View on GitHub

patak-dev pushed 1 commit to v5 vitejs/vite

View on GitHub

patak-dev closed a pull request on vitejs/vite
docs: show old document warning
### Description ![image](https://github.com/user-attachments/assets/6f33e216-3766-464e-9b24-6072677d4004) ![image](https://github.com/user-attachments/assets/f4edc533-321a-4399-8f0f-a6b75568782...
patak-dev pushed 1 commit to main vitejs/vite
  • feat(css): format lightningcss error (#18818) dac7992

View on GitHub

patak-dev closed a pull request on vitejs/vite
feat(css): format lightningcss error
### Description Just adds `[lightningcss]` before the error message for errors that is thrown from lightningcss. Also fixed a bug that the column position was wrong by 1 char. <!-- What is th...
Load more