Christopher O'Brien
Christopher O'Brien
### What did you change and why? - Added support for `Swift Package Manager` - Modified the folder structure to make it Swift PM compatible - Deleted `Sources/TrueTime.h` and `Sources/TrueTime.m`...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Slack Tweaks' 2. Click on 'disable animations'...
There seems to be an issue when trying to use this within Spring Cloud/Eureka setup. Using the @FeignClient annoation `@FeignClient(name = "myResource", url = "${my.endpoint}", configuration = MyResourceConfig.class)` Defining the...