Matt Krick

Results 83 issues of Matt Krick

# Description Fixed by calling `toWellFormed()` on the string. It still isn't a part of typescript's lib though 😠 https://github.com/microsoft/TypeScript/issues/55543 We can't validate the entire incoming payload because the lone...

size/s

Our NodeJS static server does not compress built assets before sending them to the client. A rough measure shows this increases initial JS fetching from 42ms to 1200ms. That's HUUGE....

bug
p2

SAML metadata will sometimes have a `validUntil` on the `md:EntityDescriptor` tag. If this expires, then no one can log in & it just becomes a mess. AC - [ ]...

bug
p3
Squad - Self Raising

Growth team had a meeting where a refresh was required. If this is happening for us, it's probably happening for others. No fatal errors were hit. We should get in...

bug
p2
Squad - Self Raising

### System Info Apple M2 Pro 14.2.1 (23C71) cargo 1.75.0 (1d8b05cdd 2023-11-20) ```json { "model_id": "llmrails/ember-v1", "model_sha": null, "model_dtype": "float16", "model_type": { "embedding": { "pooling": "cls" } }, "max_concurrent_requests": 512,...

If I set a min length of 3 & the string is "123", I'll get a fail. Other than that, great package!

@DrorT calling a reduce function on every dispatch may get expensive. for production use we should probably build in a memoize function for walkState

material-ui is bloated & slow. the root cause is the crazy way styles are handled & the desire to stick with auto-prefix, which results in a net increase in payload...

help wanted

TL;DR do you want a Meatier that is updated at the cost of being slightly more opinionated? Since I published Meatier, I got hired to basically build it into a...

currently some files use relative directories because although webpack knows to look in `src`, the server doesn't use webpack & gets lost (see ducks, or any other SSR file). To...

help wanted
Great First PR!