Matt Krick

Results 83 issues of Matt Krick

Something I'd like to see in the readme is where to put the styles. I see them above & below for the examples, but on a pretty large project (like...

Related to: https://github.com/tngan/samlify/issues/222 I had a case where our saved IdP cert was invalid & when the correct cert came back in the response the cert was null. The error...

![stackgrid](https://user-images.githubusercontent.com/5514175/41083867-375dbbec-69e7-11e8-9da5-495e7bf3f887.gif) in my app i have text inside the cards & cards will get added & removed in real time, so i'd like to minimize the amount of shuffling. from...

standardjs allows spaces or no spaces for object-curlies (https://github.com/standard/eslint-config-standard/blob/master/eslintrc.json#L202). Would it be possible to follow suit for this, too?

enhancement

node now guarantees that the errorno is numeric: https://github.com/nodejs/node/commit/1432065e9dc77218507f328b63cb7f5d279dd6e9 since that enum could change, let's just check the code. keep the old errono for backwards compat This PR contains a:...

Object.create doesn't assign anything to the prototype. There are 2 workarounds for this: Option 1 use `new` (technically, this is faster since V8 optimizes for it, but used so infrequently...

I want to get #5883 merged, but we need to fix the logic soon to keep the app feeling snappy. This is high priority because #5883 will introduce a much...

enhancement
Squad: 2

# Description Fixes/Partially Fixes #7148 fixes a couple hundred `noImplicitAny` rules. The rest are fixed in #7193 ## Testing scenarios run `yarn tsc --noEmit -p tsconfig.noImplicitAny.json` and see that all...

One Review Required
size/l

# Description fix #7204 User presence is currently reset during a `postDeploy` step. This won't work when we move to k8s and have multiple servers deploying at different times. This...

size/m

AC - [ ] when node receives the shutdown signal, it calls redis to remove all user presence for users connected to that SERVER_ID - [ ] remove the chunk...

devops