Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev closed a pull request on vitejs/vite
chore: run typecheck in unit tests
### Description There were a few type errors inside unit tests and I think it would be nice if they were caught by typecheck. I tweaked `src/node/tsconfig.json` for `pnpm typecheck` script and a...patak-dev opened a pull request on tsky-dev/tsky
chore: set casing for tsky, Tsky, Bluesky
We're currently using TSky to refer to the library. I think we should switch to tsky, to align with the way bsky is used in Bluesky (there is also now a library called rsky). For the types, I th...patak-dev created a branch on tsky-dev/tsky
chore/casing - Bluesky API client for nimble apps and tools ☁️
patak-dev pushed 1 commit to main nimbus-town/nimbus
- docs: update logo + add dark/light theme colors (#34) Co-authored-by: TAKAHASHI Shuuji <[email protected]> c5a08c1
patak-dev closed a pull request on nimbus-town/nimbus
docs: update logo + add dark/light theme colors
I cannot access pinceau docs: /cc @danielroe is there a better way to do this? ![image](https://github.com/user-attachments/assets/9a78a579-5892-4a1b-bf3a-7514acdc5433) _dark_ ![image](https...patak-dev created a comment on a pull request on nimbus-town/nimbus
Hey @felinusfish, thanks for the proposal! I think these explorations will be useful to define the branding of Nimbus. But as we discussed in Discord, we don't know yet how we will be deciding what...
patak-dev closed a pull request on nimbus-town/nimbus
Brand new icon and wordmark, in addition to an updated README.
**Hello Nimbi!** I've spent the last few days taking the existing logo and Bsky-ifying it. I hope that you all enjoy the direction that I took with the existing logo. I've attached below, a comp...patak-dev pushed 1 commit to chore/setup-chat-tsky-dev tsky-dev/tsky
- chore: perma link Co-authored-by: bdbch <[email protected]> 83f1ded
patak-dev created a review comment on a pull request on tsky-dev/tsky
let's use this one https://discord.com/invite/CaF2tzGJke, @anbraten already created one
patak-dev created a comment on a pull request on tsky-dev/tsky
Oh, awesome! I don't know what I tested then. Used that link @bdbch 👍🏼
patak-dev opened a pull request on tsky-dev/tsky
chore: setup chat.tsky.dev
Redirect from https://chat.tsky.dev to https://discord.gg/f7XWweBJQP I don't know if we can have an invite that goes to the #tsky channel when joining. Folks should be able to find their way the...patak-dev pushed 1 commit to chore/setup-chat-tsky-dev tsky-dev/tsky
- chore: setup chat.tsky.dev 151e75b
patak-dev created a branch on tsky-dev/tsky
chore/setup-chat-tsky-dev - BlueSky API client for nimble apps and tools ☁️
patak-dev pushed 1 commit to main nimbus-town/nimbus
- chore: add more memory to Netlify build process (#35) 170d902
patak-dev closed a pull request on nimbus-town/nimbus
chore: add more memory to Netlify build process
Same problem we had in Elk.patak-dev pushed 1 commit to main vitejs/vite
- fix(ssr): set `ssr.target: 'webworker'` defaults as fallback (#18827) b39e696
patak-dev closed an issue on vitejs/vite
SSR webworker output options are set too early in Vite 6
### Describe the bug Particularly this code: https://github.com/vitejs/vite/blob/ae6895869157e48b32088f0a1f85d2fddb2d713f/packages/vite/src/node/build.ts#L456-L467 We're computing the outp...patak-dev closed a pull request on vitejs/vite
fix(ssr): set `ssr.target: 'webworker'` defaults as fallback
### Description fixes #18825 refs #18395 <!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explo...patak-dev closed an issue on vitejs/vite
Vite 6 change in behavior with noExternal & imports that share name with node builtins
### Describe the bug When using `build.ssr: true` and `ssr.noExternal: true`, and importing from a package with the same name as a node built-in, vite 6 appears to treat the package as external,...patak-dev pushed 1 commit to main vitejs/vite
- fix(resolve): don't set builtinModules to `external` by default (#18821) 2250ffa