Skye Shaw
Skye Shaw
Maybe, but I think the functionality implies that it's a line number. Why would a given point send one to a blame for the whole file? Line number is more...
Just tried 1.0.2; 1st pic is black, 2nd is :boom:: ``` irb [2.3.0] (selfie-formatter)$ session = AVCapture::Session.new => # irb [2.3.0] (selfie-formatter)$ dev = AVCapture.devices.find(&:video?) => # irb [2.3.0] (selfie-formatter)$...
This is also a problem with Webpacker: ``` NoMethodError: undefined method `formatter=' for # Did you mean? formatter /Users/sshaw/.rvm/gems/ruby-2.3.5-railsexpress/gems/activesupport-4.2.10/lib/active_support/tagged_logging.rb:60:in `new' /Users/sshaw/.rvm/gems/ruby-2.3.5-railsexpress/gems/webpacker-3.5.5/lib/webpacker/railtie.rb:72:in `block (2 levels) in ' /Users/sshaw/.rvm/gems/ruby-2.3.5-railsexpress/gems/activesupport-4.2.10/lib/active_support/lazy_load_hooks.rb:36:in `execute ... ```...
> Logging provides the nested diagnostic context that does exactly this. You can also used the mapped diagnostic context Yes, I'm familiar with these, but why force one to cook...
Though there is one thing to note: Rails will wrap all loggers (ActiveRecord, ActionController, etc...)
I agree, out the box `logging-rails` turns on the firehose. It should only add the logger to things that Rails does by default. This does not include [`Rails.cache`](https://github.com/TwP/logging-rails/blob/logging-rails-0.5.0/lib/logging/rails/railtie.rb#L43) and [`ActiveSupport::Dependencies.logger`](https://github.com/TwP/logging-rails/blob/logging-rails-0.5.0/lib/logging/rails/railtie.rb#L39)....
Actually, I think emacs has some properties that it uses for deprecation... 🤔
> Can you clarify what user-defined functions would need to call it? Anything one sets `org-clock-csv-row-fmt` to.
> I had always imagined that these CSV files would be consumed by external tools, so I'm inclined to think that those tools should handle parsing timestamp strings into their...
> Can you give an example? What problem are you encountering? I need to import time into a system that does not accept ISO 8601 dates. Therefore I need to...