John Levermore

Results 8 comments of John Levermore

This extra CSS worked for me: ``` html[dir=rtl] #loading-bar .bar { left: auto; right: 0; } ```

Following the changes in this PR, the application loads successfully in Expo and most features are working correctly. Areas currently not functioning correctly are: * Icons * Fonts

@xotahal Thanks for sharing your work on `react-native-material-ui`! I'm not sure if you're interested in adopting this PR to allow the demo app to use Expo. For me, it gave...

It seems to me proposals in @jimzucker's repo would be very useful additions to the official jenkins/docker repo. When setting up new Jenkins instances on Docker, I want to keep...

@sbstjn This looks like a useful PR to include in the package. Are you accepting PRs for this project?

We experienced the same issue, using `self-update` to upgrade from `0.21.0` to `0.22.0`. Our web instance failed and the same `x509: certificate relies on legacy Common Name field` as shown...

We experienced the same problem after attempting to upgrade to control-tower `0.23.0` & `0.24.0`. After digging deeper on this, I think the root cause may be golang version changing and...

@aranair FYI We solved this issue by temporarily upgrading the RDS CA to something other than `rds-ca-2019`, then immediately reverting it to `rds-ca-2019`. This appears to have given us a...