Matt Krick
                                            Matt Krick
                                        
                                    @Dschoordsch by all means feel free to throw away the `db.write` pattern & go directly to the database or a dataloader! the `db.write` pattern of caching the User object was...
scrubbed, still a thing
we hotfixed this so all team members now get the summary, even if they weren't in the meeting. making it optional belongs in team settings i think, maybe above the...
yep! for the implementation spec, we'll just want the person building it to be aware of what may come in the future so they don't make a boolean like `TeamMember.enableAllEmails...
> As a team-of-teams lead, I want to see check-in meeting summaries for the teams I lead, so I can keep a sense of what's going on there yaaaa! in...
Can't figure out how to tell SonarCloud to ignore the duplicate lines :shrug:
Root cause may be https://github.com/ParabolInc/parabol/issues/5030. At least fixing that will make it easier to debug issues like this!
All of these bugs seem to get caused in the same way: - a user is on an estimate phase, e.g. /estimate/5 - they navigate back to the scope phase...
I was not able to reproduce this. My theory is that React is suspending at an inopportune time. We don't have strict mode turned on, which would cause some functional...
IMO, there is no need to guarantee that you can call `save` from a `get`. Doing so implies that `save` is guaranteed _inside_ a `get`, but not outside, and I...