Benjamin Lieb

Results 50 issues of Benjamin Lieb

Please help me with this problem. http://stackoverflow.com/questions/38182635/ruby-library-returns-nothing-when-called-from-inside-vim-filter Is it a change in your library?

My model annotations started on the top, and then I changed the config file for them to go on the bottom. Repeated calls to annotate didn't change the annotation position....

Using this in a rails app. How would I configure the default tp in a Rails initializer? For example, I'd like to make headers always lowercase via: ``` tp.set :capitalize_headers,...

I have a Rails scope: ``` scope :positive_amount, -> { where("amount > 0") } ``` But when I do: ``` Transaction.method(:positive_amount).source.display ``` I get: ``` singleton_class.send(:define_method, name) do |*args| scope...

If on a a directory `mydir/` I would like to open a new vertical split with a NERDtree window at that directory. Is this possible? Thank you.

general question

What are my options for aligning bars? I'm experimenting with using ABC for Jazz charts, that won't necessarily have melody. The New Orleans grid chart is popular in early trad...

enhancement
visual

I am trying to have one input field for either an `id_eq` or `name_cont`. Currently `id_or_departure_name_cont` produces this in the query, where the string id is being cast to a...

I have made a React-based Chrome extension for language learners. I would like to add features that will require a backend server and unique user sessions which I am creating....

I have a feature spec that calls ```visit company.decorate.h.new_company_path``` This works as expected on my local machine but fails in Circle CI with: ``` NoMethodError: undefined method `new_company_path' for #...

The docs only say I can do this: `ab_finished(:my_experiment)` But I'd like to do this: `ab_finished(:my_experiment, sale_amount)` I'd like to track the amount of our sales based on the a/b...