Matt Krick

Results 133 issues of Matt Krick

# Description Predecessor: #7192 If reviewing before #7192 gets merged into master, update the base branch to #7192 so you only review half the changes This PR removes all the...

One Review Required
size/l

Now that the server config has `noImplicitAny` turned on, we'll want to do the same for the client So, I propose we share the love & chip away at it....

DX

As a team member, I want more power over the emails I get from parabol. In terms of meeting summaries, I want to be able to turn off meeting summaries...

enhancement
design
Squad: 3

Signed-off-by: Matt Krick # Description Fixes #7174 ## Demo N/A ## Testing scenarios - [ ] test without changing anything, connecting to PG still works - [ ] add self...

size/s

AC - [ ] getPgConfig should look for certs in the following directory: https://github.com/ParabolInc/parabol/tree/654af4d3e8d26696ebabdc1fe7a460c7bc756816/packages/server/postgres - [ ] names for the files will be: PGSSLCERT, PGSSLKEY, PGSSLROOTCERT (this is taken from...

devops

There's a piece of code that makes a little sad: ```ts const provider = await parent.get('integrationProviders').loadNonNull(token.providerId) const manager = new JiraServerRestManager( provider.serverBaseUrl!, provider.consumerKey!, provider.consumerSecret!, token.accessToken!, token.accessTokenSecret! ) ``` we shouldn't...

discussion
stale

AC - [ ] like the billing/debug.ts template, we have a template that calls our graphql endpoint. it accepts an array of args & a superuser token - [ ]...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Synthetic keyboard events do not contain `isComposing`. They should if the value is...

Type: Feature Request
Component: DOM

### Design issue From @jordanh, this is what loom does, I love it, I'd like to do what I can to prioritize it. ![image (2)](https://github.com/ParabolInc/parabol/assets/5514175/2e719922-f488-4a45-a499-9707ffe162d2) AC - [ ] Build...

enhancement
stale

# Description fix #8788 loading an env file is now possible as a node flag in node v20.7.0. that means the .env gets loaded before any JS even gets parsed,...

size/m