Robert Kieffer

Results 43 issues of Robert Kieffer

Start with a Component that updates props state asynchronously when form values change, something like this: ``` function MyFormThing(props) { function handleChange(formState, isChanged) { console.log('isChanged:', isChanged) // (trigger async action...

pull request wanted

When running with this loader, stack trace errors are incorrect. ## Recipe Create a basic test file that has a comment in it, like so: ``` $ cat test.ts //...

'Just upgraded from `2.7.1` to latest (`2.9.0`) and am now getting the following when trying to set up the WebSocketPair in my durable object: ``` TypeError: pair[kSend] is not a...

question

**Problem** Chatting with @bretthoerner in Discord about how to force a DO to be evicted, he suggested throwing from within the `blockConcurrencyWhile()` callback. While this works in production, it does...

behaviour mismatch

Fixes bug where calling `myObservable.emit('some-event')` (with no 2nd argument) throws a "TypeError: args is not iterable (cannot read property undefined)" error.

Putting this up as an (untested) fix for #42. This isn't duck-typing but, instead, enforces the known array length. Has the additional benefit of catching other cases where the same...

### Version 2.7.14 ### Reproduction link https://github.com/vuejs/vue/blob/dev/packages/vue-template-compiler/package.json#L29 ### Steps to reproduce * Check out [the package.json file](https://github.com/vuejs/vue/blob/dev/packages/vue-template-compiler/package.json#L29) * Notice the "`file:../..`" version string. (Apologies for not providing an actual SSCCE...

I would like to see this spec address use-cases where versioning granularity on the order of 1-second might be needed. For example, the use case I have is on my...

> **Important** > For anyone reading this issue, note that the underlying problem here may be that [@pastelsky is looking for people to help contribute and maintain this project](https://github.com/pastelsky/bundlephobia/issues/683). ![CleanShot...

bug

Putting this up so we have something to look at for #115. Cutoff does not have to be at node@16. That's just where we'd draw the line in the world...