Benjamin Lieb

Results 33 comments of Benjamin Lieb

I just did the same thing and was about to make an issue. I've made a [Pull Request for this](https://github.com/postmodern/chruby/pull/414).

Came up with this: ```ruby Toco::Application.configure do config.after_initialize do TablePrintConfigurator.set_defaults end end ``` ```ruby class TablePrintConfigurator def self.set_defaults tp.set Transaction, :id, :description, :amount, :total_cost, :active, :charge_id, :charge_type, :invoice_id, :multiplier, :transaction_type_id,...

I'm a developer and appreciate the power of text-based data and processing. I also enjoy playing different types of music (oldtime, french canadian, jazz, trad jazz, folk, blues, etc). I've...

@chrisfargen @paulrosen Thanks for the info. Actually when the quarantine hit, I took some time to turn the text-based chart system I mentioned above in to a fully data-driven system,...

@chrisfargen this %%grid2 options looks promising. That's enough to give the tool another look. Is there any way to get rid of those tie marks and change chord sizes?

@chrisfargen Could you share a screenshot?

Seeing this as well. This works: `Lesson.by_fuzzy_name('slide').by_instructor_fullname('bill') ` But this dies: `Lesson.by_fuzzy_name('slide').merge(Lesson.by_instructor_fullname('bill')) `PG::DuplicateAlias: ERROR The SQL generated for the intrepid: `SELECT "lessons".* FROM "lessons" INNER JOIN ( SELECT "lessons"."id" AS...

I've come back to check on this. If I submitted a pull request would you be interested in this functionality?

I've come come back again to check on this, haha. But I guess neither I nor anyone else has had the time to implement micro / milliseconds. :(

I had a similar issue, but solved it with `mouseEnter`, `setState`, and `getContent` ```js export default class SimilarChars extends React.Component { constructor(props) { super(props) this.state = { } } lookup...