Ryan Festag

Results 12 issues of Ryan Festag

When I follow the instructions to build and run browsix, I get the following error: ``` found 54 vulnerabilities (32 low, 7 moderate, 13 high, 2 critical) run `npm audit...

Oboe seems to not behave the same way in Jest when `testEnvironment = node`. I created a mock Readable class, which works fine when I simply run a test script...

First, thanks for all the great work on this, I'm really enjoying playing with renative! I have a few patches in a fork I made that I'd like to test....

question

I am trying to add support for an HTTP2 adapter (based on @kenichi's h2 branch of Reel: https://github.com/celluloid/reel/pull/242). The catch is that it will require a different ruby client in...

I ran into an issue trying to update webmachine-test to support cookie sessions (ie, keeping track of all cookies set by the server and automatically responding with them to emulate...

This isn't so much an issue as me trying to understand why some callbacks work the way they do. 1) Why is create_path called so early? I see justifications like...

### Issue Description I playing with an example project that enables `pnpm` to be used with React Native (https://github.com/vjpr/pnpm-react-native-example). After manually installing `@react-native-community/cli-platform-android`, I was able to get it to...

I cannot seem to nest splits with different directions. I would like to set up 3 outer panels with horizontal splits, and two inner vertical splits on the center (something...

I'm trying to use ruby-ble to connect to a Sphero BB8. Using this library, I'm able to detect the device, but connections always fail. I keep getting ```ruby device =...

I was recently having issues with the default bumblebee install on my newly installed Manjaro box. I decided to try using optimus-switch to get around it. After the install, grub...