Ecosyste.ms: Timeline

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

mhofman

mhofman created a review on a pull request on Agoric/agoric-sdk
It's in one of these cases I wish state with shapes could grow new props.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
It's in one of these cases I wish state with shapes could grow new props.

View on GitHub

mhofman created a comment on an issue on Agoric/proposal-stabilize
To clarify, this is unilaterally fixing the override mistake, just with mitigations for some observed in-the-wild reliance of the override mistake currently silently failing in sloppy mode?

View on GitHub

mhofman opened an issue on mgaudet/proposal-error-capturestacktrace
Behavior when object is an error instances
What should the behavior of `Error.captureStackTrace` be when the object provided is an object with an `[[ErrorData]]` slot? My preference right now would be to reset the internal error stack in...
mhofman created a comment on an issue on mgaudet/proposal-error-capturestacktrace
I am not opposed to an accessor own property but given these would interact with private state associated with potentially arbitrary objects I would want us to be careful in order limit its abuse a...

View on GitHub

mhofman opened an issue on Agoric/agoric-sdk
Add warning for promises not settled promptly
## What is the Problem Being Solved? Liveslots does not currently have any mechanism to resolve a promise across incarnations: the resolvers for a promise decided by a vat cannot be durably stor...
mhofman opened an issue on endojs/endo
`ts-blank-space` loader hook that doesn't make `tsc` run first
## What is the Problem Being Solved? With #2415 we added support for `.ts` in bundle source. However people also want to use `.ts` when running scripts in Node.js. Since support for native .ts s...
mhofman created a comment on an issue on Agoric/agoric-sdk
I don't remember what the genesis test does, but it might similarly affect availability of historical data.

View on GitHub

mhofman opened an issue on Agoric/agoric-sdk
Vows do not report unhandled rejections
## Describe the bug Unlike promises, vows do not report unhandled rejections. ## To Reproduce `watch` a promise or vow providing a `watcher` that throws in `onFulfilled`. Do not install a watc...
mhofman opened an issue on Agoric/causeway
Improve the block fetching UX
The new UI for fetching slogs of a specific block is great, but often time we only care about a specific run (or more precisely a specific trigger). The UX would look something like: - User ent...
mhofman created a review comment on a pull request on whatwg/html
Ah ok so HTML is already relying on the current realm.

View on GitHub

mhofman created a review on a pull request on whatwg/html

View on GitHub

mhofman created a review comment on a pull request on whatwg/html
Is there a way to associate / plumb the shadow realm through the unhandled rejection hooks? Unhandled rejections for shadow realm promises cannot be reported in the main realm event because of the ...

View on GitHub

mhofman created a review on a pull request on whatwg/html

View on GitHub

mhofman created a comment on an issue on tc39/proposal-error-stacks
I misread the change Safari implemented. It seems to be installing a data property on error instance which is not as much a problem. My concern is with the recent (a year ago?) v8 behavior of inst...

View on GitHub

mhofman created a comment on an issue on tc39/proposal-error-stacks
To be clear, a "shared" instance accessor is completely unacceptable for some committee members and will not reach consensus.

View on GitHub

mhofman created a comment on an issue on tc39/proposal-error-stacks
There is an open issue for v8 to move the accessor to the prototype. I believe the original change that introduced an instance accessor was just to limit the scope of the change. Do we know why Web...

View on GitHub

mhofman closed an issue on tc39/proposal-shadowrealm
[Stage 3] behavior of global object
Originally this proposal created a regular object for the global and provided a host hook to add configurable properties and change the prototype according to the APIs the host needed to expose. h...
mhofman created a comment on an issue on tc39/proposal-shadowrealm
Solved by #413

View on GitHub

mhofman created a comment on an issue on microsoft/WSL
> People who still see this problem: is it the same as discussed in this comment: [#6982 (comment)](https://github.com/microsoft/WSL/issues/6982#issuecomment-2294892954)? I applied the workaround m...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Given lack of value at the caller site, that change sounds reasonable

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Thanks for clarifying the reserve terms change

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Thanks for clarifying the reserve terms change

View on GitHub

mhofman pushed 1 commit to main mhofman/mhofman.github.io

View on GitHub

mhofman created a branch on mhofman/mhofman.github.io

main

mhofman created a review comment on a pull request on Agoric/agoric-sdk
This is a significant change of type. New one looks right but I'm surprised we didn't have an error before.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
LGTM, except for a question on the runtime change in the reserve terms.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
LGTM, except for a question on the runtime change in the reserve terms.

View on GitHub

mhofman created a review comment on a pull request on tc39/proposal-shadowrealm
The global object must also be extensible (not sure if I explicitly stated that previously, but it kinda went without saying) ```suggestion object must be an extensible ordinary object, and...

View on GitHub

Load more