Dave Tapley

Results 93 comments of Dave Tapley

@rodrigogiraoserrao I was, but I didn't know about `skipif`, that makes it look quite easy 😁 I'll get some tests in ASAP.

Thanks @rodrigogiraoserrao, your fix also fixed it for this 🙏🏻

Yes @TomJGooding, thanks for clarifying 🙏🏻 I've updated MRE to be less confusing. Your analysis makes sense. I think figuring out when `_build` is going to be... wait for it......

I think there's something ever worse going on here: It seems that unless there are two rows within a bucket, then any delta is also missed? 🤯 Re-jiggering above example...

@tyler-whitman can you think of any risks updating https://github.com/helium/helium-js/compare/v4.0.0...v4.9.0 ?

@dillonkearns I assume this would be, as opposed to `elm-hot-webpack-loader`? Could you elaborate on why you moved (and why move back)? I'm just trying to get a environment set up...

Can someone confirm that there was a fix specifically for the `_spawn_patch.py` build failure mentioned on https://github.com/grpc/grpc/issues/30192 (which was closed as dupe)? I don't see any commits or PRs linked...

@davidkohn88 could current lack of Windows support for toolkit be made more explicit over here? - https://github.com/timescale/timescaledb#installation - https://docs.timescale.com/api/latest/hyperfunctions/

Oh, TIL `isinstance(None, object)`, I guess that should have been obvious 🤪 > We should update the instance variable. I'm not sure what variable you mean? 🤔

In Pylance / Pyright / VSCode this manifests as e.g.: ``` Type of "..." is partially unknown Type of "..." is "DataTable"Pylance[reportUnknownVariableType] https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportUnknownVariableType) ```