Deleted user

Results 142124 comments of Deleted user

I can't right now. But simple make a new app with `rails new app` et voilà! The new app with those models. But the question is: Is N+1 this? `@parent...

looks like it 😂

What's the chances that we can get a real Synology package (that can be installed, updated etc. through Package Center)?

Same issue here on macOS Sierra beta: crypto.js:238 this._handle.initiv(cipher, toBuf(key), toBuf(iv)); ^ Error: Invalid key length at Error (native) at new Decipheriv (crypto.js:238:16) at Object.Decipheriv (crypto.js:235:12) at Object.decryptAudioData (/usr/local/lib/node_modules/airsonos/node_modules/nodetunes/lib/helper.js:141:25) at...

Yes! that solves the issue

From viewing the first line of the log it looks like you Node.js version might be a good starting point: `npm WARN engine [email protected]: wanted: {"node":"0.12.x"} (current: {"node":"0.10.33","npm":"1.4.28"})` I would...

@dariusrosendahl the only way to get it working would be to update the dependencies to the latest versions. I would suggest forking the code, but it seems the developer may...

Maybe using ksort to sort by key? Problem is there's only 1 test that checks canonicalized arrays, and it fails if using ksort. ![image](https://user-images.githubusercontent.com/590751/71484200-f933b480-27e9-11ea-9b46-69bd38dc2839.png)