Christopher Hiller
Christopher Hiller
I think `defend()` should run the function in its context. Trivial failing example: ``` js const foo = { bar: 'baz', quux: check.defend(function quux(val) { // TypeError; `this.bar` is undefined...
### XState version XState version 5 ### Description The `self` prop of `UnifiedArg` https://github.com/statelyai/xstate/blob/main/packages/core/src/types.ts#L114 is an `ActorRef`, but only provides the _first two_ type arguments (snapshot and `EventObject` for events)....
I was attempting to clip the contents of [this file](https://github.com/tc39/proposal-function.sent/blob/main/README.md). When it arrives in Obsidian (using the custom extension), the contents of the fenced code blocks: 1. Do not appear...
A Roku device has a debug log which is accessible via telnet. We can use this to provide data via the WD `/session/:sessionId/log` route. What's here so far is an...
A Roku device has a debug log which is accessible via telnet. A client should be able to request this debug log.
## Description `null` is an invalid value for the `prettier` property of `package.json`, per the schema. Schema: https://json.schemastore.org/prettierrc ### Security Considerations no ### Scaling Considerations no ### Documentation Considerations no...
### XState version XState version 5 ### Description Given: 1. Root machine actor _A_ 2. No `error` subscriber is registered with _A_ 3. _A_'s initial `context` assignment function throws an...
## Description This change replaces [source-map](https://npm.im/source-map) with [source-map-js](https://npm.im/source-map-js), which is a fork of the former. Crucially, `source-map-js` is a synchronous, pure-JS implementation. A consequence of this is that `makeLocationUnmapper` is...
## Description - This PR adds support for dynamic requires via `loadFromMap()` and `link()` (in `import-lite.js` and `link.js`, respectively). `importLocation()`'s signature has also been modified for support. To use this...
## What is the Problem Being Solved? I'm seeing this warning after builds: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3....