spike

Results 43 comments of spike

I faced a similar problem: ``` pkg_resources.DistributionNotFound: The 'pandas' distribution was not found and is required by pomodoro-cli ```

@kyleconroy I want to make sure that what I need to do is to check the current value of `stmt.IfNotExist` in the `addColumn` method, If a column exists and `stmt.IfNotExist`...

According to my findings, currently secure amqp is supported. Based on [official rabbitmq documentation](https://www.rabbitmq.com/uri-query-parameters.html), you can set the parameters for tls in the uri, eg. `amqps://localhost:5671?cacertfile=/path/to/ca_cert.pem&keyfile=/path/to/key.pem&certfile=/path/to/cert.pem`. We are currently using...

@yaron2 @bab5470 Could you confirm it, not sure I fully understand the intent of this issue.

@yaron2 Hi, do you have time to confirm this? https://github.com/dapr/components-contrib/issues/2008#issuecomment-1232489072

@artursouza I want to make sure I understand correctly that for retriable errors we don't need to log Error, but just log Warn or log Debug, while for non-retriable errors...