Results 27 issues of Taico Aerts

This PR aims to make quick setup of a development/production environment for QPixel easier by providing an extensive install script, which leads the user through the various parts of the...

Ruby 2.7 has been EOL for a while now, and the Codidact production instances have been moved over to Ruby 3. I think it is about time to drop ruby...

area: backend
complexity: easy

# Rollback History 1. Adds the close reason into the question_closed history item. 2. Adds support for undoing history items (undo single event) 3. Adds support for rolling back to...

This PR adds so-called RBS type signatures for our codebase. - Files in `sig/rbs-rails` are auto-generated using the `rbs-rails` tool - Files in `sig/app` are typeprof/RubyMine-generated and manually adapted NOTE:...

In Rails 7, a setting was changed/introduced for by default disallowing redirects to external locations, unless if `allow_other_host: true` is passed to the `redirect_to` call. When the name identifier format...

The last version on RubyGems does not include the fix for the deprecation warning on require statements with uppercase letters. This means that the current version on RubyGems does not...

# Depends on #93 ## Backgorund To support theming, (at least part of) co-design should switch to using CSS variables. This is because they are more powerful than SASS variables...