Antti Hukkanen
Antti Hukkanen
#### :tophat: What? Why? With rubygems 3.3.x which ships with bundler 2.3.x we have currently issues using the `decidim` generators or actually any executables we provide (which is generally the...
**Describe the bug** At #9686 we tried to solve the issue with the "flaky" code coverage reports that sometimes report coverage dropped even when it didn't really drop. The implemented...
#### :tophat: What? Why? After the Ruby 3.1 upgrade (#9449) the `decidim-elections` gem is broken under some OSes because bulletin board does not support OpenSSL 3.0 as explained at #9626....
### Steps to reproduce 1. Create a rails app 2. Within the Gemfile, add the following: ``` gem "azure-storage-blob", "~> 2.0", require: false gem "faraday", "~> 2.0" ``` 3. Run...
Since the same Redis database can be used for several things within a Ruby application, I would suggest adding project-specific prefixes to the keys stored within the Redis database within...
### Describe the bug The file uploader does not send the updated files to the server in case there is an error on the form. This causes the images not...
#### :tophat: What? Why? - Add external link text to the external links that were missing it - Add a new text "Opens in a new tab" to the internal...
#### :tophat: What? Why? Use direct links to the assets living at storage services in order to push most of the application load to the storage service instead of the...
#### :tophat: What? Why? - Add default titles to the iframe embeds (if not defined through the editing view) - Define `scrolling="no"` for the iframe nodes to avoid scrollbars with...
#### :tophat: What? Why? Fixes the following accessibility issues with comments: 1. Comment replies are visually visible but hidden from screen readers by default. The `aria-expanded` roles seems to be...