Matt Scilipoti

Results 16 comments of Matt Scilipoti

+1 I'd like to archive an inactive account, so I can remove these "can no longer authenticate" messages.

@claudiofullscreen Yes. That element is just missing the 'alert-dismissible' class, that bootstrap specifies should be there. My pull request simply adds that class. Bootstrap has some styling for that class.

The broken travis build is having an issue installing json. I don't think this small change is related to that issue.

Here is the listed failure from travis-ci. It is not related to the changes in this PR. I expect it is affecting other PRs too. I don't know how you...

I tried tracing this back. The issue existed when Rails 5 support was added in SHA: 383419955503b9ba8b111cae9351dc92f347d296.

I found a similar issue in acts_as_list (https://github.com/swanandp/acts_as_list/issues/268). The workaround I used here didn't work. I was able to trace it to a specific commit in that project, but I...

Issue on OSX: keylogger.FindKeyboardDevice() does not find the keyboard.

I'm seeing that Apple Laptop keyboards are internally attached via USB: https://stackoverflow.com/a/7287822.

Some background: I am unfamiliar with Jupyter notebooks. I've seen them used in a few presentations. I use ruby regularly and I just read that Jupyter now supports it. My...

My understanding of docker is that if it is failing for me, it is failing for everyone. Is that a correct assumption?