Nicolas Rouanne

Results 3 issues of Nicolas Rouanne

I'm running around 2000 tests with `rspec` and _ActiveRecord_. Every now and then, let's say one out of 5 test suite runs (i.e. 1 out of 10,000 tests), **a random...

An annoying warning is raised by [`URI.encode`](https://ruby-doc.org/stdlib-2.7.1/libdoc/uri/rdoc/URI/Escape.html#method-i-encode) (which is an alias of `URI.escape`) on Ruby 2.7+ ``` docusign_esign-3.0.0/lib/docusign_esign/client/api_client.rb:262: warning: URI.escape is obsolete ``` Here is an [article explaining why](url). TL;DR...

question
responded
DCM-4337

# Description Closes #8169 Extract Add New button from entitiesToSelect and add it as a separate element . There doesn't seem to be a point in having Add New as...