Ben Carlsson

Results 98 issues of Ben Carlsson

Thanks for your hard work on this great library! I'm wondering if there are plans to support setting a struct field via pointer? e.g. ```go type Config struct{ Email string...

I have a use case where I'm building an interactive CLI that asks the user several questions amid longford explanation text. I'm writing my explanation text in my Go files...

After upgrading the Patreon gem to `v0.3.0`, performing the OAuth flow using the following code snippet throws an exception on the last line during the callback to my service. Downgrading...

Based on index behavior re: substrings, we may be causing sequential scans for some database systems. We should check to see if we are, and find a remedy.

question

What happens if: 1. Two Rails servers with desynchronized clocks try to insert records that ~collide at the same time? 2. A read-only replica that is ~seconds out of date...

question

In manual testing it appears we work with `find_by!`, but [its source][1] implies we shouldn't be working with it, as it doesn't depend on `find_by`. We should make sure we...

When running in Ruby 2.3.1 with Rails 5, I get warnings like the following coming from Babel-Bridge: ``` warning: WSplit::Parser::SplitsNode1#respond_to?(:to_ary) is old fashion which takes only one parameter ``` Another...