Bryan Vaz

Results 15 issues of Bryan Vaz

the `getUserByUsername` endpoint still seems to require authentication for public profiles. The following code should work but instead I get `StatusCodeError: 403 - undefined`: ```javascript const Instagram = require('instagram-web-api'); const...

Hey great Rails wrapper, just saved me a couple days (or weeks) getting medium-editor into rails. Does anyone have any sample controller ruby code and subscribe js code to actually...

Hey Jeff, (@geerlingguy) Have you thought of trying the Asus AI card in Pi's 1x PCIe slot? https://iot.asus.com/products/AI-accelerator/AI-Accelerator-PCIe-Card/ I assume ASUS marketing should be able to provide you with a...

## Changes made Adds the `requestOptions` parameter to the `Stripe` class constructor and `makeRequest` function. Can be used to send additional params to the `https.request()` function call, which cannot be...

Since the KVM will usually be outside of the server, there is no clean way to run the ATX power breakout cables to the motherboard. Do you know/can you recommend...

Just a suggestion for the next revision: **Can you put all the ports on one side and make sure the case is 1U high?** If all the ports are on...

**Issue Type:** Bugfix ## Issue Summary If a cassandra keyspace has a materialized view, the `drop` command will fail as views must be dropped before underlying tables. ## Change Summary...

A bit of a self-centered request, but wondering if you could add a darwin arm build to the release assets? (I'm setting up my new machine and realized I built...

Hey @dhui, there's quite a few bug fix and db support PRs sitting in the backlog, along with the tests being super flakey. Would you like some help in untangling...

The new architecture we are designing uses ECS to hold a mix of EC2 instances (spot and reserved instances to optimize costs) which require two Auto Scaling Groups (ASGs) to...