Utkarsh Gupta

Results 148 comments of Utkarsh Gupta

@tsdorsey @whomwah

Can we merge this? With changes in all files?

Here is a custom hook I wrote to tackle this issue for now. It is designed to only have 1 toast at time, so if another entity is deleted, then...

@goru001 Please merge this

Facing the same issue. Get 'INFO:tensorflow:Oracle triggered exit' just after all trials complete. My code: > X_train, X_test, y_train, y_test = train_test_split(X, y, train_size=0.8, random_state=0) # 116883 rows in X,...

The current exception hierarchy: - Exception - ChildDeadlockedError - RedisError - DataError - ConnectionError - AuthenticationError - AuthorizationError - BusyLoadingError - MaxConnectionsError (Internal detail) - InvalidResponse - LockError (Also from...

My proposed exception hierarchy: - Exception - ChildDeadlockedError - RedisError - DataError - ClusterDataError **(! new Error)** - ConnectionError - AuthenticationError - AuthorizationError - BusyLoadingError - _MaxConnectionsError **(! renamed internal...

@chayim @dvora-h Thoughts? Also, when is 4.4 stable expected?

I've been implementing Async Cluster support in https://github.com/redis/redis-py/pull/2099 and while optimising it, I've made so many changes that the sync & async implementations have diverged a lot. At some point,...