Sébastien S.
Sébastien S.
In response to #113, I added `buildUrl`from angular to determine if request is cached or not.
## Expected behavior The cop `OutputSafety` should not return errors when content is already escaped. ## Actual behavior ``` def some_content_tag_helper(id) %{}.html_safe end ``` ``` C: Rails/OutputSafety: Tagging a string...
Fix #759
Hi, The command `clever logs` accepts the argument `--deployment-id`. It whould be convenient to be able to get these deployment IDs via the command `clever activity`. By the way, it...
FIx [rubocop-rspec#1290](https://github.com/rubocop/rubocop-rspec/pull/1290). Following discussion in [rubocop-rspec#1291](https://github.com/rubocop/rubocop-rspec/pull/1291). This PR aims to provide a better rubocop configuration to handle implicit subjects, but also add the following drawback: ```ruby its_call(123) { is_expected.to send_message(Foo,...
We start using Fx on a database using PostGIS. When performing `rails db:schema:dump`, fx is dumping a trigger from the topology extension: ```ruby ActiveRecord::Schema.define(version: 2022_11_29_082047) do enable_extension "postgis" enable_extension "postgis_topology"...
The `Status.progress` method performs two calls to `Storage.read` and so two calls to the cache store. ```ruby class Status def read @storage.read(@job) end def progress read[:progress].to_f / read[:total].to_f end ```...
Fix #23 : Allow to use the Fuubar formatter. This pull request depends on #41.
This PR adds suport for some parallel_test options: ``` -p, --pattern [PATTERN] run tests matching this regex pattern --exclude-pattern [PATTERN] exclude tests matching this regex pattern --group-by [TYPE] group tests...
Hi, we use the gdal3 branch and got few warnings: ``` [..]/gdal-ruby-1820e1643725/lib/gdal-ruby/gdal.bundle: warning: undefining the allocator of T_DATA class swig_runtime_data [..]/gdal-ruby-1820e1643725/lib/gdal-ruby/gdal.bundle: warning: undefining the allocator of T_DATA class SWIG::TYPE_p_f_double_p_q_const__char_p_void__int ```...