Benjamin Groessing
Benjamin Groessing
I started getting the warning when upgrading from ruby 2.1.8 to 2.3.1.
I don't think [
I agree, the new hash syntax alone would not be worth it. However getting rid of deprecation warnings *plus* the new hash syntax exceeds the (IMO not very high) threshold...
I am currently having the same problem: Terminating inconsistently fails to stop all watches (although I have already increased the timeout). Sending a TERM signal to the still running processes...
Any news on this?
I can confirm that SVG transforms via velocity don't work with IE Edge because they are done via CSS transforms (which are [not supported for SVGs in IE](https://connect.microsoft.com/IE/feedback/details/811744/ie11-bug-with-implementation-of-css-transforms-in-svg)), and not...
Until this has been merged, it can be worked around by setting the `documentMode` property manually (which seems to have no effect in IE edge anyway). Include this **before** including...
The above code has an issue with form field values containing `=` characters. Here's my adapted version: ```js // Convert data to string, if not already a string if (...
@Sailias It's some time ago I posted this, but if I remember correctly everything I changed should be included in #238.