Aake Gregertsen

Results 6 comments of Aake Gregertsen

``` private class DbMessagesDataSource: UICollectionViewDiffableDataSource, DataStoreServiceInjected, MessagesDataSource { func messageForItem(at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> MessageType { return self.itemIdentifier(for: indexPath)! } func numberOfSections(in messagesCollectionView: MessagesCollectionView) -> Int { return...

I am having the same issues. Running latest PG Gem with latest Rails. Also tried other versions. Here is one query that hangs. It only hangs for specific combinations of...

> We've been running in circles on this on and off for a couple months, and got halfway to switching to a non-serverless solution, when we found that turning off...

> @sprite2005 This is undocumented so can you tell me what are the consequences of doing this? > > Thanks It will use sync_exec instead of async_exec. I've been running...

I was going to open an issue for adding support for a redis password, but this would solve that nicely.

Something as simple as this should work if you don't want to break current API, although it would be nice if we could pass retry, since I'm sure a lot...