Ecosyste.ms: Timeline

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

unjs/c12

pi0 created a review comment on a pull request on unjs/c12
This needs to be kept.

View on GitHub

pi0 created a review on a pull request on unjs/c12

View on GitHub

ineshbose closed a draft pull request on unjs/c12
feat(loader): scan for config keys files
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...
ineshbose opened a draft pull request on unjs/c12
feat(loader): scan for config keys files
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...
debuggingfuture starred unjs/c12
ToastedDev starred unjs/c12
pi0 created a comment on a pull request on unjs/c12
Thanks for PR. Some changes: - I think we should this convention opt-in - We should use `readDir` that reads exactly one level (not nested), we might support more levels but I don't want to go ...

View on GitHub

ineshbose created a comment on a pull request on unjs/c12
I think with this, it may also be possible to resolve #157 and #206 (based on my understanding)

View on GitHub

ineshbose created a comment on a pull request on unjs/c12
So I've added some code, but I realise maybe it doesn't belong properly here. You're also right pi0 that glob won't be too efficient as I understand that in NodeJS implementations we scandir and...

View on GitHub

ineshbose opened a draft pull request on unjs/c12
feat(loader): scan for config keys files
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...
ineshbose forked unjs/c12

ineshbose/unjs-c12

pi0 created a comment on an issue on unjs/c12
(reopening since might resurface.)

View on GitHub

pi0 reopened an issue on unjs/c12
TypeError: Cannot add property _layers, object is not extensible
### Environment ------------------------------ - Operating System: Linux - Node Version: v20.17.0 - Package Manager: [email protected] ------------------------------ ### Reproduction https://...
ineshbose created a comment on an issue on unjs/c12
Can't reproduce yet, but your guess seemed quite close. I will close this for now!

View on GitHub

ineshbose created a comment on an issue on unjs/c12
Forgive me! I meant to do glob at the start of load here: https://github.com/unjs/c12/blob/05429603390da6813728917626bea947cdd54d0f/src/loader.ts#L378-L392 (we're doing a few resolves, but mayb...

View on GitHub

pi0 created a comment on an issue on unjs/c12
globby/glob i'm afraid is little more expensive... `readdir` (with limited length) maps to one system call.

View on GitHub

renovate[bot] pushed 1 commit to main unjs/c12
  • chore(deps): update all non-major dependencies (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... 0542960

View on GitHub

renovate[bot] closed a pull request on unjs/c12
chore(deps): update all non-major dependencies
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/Definitel...
scriptcoded starred unjs/c12
renovate[bot] pushed 1 commit to renovate/all-minor-patch unjs/c12
  • chore(deps): update all non-major dependencies 95c18ba

View on GitHub

mhlzr starred unjs/c12
motdotla forked unjs/c12

motdotla/c12

renovate[bot] pushed 1 commit to renovate/all-minor-patch unjs/c12
  • chore(deps): update all non-major dependencies c500e48

View on GitHub

nikitaegrid starred unjs/c12
renovate[bot] opened a pull request on unjs/c12
chore(deps): update all non-major dependencies
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest...
renovate[bot] created a branch on unjs/c12

renovate/all-minor-patch - ⚙️ Smart Configuration Loader

Wundero starred unjs/c12
sushichan044 starred unjs/c12
Ayax0 opened a pull request on unjs/c12
fix: allow custom giget provider
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...
Ayax0 forked unjs/c12

Ayax0/c12

Load more