Tom

Results 12 comments of Tom
trafficstars

When yielding `{}` in a generator, I get this message because the `isObject` function isn't more robust ``` TypeError: You may only yield a function, promise, generator, array, or object,...

@jaredpalmer Would you like this "actual" to be optional? The code looks good to me

> Hi - many thanks for releasing this code! Tensorflow 2.10 is now (since about September 1st 2022) the default version for a pip install but running in a CUDA...

@AlexKamaev This is not an enhancement, rather a bug. TestCafe documentation explicitly states this behaviour is supported but it is not: ![image](https://user-images.githubusercontent.com/17221813/84890111-40fd0f80-b09a-11ea-8d39-336fb425da7b.png) Please change the label to reflect this issue...

I believe the problem is when the element of the selector doesn't exist. There doesn't seem to be any explicit error handling for this case. Instead, box is `{}` and...

@ArtemDintecom Can this be closed?

Using this to the `package.json` worked for me: `"start:debug": "react-scripts --inspect start --no-cache --runInBand",`