Yoann Lecuyer

Results 49 issues of Yoann Lecuyer

There is no tutorial on this blog

Hi, I have to manually call `fabProgressCircle.measure(15, 15)` before `fabProgressCircle.show()`otherwise I have a `NullPointerException` ``` FATAL EXCEPTION: main java.lang.NullPointerException at com.github.jorgecastilloprz.FABProgressCircle.show(FABProgressCircle.java:158) ``` Why?

There should be an attribute in order to begin the final animation right away without having to wait for the progress to finish the circle.

There should be an attribute to set how long the done view should be visible on screen.

### Describe the problem as clearly as you can On our team we instructed people to use `--conservative` when upgrading gem to avoid unexpected upgrades. When upgrading rails however, as...

Bundler

In https://github.com/ylecuyer/puma-status I had a red build because timecop isn't yet compatible with ruby 3.1 ``` Run bundle exec rspec /home/runner/.rubies/ruby-head/lib/ruby/gems/3.1.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:29: warning: Pathname#untaint is deprecated and will be removed in...

Work in progress to get koala compatible with faraday 2

Before: we run `Koala.reset_config` in a `before(:each)` to avoid mutation on the global `Koala.configuration` object. But there are some specs (for example ./spec/cases/test_users_spec.rb:285) which have their own `before(:each)` making calls...

In order to prepare for faraday 2, it is better to remove this multipart hack. From my tests, this hack isn't needed anymore

I have noticed that facebook changed the format of the error sent to us. Previously it was `x-fb-trace-id` https://github.com/arsduo/koala/blob/master/lib/koala/errors.rb#L66 And now it is `fbtrace_id` Example: ``` "{"error":{"message":"(#613) Calls to this...