Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erights pushed 1 commit to main tc39/proposal-immutable-arraybuffer
- readme links and updates d749331
erights created a comment on an issue on gpuweb/gpuweb
Please see https://github.com/tc39/proposal-immutable-arraybuffer which proposes Immutable ArrayBuffers, is at Stage 2 of the tc39 process, has enthusiastic support from some implementations, and n...
erights opened an issue on tc39/proposal-limited-arraybuffer
Revise to be delta on proposed Immutable ArrayBuffers
https://github.com/tc39/proposal-immutable-arraybuffer , which is now at Stage 2, has overlapping goals. As discussed with @Jack-Works , the remaining functionality of this proposal that goes beyon...erights pushed 1 commit to main tc39/proposal-immutable-arraybuffer
- minor revision to talk slides 8fcc8e2
erights pushed 1 commit to main tc39/proposal-immutable-arraybuffer
- minor revision to talk slides 44011a4
erights created a comment on an issue on gpuweb/gpuweb
Please see https://github.com/tc39/proposal-immutable-arraybuffer which proposed Immutable ArrayBuffers, is at Stage 2 of the tc39 process, has enthusiastic support from some implementations, and n...
erights created a comment on an issue on WebBluetoothCG/web-bluetooth
> I really doubt TC39 will come through on this; it's been discussed before and rejected because of fairly nasty performance implications for code that manipulates typed arrays. > > I strongly s...
erights created a comment on an issue on tc39/proposal-immutable-arraybuffer
> I currently favor adding this operation. If tc39 agrees, I close with that decision. At the December tc39 plenary, tc39 did agree. However, I'll leave this issue open until the spec text in this...
erights created a comment on an issue on tc39/proposal-immutable-arraybuffer
At the December tc39 meeting, we got agreement on `.immutable`. Since that is consistent with the current state of this repo, I'm closing this as resolved.
erights closed an issue on tc39/proposal-immutable-arraybuffer
`.immutable` or `.mutable`?
Generally I try to make my boolean options and properties positive. Arguably, `immutable` is the negation of `mutable`. Following that principle, then, the getter should be spelled `mutable`, and t...erights created a comment on an issue on tc39/proposal-immutable-arraybuffer
> is immutability preserved when you copy? Good question! I would like the answer to be "yes". This best satisfies the intuition that the thing received resembles the thing sent as much as practi...
erights created a comment on an issue on Agoric/agoric-sdk
Like the `init` conversion, the argument to the setter could be an object with regular data properties, and it is the setter that converts these to accessor properties, exactly happens with the res...
erights created a comment on an issue on Agoric/agoric-sdk
> (or we could make the `context.state` property be a getter that always return the most up to date state object). We could also make the setter of `context.state` be that meta operation for who...
erights opened a draft pull request on endojs/endo
docs(marshal): revise cheatsheet to match ocapn
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...erights created a branch on endojs/endo
markm-update-smallcaps-cheatsheet-2 - Endo is a distributed secure JavaScript sandbox, based on SES
erights created a comment on an issue on tc39-transfer/proposal-stabilize
> Does this mean adding a private element to a proxy would now invoke the isExtensible trap? Yes. But without the consolidation, i.e., in the proposal as currently written, adding a private elem...
erights pushed 4 commits to markm-orch-purse-4 Agoric/agoric-sdk
- refactor(orchestration,time,zoe): Avoid name convention conflict (#10751) closes: #XXXX refs: https://github.com/end... 1f25ee2
- feat(fast-usdc): support risk assessment arg ff6737a
- feat(fast-usdc): support risk assessment arg (#10753) fixes https://github.com/Agoric/agoric-sdk/issues/10748 ## De... 9cb1472
- feat(vats): Mock ERTP face on mock orch assets 65ef039
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets b466cc2
erights pushed 1 commit to master endojs/endo
- refactor(pass-style): Avoid name convention conflict (#2666) closes: #XXXX https://github.com/Agoric/agoric-sdk/pul... 59290f6
erights closed a pull request on endojs/endo
refactor(pass-style): Avoid name convention conflict
closes: #XXXX https://github.com/Agoric/agoric-sdk/pull/10751 ## Description We generally use names of the form `^([A-Z]\w*)I$`, i.e., identifiers beginning with a capital letter and ending ...erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets a030ae1
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets 065d4c5
erights pushed 1 commit to markm-avoid-name-convention-conflict endojs/endo
- fixup! review suggestion 849624e
erights created a comment on a pull request on endojs/endo
> [requesting lint rule](https://github.com/Agoric/agoric-sdk/pull/10751#pullrequestreview-2516441053) https://github.com/Agoric/agoric-sdk/pull/10751#issuecomment-2555998777 ;)
erights created a comment on a pull request on Agoric/agoric-sdk
I added the lint rule you requested. I verified that it applied to current master produces the following lint errors: ``` 91:11 error Interface name `CopyArrayI` must not match the RegExp: ...
erights pushed 1 commit to markm-avoid-name-convention-conflict endojs/endo
- fixup! update lint rule to complain on violation 7b8ea27