Hugues Bernet-Rollande

Results 11 comments of Hugues Bernet-Rollande

> For what it's worth, there is a gem that does this over yonder: https://github.com/nshki/chusaku Thx mate

Answering my own question, I guess more related to `pry-rails` but ``` class LoggingReadline delegate :completion_proc, :completion_proc=, to: Readline def readline(prompt) Readline.readline(prompt).tap do |user_input| logger.info(user_input) end end private def logger...

Hey @tizmagik Hi, first of all awesome work! Most of our need are covered (hierarchical definition of metrics context, handle async event -- with promise result, handle visible event, handle...

To disable `react-tracking` in test, we've used something like this: ``` // lib/tracking/index.js import tracking, { useTracking } from 'react-tracking'; let exportedTracking = tracking let exportedUseTracking = useTracking if (process.env.NODE_ENV...

@KrauseFx let me know what you think of this..

same issue here.. thx

@ngouy @mcmire we're having the same issue when testing using rails controller functional test like ``` it "..." do get :index expect(response).to be_client_error end ``` ``` 0) BLRegistry::API::V2::TemplatesController does Failure/Error:...

would love to see this PR merged 👍. but yeah using a json field seems more adapted..

I love that @ChineseGirl24 have only one and one only activity ever on github.. seem totally legit.. :)