John DeSilva

Results 9 issues of John DeSilva

This is an attempt to address #241. A few things here: I moved `ohmd_device_desc.driver` to `ohmd_driver.name`, which I feel makes more semantic sense than having it on every device. This...

This adds the `OHMD_DRIVER` to `ohmd_list_gets` to be more consistent with the `ohmd_device_desc` struct. This also displays that driver in the simple example. Reason I added this was for clarity;...

### Steps to reproduce the problem 1. Use a wide monitor to view the wide interface 2. Login 3. Click the vertical ellipsis menu to open the profile drop down...

bug

This is to address #667. I am starting this PR as a draft for some discussion, if this seems like a good direction I can rebase, squash, add tests, and...

I am using the latest Heroku CLI, and experiencing this issue on multiple different machines and OSes. Starting a few weeks ago, I began seeing "Cannot read properties of undefined...

This library provides an override of `ActionView::Helpers::Tags::Base#value` (the method that is used to determine the current value of a form field built from a template object) that allows calling private...

## Description Added Revela, Inc. ## Checklist - [x] I confirm that I've tried my best to follow the [contributing](https://github.com/CalvinWalzel/ruby-companies#contributing) instructions from the [readme](https://github.com/CalvinWalzel/ruby-companies#readme). - [ ] I needed to...

I understand that when giving a `order_by:` column other than the default `:id`, extra care is required to ensure that unique results are accounted for because we cannot ensure that...

These changes add support for the FreeBSD platform, and perhaps make it slightly easier to support other X11 platforms in the future. Technically the only change required would have been...