Frank Groeneveld

Results 40 comments of Frank Groeneveld

What would that do? It is not listed in crontab documentation, so you'll probably end up with an invalid crontab.

This one does work: https://github.com/actuallymentor/battery Seems to use SMC as well. Edit: that's not true, they only use it to read the battery level. Seems you need bclm: https://github.com/zackelia/bclm Edit2:...

Hope you can figure out how to get it working, would be great to send files to my Nokia Lumia 800 without having to reboot in Windows.

@directhex Do you have it working without pin? Or doesn't it work?

I know this is an old issue, please close it if this has been resolved or has become irrelevant for you. `current_user.admin?` is checking whether the `admin` attribute on your...

The current release on rubygems is over 4 years old which might give users the impression it is unmaintained by Mollie. Would it be possible to push a release to...

You can always compare the git tags and read the commit messages: https://github.com/SortableJS/Sortable/compare/1.4.2...1.5.0 Please close this issue if it was solved or became irrelevant.

I'm affected by this as well and have created #547 based on your suggestion. It does indeed fix it for me.

@brianvoe I'm trying to write tests for this and while doing so I found out that my original PR contained an error. Instead of this: ``` this.select.dispatchEvent(new Event('change'), { bubbles:...