Matt Snider
Matt Snider
Hi there, I'm new to neomutt but I've spent a lot of time the last several days configuring it. I've got a setup that includes several mail accounts synchronized with...
### Expected Behavior When using Micronaut's Transaction Management with JOOQ, we should be able to define methods both with and without `@Transactional` as in this example controller: ```java @Controller public...
Some contact apps contain an entry at the top of the list with the phone's own contact information. It would be great to be able to enable this feature in...
Hi there, Thanks for this great library! It looks great and works very well, although I am having one minor issue. Recently I noticed that on each navigation or request,...
**Describe the bug** Metabase is able to connect to the SQL Server instance and query the list of tables, but it is not able to obtain any information about the...
* openwrt-luci-rpc version: v1.1.2 * OpenWRT version: 18.06.4 r7808-ef686b7292 * Python version: 3.7 * Operating System: NixOS ### Description First of all, thank you for this project! :-) So my...
Hi @vklochan I ran into a logging error today involving a non-json serializable value in a situation similar to the following: ``` python test_logger.info('testing', extra={'test_dict': {'foo': object()}}) ``` Which would...
I need the `AMQPLogstashHandler` to gracefully handle connection failure. Rather than implement this logic in the library as in #34, I recommend switching from pika to [kombu](https://github.com/celery/kombu). In this PR...
### Feature description I am using Redis for caching and trying to get my tests to run without a running Redis instance. The test cases do not actually require Redis...