Results 8 comments of Nicholas Moen

I'm just commenting to prevent this from being closed. I believe it is merge-worthy. EDIT: Not sure why it didn't pass the checks... It's only a modification to the docs.

OK, so I'm quite certain it's related to a WebKit bug, possibly [this one](https://bugs.webkit.org/show_bug.cgi?id=170595). It seems that when returning to the app, Safari calculates incorrect values for `document.documentElement.clientWidth`. I've tried...

`document.querySelector('.xdsoft_datetimepicker').style.transform = "scale(1.25)";`

OK, so this actually works for me, but there's a bug: You have to navigate to the Theme Generator section _after_ you select the theme. It seems to detect the...

I'm gonna level with you: I have no idea what the hell I'm doing here. More specifically: - What caused the merge conflict - How to fix the merge conflict...

@shawarmaz I was having the same problem until I enabled the Phoenix plugin in my `lib/my_app/prom_ex.ex` module by uncommenting the relevant lines in the `plugins` section and the `dashboards` section....

Just ran into this when I pressed the 'o' key out of curiosity. As a short-term workaround (to avoid issues with committed transactions and such), I think a simple "Are...

Thank you @austinarbor, that worked like a charm! I had to use the first strategy since the second strategy would be overwritten by my test config which uses the Tesla...