François Beausoleil
François Beausoleil
I started getting this error today: ``` ╰─○ sl pull --rebase -d master pulling from https://github.com/Inspectify/marketplace remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 1...
Using Sapling 0.2.20230523-092610+f12b7eee, I started getting errors while submitting pull requests to GitHub: ``` ╰─○ sl pr submit pushing 1 to https://github.com/Inspectify/marketplace abort: unexpected error when trying to merge 49d2804b02e3198cc3bd0d775852c71320b04957...
I had a hidden commit I wanted to unhide, but I didn't remember its SHA1. I tried listing hidden commits: ``` ╰─○ sl log -r 'hidden()' abort: a35342ca9f85b967346c283560947c6d1f433f8b cannot be...
If a browser makes a request like this: ``` Accept: text/csv,*.* ``` And the application is implemented like this: ``` set :default_content, :html get "/" do respond_to do |wants| format.html...
Rake is a development dependency, since we're using it for running specs. Added debugger because it's useful. --- This change is [](https://reviewable.io/reviews/cehoffman/sinatra-respond_to/20)
By calling the helper with an `:html` key, we can style the underlying select with a class: ``` ``` --- This change is [](https://reviewable.io/reviews/stouset/twitter_bootstrap_form_for/78)
I'd be interested in running this gem with SQLite3 instead of PG. Backing up the database in a single file would be so very interesting! I tried setting up Appraisal...
Now that 1.9.3 is getting more traction, it's important to test using it. --- This change is [](https://reviewable.io/reviews/mynyml/watchr/42)
This change is [](https://reviewable.io/reviews/mynyml/watchr/40)
Just a few changes you might not have been aware of. --- This change is [](https://reviewable.io/reviews/mynyml/watchr/44)