Sandil Ranasinghe

Results 4 comments of Sandil Ranasinghe

> I'm on react-scripts 5.0.0 and running `rm -rf node_modules/.cache/` and then `yarn start` helped same issue with react-scripts-5.0.0 and this worked. Is there a way to make it not...

Hey I'm getting the same error. Any workaround other than using a 1.x numpy version?

Changing `sample_diff += int(filebytes[bpi, 0] + 256 * (filebytes[bpi, 1] & 3))` To `sample_diff += int(filebytes[bpi, 0] + 256 * np.int64(filebytes[bpi, 1] & 3))` seems to fix the error for...