Matt Krick

Results 83 issues of Matt Krick

While debugging #6015 I found that some tasks have an `accessUserId` that is stale, so the tasks can't be fetched. By stale, I mean the following: - accessUserId & teamId...

bug
stale
p3

AC - [ ] a meeting's updatedAt should not update after the meeting has ended (or the reason it is should be documented) - [ ] update Usage stats to...

bug
Squad: 3

Now that we have Datadog RUM on the frontend, we have no reason to keep Sentry. Everything we're sending to Sentry we're already sending to datadog. Datadog is superior because...

DX
Story Points: 13

yarn scripts we need: - pg:migrate - db:migrate - postdeploy ideally make this 1 command (db, pg, pd) AC - [ ] write a script & add it to the...

Squad: 3

Signed-off-by: Matt Krick # Description Removes the dependency on the node_modules directory in production builds. TEST - [ ] after running `yarn build` delete node_modules & run `node dist/web.js` and...

Signed-off-by: Matt Krick # Description Fixes #6162 No more implicit any in the server! I tried to avoid changing runtime logic wherever possible

One Review Required
Squad: 3

AC - [ ] If someone creates a new card during the group phase, another user should NOT see the spotlight icon. Estimate: 3 hours

bug
p3

Repro: - open this file: https://github.com/ParabolInc/parabol/blob/d170ac8aa54b9ea47319f57645712c59ff2e6ced/packages/server/graphql/mutations/helpers/getCCFromCustomer.ts - remove `await` - see typescript doesn't throw an error, even though you're trying to put a promise in the DB! wtf Estimate: 4...

bug
DX

I was whippin up a PR for #147 when I noticed that the following code is not supported: ``` const styles = { input: { ':focus': { '::-webkit-input-placeholder': { color:...

Per #82, `src` is used as the unique insertion key. This is bad news bears if someone base64 inlines their fonts, since they'll be sending down a rehydrations object with...