Zachery Hostens

Results 18 comments of Zachery Hostens

FYI, here is my current hack. Yeah running vim at the beginning of every session takes a second or two but luckily this only happens once. > ~/.vimrc ``` viml...

Other instrumentation already use `propagation_style`, is there any reason this could not be done vs a callable proc?

Any ideas on when this would possibly get merged [and released] ?

`settings[:shebang]` and `env-shebang` are related, but are not the same at all. The shebang setting is a string, where as `env-shebang` is a boolean. _Adding_ `env-shebang` as a flag would...

So... Making assumptions... * `gem` is typically installing bin[stubs] at the "system" (or user _on_ the system) level. * `bundle` is typically installing binstubs at the project level `${PROJECT_ROOT}/bin` For...

`count` is attached to `Arel::Expression` much like `sum` and the other aggregate methods. to use these do something similar to this (note getting arel table from ActiveRecord: ``` products =...

@patbenatar woops, I missed the notification for this. ### root props I like it. naming be damned, but I was actually thinking about an `attribute` method to... do this exact...

@patbenatar In regards to your atomic design, I was going to open a ticket to ask what you think about allowing _web component'esque_ referencing to components. an alternative to the...