LOISEL
LOISEL
Since the 1st of February in 2019, gem google-cloud-pubsub has been updated (0.34.0 version) and it brokes compatibility with this current gem. Extract from google-cloud-pubsub's changelog, 0.34.0 version : *...
### Summary The **read_attribute** method takes attribute_alias into consideration so **_read_attribute** should also do. Fixes https://github.com/rails/rails/issues/45632.
Catch turbo:load and turbolinks:load event to asynchronously reload panel
Follow-up from the last PR opened and merged in August : https://github.com/pcreux/csv-importer/pull/107 The regexp `/[^[:print:]]/` does not succeed to detect all invisible characters whereas the regexp `/\P{Print}|\p{Cf}/` does. If we...
fix typo in doc for slim-select
# Returns all the attributes name defined on a Class # # @example # class User # include Virtus # # attribute :name, String # attribute :age, Integer # end...
If brew is not installed: - [x] update PATH automatically after brew installation is done
How to add Stimulus support properly ?