Andre Figueiredo
                                            Andre Figueiredo
                                        
                                    It won't work for running with discrete GPU. This is the output when I run `vblank_mode=0 optirun -vv glmark2 -d`: ``` [ 4673.053869] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf [ 4673.054247] [INFO]Configured driver:...
`tar -I lz4mt -cf tcc.tar.lz4 *` is inconsistent with `-l lz4`. It's currently writing the content in the disk by its own as a default instead of passing to STDOUT...
How can I add a password to a model validating empty ones by Devise? This code https://github.com/spree-contrib/spree_social/blob/fd5988e2d6f768fe461e9b901c1621e0a9134a38/app/models/spree/user_decorator.rb#L15 is making `#update_attributes(password: "", password_confirmation: "")` silently fail, rather than throwing validation error.
Fixes error when click on "Edit Database" on Rails 7.1+. This is the new way to get the SchemaMigration table name: ``` ActiveRecord::Base.connection.schema_migration.table_name ``` See more at: https://github.com/rails/rails/pull/45908 and the...