tleish
tleish
When we tested it, we used this demo site: http://mefedronowykowboj5000.xyz/ (which appears to no longer be available). Looking at the cached version, it appears the code to test it looked...
Testing again with a local server, I'm unable to reproduce this with Macbook, but am able to reproduce with 2 iPhone. The iphones are different generations, but the OS and...
Meaning you are working on the injection, or refactoring the JS to make injection easier?
If this is causing issues, we could put the method back with a deprecation notice: ```diff module MagicTest class Error < StandardError; end + def jquery_already_included=(_) + warn "[DEPRECATION] `jquery_already_included`...
> Were both servers still running? We do not know. We host our application on AWS and it's not clear to us when they upgrade if they keep the old...
I can stop auto-updates of Redis on AWS, perform the upgrades manually and then restart falcon servers, but looking for a solution to avoid the manual process. It's not needed...
Thanks for the response. Any knowledge [redis-rails gem](https://github.com/redis-store/redis-rails) to know if it resolved because it does persist the connection?
You could also accomplish this using [Window.getComputedStyle()](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle). You can see an example here (modified from @MadOPcode prior example). https://codepen.io/tleish/pen/JjoQLzN Would devs be interested in values like 'auto' to be handled...
> @tleish If you can create a pull request, I'd be happy to take a look @kn0wn - Pull request added (see: https://github.com/juliangarnier/anime/pull/669)
FYI, if you right-click and download the SVG from github to your local machine, you can then open the interactive flamgraph in your browser to see better details.