Aaron Brager
Aaron Brager
Some suggested improvements to the README (comments inline)
Can you please update the README to briefly explain the cause of this issue and how your code resolves it?
Perhaps a new default value that switches between `SVProgressHUDStyleLight` and `SVProgressHUDStyleDark` based on the dark mode setting?
Closes #964. This actually works on iOS 12 but only applies to the "Invert Colors" accessibility setting. I verified that… - it works as expected on iOS 13 - it...
## Problems - For very large databases, we are experiencing a ~20 sec delay when switching using `use` - Autocompletion only works for 1 database at a time (e.g. doesn't...
* What were you trying to do? I have a handful of `Role`s in my db like `Administrator`, `Author`, etc. A `User` `has_many` `Role`s. I don't want users of the...
I would like the ability to customize the build monitor text dynamically from a Jenkinsfile. e.g.… ```groovy pipeline { stages { stage('Run Analysis') { steps { // do some stuff...
Closes #537. ## Before (too much spacing) ## After
Hi all, I'm using minima on the [ScheduleBot Blog](https://blog.schedulebot.app) and recently switched: | | **Old** | **New** | |---------------|--------------------------|-------------------------------| | `Gemfile` | `gem "minima", "~> 2.5"` | `gem "jekyll-remote-theme"` |...
What are the plans for updating to Xcode 8 / Swift 3?