Ryan Scott Lewis

Results 9 issues of Ryan Scott Lewis

I use neovim, vim is not installed on my system. I do however have a `/etc/zsh` script that is loaded for all users with zprofile that aliases `vim` to the...

It would be really nice to run a daemon in the background and send the information to yabar from that, rather than executing a bunch of processes and showing their...

feature request

My theme uses `mix-blend-mode: lighten;` which works fine in Firefox and Chromium, but doesn't work in `lightdm-webkit2-greeter` Software versions: ``` lightdm-webkit2-greeter 2.2.5-2 webkit2gtk 2.22.2-1 firefox 62.0.2-1 chromium 69.0.3497.100-1 ```

Example with NSRect: https://gist.github.com/RyanScottLewis/2fbcf4cf695d654ea43c0cbe4764b4d7 Snippet: ```cr window = NSWindow.new( ... ) p window.content_view.frame ``` Error: ``` wrong number of arguments for 'Hoop::NSRect.new' (given 1, expected 4) Overloads are: - Hoop::NSRect.new(x,...

After adding the following to my `Gemfile`: ``` rb gem "font-awesome-middleman", "~> 4.5.0" ``` ...and running `bundle install`, I get this error: ``` sh Resolving dependencies... Bundler could not find...

- You should _always_ specify the gem dependencies versions. - Added OS-X specific dependency. The gemspec is run on the gem user's computer, so it will check to see if...

A coworker and I spent hours tracking this down. This change allows Rspec to connect to a DRb server such as Spork. Before this, we were getting the "No DRb...

Allow packages to be placed anywhere under `pkg/`, probably under a directory for it's platform/architecture ie `pkg/x86_64` and/or define the architecture within the package.