michaelwnyc
michaelwnyc
Hi @dwaite, I can help with maintaining this project if you don't mind. Would like to publish a new version to rubygems.org and close out https://github.com/dwaite/cookiejar/issues/33.
My rubygems profile is https://rubygems.org/profiles/michaelwnyc I can work with @joeldodge79 who commented in this issue https://github.com/dwaite/cookiejar/issues/21 to get the existing PRs reviewed.
Possible to get this one merged?
@Elliott-Hu 我这边的思路目前是用数组存储每个卡片的高度加上之前所有卡片的高度。 ``` card[0] = card[0].height card[1] = card[1].height + card[0] card[2] = card[2].height + card[1] ... ``` 这样用二分法来查找scrollTop对应的是哪个卡片。不知是否有更好的方案?
If I run this curl command it works: `curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --header 'Accept: application/json' -d 'user_profiles[][value]=1' 'http://localhost:3000/api/v1/accounts/3/users'` This seems to be a bug. Should be the same...
Did you ever get it solved?
Sounds like a bug, cause if I run a curl command, it works without any issues.
I translated most of text in the views into English. You can understand the code without the comments. On the instruction page, it's just about how to setup OpenVPN locally....
Are you able to log into your MySQL console?
Can you provide some error logs? or can you login to mysql to verify the login details?