Ben Standefer

Results 136 comments of Ben Standefer

I want this for batched updates and might be able to implement it this weekend. How about this API: ```rb tea1 = Tea.find("someid") tea1["Name"] = "Feng Gang Organic" tea1["Village"] =...

Any ideas for a better name? I'm not partial the the name either.

After working on this some, I realized that my project would really need Table.batch_upsert to create or update in batches accordingly. For my immediate needs, I've decided to do an...

After researching OAuth solutions for Electron apps for several weeks and trying to determine if this library was safe for production, I don't think it is. +1 for what @mcastany...

@marcoancona For what's it's worth, there are some [notes about the loopback IP and firewalls in RFC 8252, Section 8.3](https://tools.ietf.org/html/rfc8252#section-8.3): > 8.3. Loopback Redirect Considerations > > Loopback interface redirect...

Thanks for the PR, I'll review it soon and hopefully merge it (I'm new at helping maintain this repo, so it might take a little bit).

We are seeing a similar-looking issue when this file is imported: ```js // Alphabetical order import * as applicationSources from 'foreground/search/sources/applications'; // WTF import * as chromeTabSources from './sources/chromeTabs'; import...

Weird, so in my case it seems the issue might have been defining `alias` as an empty object. This seems to work fine... ```js plugins: [ [ require.resolve('babel-plugin-module-resolver'), { root:...

Very cool, yep. I'll play with making a PR since I like CAF and this seems like a fun thing to contribute.

How does this look? https://github.com/getify/CAF/pull/26 I did this for fun more than anything. We use a separate variable to track which pieces of our code use CAF, but it'd be...