François Beausoleil
François Beausoleil
We upgraded Rails from 6.0.3.7 to 6.1.4. We were receiving errors with no error message: "Uglifier::Error: ". When I debugged the issue, I was able to find the following: ```...
Over on [Beginner thought process on type mismatch error](https://discourse.elm-lang.org/t/beginner-thought-process-on-type-mismatch-error/5415), I described how I had difficulty understanding a Type Mismatch error: ``` -- TYPE MISMATCH ------------ /Users/francois/Projects/elm/scoutges/src/Main.elm Something is off with...
**Describe the bug:** ActiveRecord 5.2+ gained the `optional` option on `belongs_to` declarations. sorbet-rails infers that `belongs_to` relationships where `optional` is `false` means that the referenced object will always be present....
Look at this form:  I have 6 different types of objects we can look up shows, brands, etc. Each one is represented...
When the project already uses Maven, it's easier to have all dependencies in Maven. Thanks for considering this pull request! --- This change is [](https://reviewable.io/reviews/magnuss/java-bloomfilter/1)
Create a table, add two fields, mark both as PRIMARY KEY. Export as Postgres. This is what's generated: ``` CREATE TABLE a( f1 int PRIMARY KEY, f2 int PRIMARY KEY...
I made a stack with 2 commits. I pulled from master, rebased against it, then made a change on the 2nd commit. When viewing ReviewStack on the 2nd PR, on...
Using `sl pr` and the GitHub UI, is it actually possible to land patches in a different order than they were submitted? Let's imagine the following: ```sh echo > foo...
Using `ghstack land` crashes after merging a ghstack-generated PR: ```sh sl clone $SCRATCH_URL cd $( basename $SCRATCH_URL ) date > foo && sl add foo && sl commit -m foo...
I have a stack with 14 commits: a main commit, then 13 WIP commits. These were done as part of an Ensemble Programming session, hence they didn't have useful commit...