Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Starbeam

Develops and maintains Starbeam, a reactivity system for JavaScript that works with any framework.
Collective - Host: opensource - https://opencollective.com/starbeam - Code: https://github.com/starbeamjs/starbeam

Merge pull request #120 from starbeamjs/fix/unstable-publish

Adjust publish-unstable.yml for new location

github.com/starbeamjs/starbeam - 315df598689573e2e5d15375249aad2efcb8bc8a authored over 1 year ago by NullVoxPopuli <[email protected]>
Adjust publish-unstable.yml for new location

github.com/starbeamjs/starbeam - 4569570c2ad043ed914d85f08019ad76be78032d authored over 1 year ago by Yehuda Katz <[email protected]>
Merge pull request #112 from starbeamjs/feature/resources-refresh

Resource Reform

github.com/starbeamjs/starbeam - d03d51417e113f34a6af4d9c31b14f7809409b99 authored over 1 year ago by NullVoxPopuli <[email protected]>
Remove duplicate (and broken) test

This is an old test in @starbeam/runtime that has been moved to
@starbeam/debug *and* updated to...

github.com/starbeamjs/starbeam - 48235ea458127b5b7366a65ef2ccf35d0b29608e authored over 1 year ago by Yehuda Katz <[email protected]>
Fix type error

github.com/starbeamjs/starbeam - a2d113becdcaa4b04aca4eb7bd6aac8f5d56df83 authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up more lints.

github.com/starbeamjs/starbeam - 6f83b5f28119b6e9389bc7aa0924ac164c86b7d4 authored over 1 year ago by Yehuda Katz <[email protected]>
Disable react tests in prod environment

React testing library assumes that `act` is available in testing, but
it's not available in prod...

github.com/starbeamjs/starbeam - dc3844fdcfbb1e8b70cf47cbdda5e791095599a1 authored over 1 year ago by Yehuda Katz <[email protected]>
More lint work

github.com/starbeamjs/starbeam - 5542debf1e2cb899c20f2a3ddb3b3333a5fb4713 authored over 1 year ago by Yehuda Katz <[email protected]>
Run CI specs using vitest workspace

github.com/starbeamjs/starbeam - d13c0d8415515c84056f8cba9bf21a14ff29b8f0 authored over 1 year ago by Yehuda Katz <[email protected]>
Remove errant .only

github.com/starbeamjs/starbeam - 42b4e7b10ee8151c627eeb6b8c705c600e59fb01 authored over 1 year ago by Yehuda Katz <[email protected]>
Update build

github.com/starbeamjs/starbeam - 4c1252d5daca0de8772ecf94a1f9a27c5e19130f authored over 1 year ago by Yehuda Katz <[email protected]>
Update lockfile

github.com/starbeamjs/starbeam - fdb9f52a70202422e7755a29acf600a14e41a3d3 authored over 1 year ago by Yehuda Katz <[email protected]>
Update test packages

github.com/starbeamjs/starbeam - ebb36e3b36f674b53617470f2328cf0351d03970 authored over 1 year ago by Yehuda Katz <[email protected]>
Lints work

github.com/starbeamjs/starbeam - c5b5964d15e43c4b08206acfbccc7b7cce8d497f authored over 1 year ago by Yehuda Katz <[email protected]>
Update checkpoint

github.com/starbeamjs/starbeam - aea6b6b2e8b22b059cb711fe0576e2ff184151f6 authored over 1 year ago by Yehuda Katz <[email protected]>
React passes

github.com/starbeamjs/starbeam - d4fcaff12d71de6f7657e44d0cd2b2af0d37e733 authored over 1 year ago by Yehuda Katz <[email protected]>
Merge remote-tracking branch 'origin/feature/resources-refresh' into feature/resources-refresh

github.com/starbeamjs/starbeam - 71012f2f80dae43e5b00a684b06ca76aa3063009 authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up vue

github.com/starbeamjs/starbeam - 8c19ea33f101b649e09f99b7879fdddb8138e653 authored over 1 year ago by Yehuda Katz <[email protected]>
Vue mostly done

github.com/starbeamjs/starbeam - 9da5b1481262371a21b13ed6382126c588c17223 authored over 1 year ago by Yehuda Katz <[email protected]>
Get rid of old infra + vue works

github.com/starbeamjs/starbeam - 38247f2962937889188b41994ed727710fa746a0 authored over 1 year ago by Yehuda Katz <[email protected]>
Preact is passing

github.com/starbeamjs/starbeam - fed665ab2045405628b4b782c6baf92b3a30ee5d authored over 1 year ago by Yehuda Katz <[email protected]>
reduceLock

github.com/starbeamjs/starbeam - 81dafabcdb6f604991021962fc40970da11e9761 authored over 1 year ago by NullVoxPopuli <[email protected]>
Build success

github.com/starbeamjs/starbeam - 64d19bd76948260598e8fb1b981df937213d9220 authored over 1 year ago by NullVoxPopuli <[email protected]>
Add getServiceFormula

getServiceFormula is a low-level API that renderers can use to
synchronize all services together...

github.com/starbeamjs/starbeam - 6ddf44d6992b0fbd814eec48ac08f79e9c9cbe33 authored over 1 year ago by Yehuda Katz <[email protected]>
A better-rationalized ResourceList

github.com/starbeamjs/starbeam - ba48779ed4c2fceaffdec52dab8a1b0ec6864f18 authored over 1 year ago by Yehuda Katz <[email protected]>
Implement ResourceList

This is a first stab at the implementation. I think that using primitive
sync features would mak...

github.com/starbeamjs/starbeam - 822c461510528a550a4af8a66affa309fc9ee6c7 authored over 1 year ago by Yehuda Katz <[email protected]>
Fix finalization tests

github.com/starbeamjs/starbeam - 98dd7ffcd7cd29c02191e6b7e9c04c069b11c71d authored over 1 year ago by Yehuda Katz <[email protected]>
Child resources apparently work

github.com/starbeamjs/starbeam - c7133046780337f65cb63acbfc90af1437c476cd authored over 1 year ago by Yehuda Katz <[email protected]>
Fix lifetime impl in @starbeam/shared

github.com/starbeamjs/starbeam - e02de383b23d19ee7fdfef5b09478c69794e2c01 authored over 1 year ago by Yehuda Katz <[email protected]>
Finish Sync and implement Resource

github.com/starbeamjs/starbeam - acf2b14b949ebc4aac103d1533d0ddd817ef5004 authored over 1 year ago by Yehuda Katz <[email protected]>
Improvements to Sync children

Since we're going to use Sync as the primitive under Resource, this
commit beefs up and thorough...

github.com/starbeamjs/starbeam - 31aa2d8b98a11826036a8bb0271860fcfd7145e7 authored over 1 year ago by Yehuda Katz <[email protected]>
Most of Resource Reform is done

Child resources is the last bit. To be continued!

github.com/starbeamjs/starbeam - 2b99e013a10efa22c9e9c44099ce9c768e33f940 authored over 1 year ago by Yehuda Katz <[email protected]>
Checkpoint

github.com/starbeamjs/starbeam - 4289432eafab6ef68f35ce0bd1fe1cb0c4a3504d authored over 1 year ago by Yehuda Katz <[email protected]>
checkpoint

github.com/starbeamjs/starbeam - e8d8a7170f7485f0a516dcb4d5d38793ebd25cfe authored over 1 year ago by Yehuda Katz <[email protected]>
@starbeam/shared lifetime

github.com/starbeamjs/starbeam - 2b13f8f18fa4d597135afa67d249768addc1c8dc authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up eslint

github.com/starbeamjs/starbeam - 57938823302846c4205d067debfb4bf005130d64 authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up vue

github.com/starbeamjs/starbeam - 45afa190bd090759be5a77abddea758925773e8c authored over 1 year ago by Yehuda Katz <[email protected]>
Vue mostly done

github.com/starbeamjs/starbeam - 74d62bd6a67776e6c5fdd304353e1ee00b0d6685 authored over 1 year ago by Yehuda Katz <[email protected]>
Get rid of old infra + vue works

github.com/starbeamjs/starbeam - 470e4d9267182d5f80fed66ca2c70ce80542d570 authored over 1 year ago by Yehuda Katz <[email protected]>
Preact is passing

github.com/starbeamjs/starbeam - fa22db4d7eeec13dbd3408b48407568ffc255ad4 authored over 1 year ago by Yehuda Katz <[email protected]>
reduceLock

github.com/starbeamjs/starbeam - 921ceb70ea8cf876da597a1dc7e3a24d8cb87570 authored over 1 year ago by NullVoxPopuli <[email protected]>
Build success

github.com/starbeamjs/starbeam - 3ef424287ef2ca832caf48efe319dfd7c2138c03 authored over 1 year ago by NullVoxPopuli <[email protected]>
Add getServiceFormula

getServiceFormula is a low-level API that renderers can use to
synchronize all services together...

github.com/starbeamjs/starbeam - 75b44471fc9c861d1118b21bd8974ad1f1243317 authored over 1 year ago by Yehuda Katz <[email protected]>
A better-rationalized ResourceList

github.com/starbeamjs/starbeam - 7a93358ce5fca3b18af475e91d1a2742bf8e57e7 authored over 1 year ago by Yehuda Katz <[email protected]>
Implement ResourceList

This is a first stab at the implementation. I think that using primitive
sync features would mak...

github.com/starbeamjs/starbeam - 0cb97fe6c0cd6b5d300048487e504275007c82cf authored over 1 year ago by Yehuda Katz <[email protected]>
Fix finalization tests

github.com/starbeamjs/starbeam - aed302fe8f30f0e8470fd8770301f6fd46b99c9b authored over 1 year ago by Yehuda Katz <[email protected]>
Child resources apparently work

github.com/starbeamjs/starbeam - 0484117fa16ef2885ab0ff7db48dfba00028f73e authored over 1 year ago by Yehuda Katz <[email protected]>
Fix lifetime impl in @starbeam/shared

github.com/starbeamjs/starbeam - 95f5fd80d0ce94c8672f1ead2bcb077eac1a708e authored over 1 year ago by Yehuda Katz <[email protected]>
Finish Sync and implement Resource

github.com/starbeamjs/starbeam - 757c52a9b7c6bddc4eae690ac12818837e23f680 authored over 1 year ago by Yehuda Katz <[email protected]>
Most of Resource Reform is done

Child resources is the last bit. To be continued!

github.com/starbeamjs/starbeam - a55aba3e22fffc9a054f3ad86f71b299806339fb authored over 1 year ago by Yehuda Katz <[email protected]>
Improvements to Sync children

Since we're going to use Sync as the primitive under Resource, this
commit beefs up and thorough...

github.com/starbeamjs/starbeam - c047a801896fb83cb1af0560d11971fcb9878792 authored over 1 year ago by Yehuda Katz <[email protected]>
Checkpoint

github.com/starbeamjs/starbeam - 364c0215b7cced0713b4cfab0dd2b731d54da2b9 authored over 1 year ago by Yehuda Katz <[email protected]>
checkpoint

github.com/starbeamjs/starbeam - 3ef7ea3d2863f1c4bb704fc26672fb0efc2753de authored over 1 year ago by Yehuda Katz <[email protected]>
@starbeam/shared lifetime

github.com/starbeamjs/starbeam - 0f8d0c47450d2fc21db6b9262cf13bcb624cf064 authored over 1 year ago by Yehuda Katz <[email protected]>
Merge pull request #115 from starbeamjs/publish-with-access=public

Publish with --access=public, per the updates from embroider

github.com/starbeamjs/starbeam - 398c1bd3847d26de1c18acf2a638d8b2c549c801 authored over 1 year ago by NullVoxPopuli <[email protected]>
Publish with --access=public, per the updates from https://github.com/embroider-build/embroider/blob/main/test-packages/unstable-release/publish.js

github.com/starbeamjs/starbeam - ad8d5a441ebff6326b51b2026a2742720a50bc33 authored over 1 year ago by NullVoxPopuli <[email protected]>
Merge pull request #107 from NullVoxPopuli/unstable-publish

Add new package and workflow for publishing unstable releases

github.com/starbeamjs/starbeam - 92031026d623dc6668957ec69225a8c109b7f134 authored over 1 year ago by NullVoxPopuli <[email protected]>
Merge pull request #108 from NullVoxPopuli/allow-manual-running-of-ci

Allow manual running of the ci workflow

github.com/starbeamjs/starbeam - bf85e798cffb1512beb24cdce871a3b94c000d6d authored over 1 year ago by NullVoxPopuli <[email protected]>
Allow manual running of the ci workflow

github.com/starbeamjs/starbeam - bfee3f1b2030cc2defae9ef6cac418ed92fba875 authored over 1 year ago by NullVoxPopuli <[email protected]>
Broaden the package.json search

github.com/starbeamjs/starbeam - 542094117f5d599f1a12da22a7cf5512f5541a54 authored over 1 year ago by NullVoxPopuli <[email protected]>
Fix file discovery

github.com/starbeamjs/starbeam - b9731ea315dbadedac2ce6cdfe77f749b7bec88a authored over 1 year ago by NullVoxPopuli <[email protected]>
update lockfile

github.com/starbeamjs/starbeam - f3d9b5e6ff4b3fbe4a61b7bf11eb4484f586da16 authored over 1 year ago by NullVoxPopuli <[email protected]>
update lockfile

github.com/starbeamjs/starbeam - eeed66d2bdbbf5fce44f46782964b8354aed6fc1 authored over 1 year ago by NullVoxPopuli <[email protected]>
Add new package and workflow for publishing unstable releases

github.com/starbeamjs/starbeam - 19ee3e39808d36b5f6643d57c08b31c39088952a authored over 1 year ago by NullVoxPopuli <[email protected]>
Add versions for the 3 packages without versions

github.com/starbeamjs/starbeam - e4efd46ef719384d3793224c111ac6ee1624e2ea authored over 1 year ago by NullVoxPopuli <[email protected]>
Fix typo in CONTRIBUTING.md

github.com/starbeamjs/starbeam - 94cd9a0f4dd4d2b71b3f0a48f4da540090819f73 authored over 1 year ago by Priestch <[email protected]>
Fix merge queue per https://github.com/orgs/community/discussions/39933 and https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#merge_group

github.com/starbeamjs/starbeam - a7a6dd371cfc4d936e1ffccfc31585266c516297 authored over 1 year ago by NullVoxPopuli <[email protected]>
Clean up @starbeam/react further

github.com/starbeamjs/starbeam - fa1061ed773dab5aa6a65d781b349e74c0cde03f authored over 1 year ago by Yehuda Katz <[email protected]>
Allow Resources to stage their setup

Previously, there was no good way for resources to have stable values
that survived across inval...

github.com/starbeamjs/starbeam - 0b522962565b0063de7163c75f3826dad2bed69f authored over 1 year ago by Yehuda Katz <[email protected]>
JSNation Workshop Mostly Done

github.com/starbeamjs/starbeam - 0b82166dd47148afe71f86a42be3e9de149ac266 authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up React and Preact

Remove a lot of no-longer-used code, and simplify
the test setup.

github.com/starbeamjs/starbeam - d8d0e40b968b2498290db146a1d4ae5fcb06c1f1 authored over 1 year ago by Yehuda Katz <[email protected]>
Some long-needed renaming and consolidation (#90)Co-authored-by: NullVoxPopuli <[email protected]>

This commit holistic renames, consolidates, and cleans up internal
concepts.

* Rename "internal...

github.com/starbeamjs/starbeam - 50399e9b9f9ccdd255277d4ce1d8f207518ebb18 authored over 1 year ago by Yehuda Katz <[email protected]>
Implement the renderer spec for React

This is a checkpoint, but the implementation is largely done.

github.com/starbeamjs/starbeam - 38d897f3e95c7997ca1b45f40896b34eaf829089 authored over 1 year ago by Yehuda Katz <[email protected]>
Fix up ci:types

github.com/starbeamjs/starbeam - 54f643d650e8882d27128869c49674c8a26d58ca authored over 1 year ago by Yehuda Katz <[email protected]>
Improve callstack protocol for operations

Instead of propagating the `callerStack()` through internal operations,
you call `DEBUG.markEntr...

github.com/starbeamjs/starbeam - e92abd9430995aa63b7e3814e9f6ae07b5526610 authored over 1 year ago by Yehuda Katz <[email protected]>
Add a smoke test to @starbeam/renderer

github.com/starbeamjs/starbeam - f76cfab3c866196d09d09b6a7fdd11169bcf4db5 authored over 1 year ago by Yehuda Katz <[email protected]>
Initial vue support

github.com/starbeamjs/starbeam - f8fb7297a5c19836c0b3b2e4dd169f0d2ed7c895 authored over 1 year ago by Yehuda Katz <[email protected]>
Restructuring towards a unified renderer API spec

Still WIP.

github.com/starbeamjs/starbeam - d036046bdc3bdc0b61b4429b912320bfc2d57602 authored over 1 year ago by Yehuda Katz <[email protected]>
Fix up ci:types

github.com/starbeamjs/starbeam - a0392cf124a3ab07b7d8a84cdac22bee5c0a5d95 authored over 1 year ago by Yehuda Katz <[email protected]>
Extract renderer types

github.com/starbeamjs/starbeam - f94fd3e7bcc58ce8226aae41b4061fafe763842c authored over 1 year ago by Yehuda Katz <[email protected]>
Preact improvements and testing

github.com/starbeamjs/starbeam - cbd94be8417c2128213c69263466f68439967477 authored over 1 year ago by Yehuda Katz <[email protected]>
More generalization of Renderer

github.com/starbeamjs/starbeam - 2acc0677ca1e36252e9d6cf2bb26911640e7a865 authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up and modernize @starbeam/vanilla

github.com/starbeamjs/starbeam - 97cfcfa6bec298c5774e962c9755f4bb6e723593 authored over 1 year ago by Yehuda Katz <[email protected]>
Fix prod tests

github.com/starbeamjs/starbeam - 7f2b261a9d1d9c9fe30fe6c77bd61db7e759b2a0 authored over 1 year ago by Yehuda Katz <[email protected]>
Clean up cruft

github.com/starbeamjs/starbeam - cfd5b29c717ae42f4746906c2819c42120e12b2e authored over 1 year ago by Yehuda Katz <[email protected]>
More debug streamlining

github.com/starbeamjs/starbeam - fd9f8efe264affcad7a48ba60c00322f216837a2 authored over 1 year ago by Yehuda Katz <[email protected]>
Update deps

github.com/starbeamjs/starbeam - fbfe02aefe727e42300f5c333c7ff00916747773 authored over 1 year ago by Yehuda Katz <[email protected]>
Streamline and simplify the tag protocol

This commit further simplifies the core tag protocol:

- Eliminating `StaticTag` in favor of a `...

github.com/starbeamjs/starbeam - 9a6a6b9348886f0d813901fa1d28847399d868b3 authored over 1 year ago by Yehuda Katz <[email protected]>
Trim down tag protocol

The previous iteration of the protocol included internal details that
aren't needed for composit...

github.com/starbeamjs/starbeam - 1ac7ae95c1059e866991c7366e068f563062dc80 authored over 1 year ago by Yehuda Katz <[email protected]>
Lint: add support for --fix to eslint

github.com/starbeamjs/starbeam - 8f14ee214c579d6e341124a64082a2779624e90a authored over 1 year ago by NullVoxPopuli <[email protected]>
Lint: address issues with TS due to changing to require

github.com/starbeamjs/starbeam - 19d603ab178eb1f5e68ecfa415cb5f7aadfbb7e3 authored over 1 year ago by NullVoxPopuli <[email protected]>
Add note about why resolution is needed for rollup

github.com/starbeamjs/starbeam - b93ba6534d342155eb349ca4ec6a1bdd6ff034b6 authored over 1 year ago by NullVoxPopuli <[email protected]>
Add build phase to C.I.

github.com/starbeamjs/starbeam - 110033d1c5fea5f39b4c9dd2c00f94b3911b5e1e authored over 1 year ago by NullVoxPopuli <[email protected]>
rollup-plugin-ts needed to be upgraded to support latest TS

github.com/starbeamjs/starbeam - c90a88f431bdf604f2246ef8989841ed0bd242e3 authored over 1 year ago by NullVoxPopuli <[email protected]>
Move linting to turbo

This change also updates the eslint files to use relative paths for the
tsconfig files. This was...

github.com/starbeamjs/starbeam - 8db28773913233ef780dc1d68b6b08eca54d99ec authored over 1 year ago by Yehuda Katz <[email protected]>