François Beausoleil
François Beausoleil
@blocknotes, I'm interested in storing data to a SQLite because then I will have a single file backup, and all data will be consistent with each other. Thanks for the...
This is actually incomplete. When the Accept header's first mime type is unknown, then we return the default, rather than the most appropriate type. For example: ``` Accept: text/xml,text/csv,*.* ```...
Without this patch, passing in a class option to select doesn't style the element at all.
Yup, this is something very important for me. We discussed this in #216.
@jeremy from [rails/marcel](https://github.com/rails/marcel), does this ring a bell? Not sure if this is an error in OpenURI or Marcel.
Of course, now I'm trying to reproduce in a new Hanami application and I am failing... ##### config/routes.rb ``` # frozen_string_literal: true module Bookshelf class Routes < Hanami::Routes # Add...
I do the same thing as well, using this script: ``` $ cat bin/list-stale-branches #!/bin/bash set -o errexit -o nounset -o noclobber -o pipefail echo "These branches are stale and...
You’re right, @jack1142, my script wouldn’t be able to detect a squash, only straight merges. gh should be able to do the cleanup itself, such as a hypothetical gh pr...
After more investigation, I'm sorry but I do in fact have repeats. The failures highlight this: ``` spec/services/order_tags_service_spec.rb:287:9: C: RSpec/RepeatedExample: Don't repeat examples within an example group. it { expect(subject).not_to...
> So do you say that after fixing the duplicate all other offences are gone? That is weird, as eg there was an offence for line 296. You cannot see...