Mike Botsko

Results 96 comments of Mike Botsko

The problem with arrow functions is that we'd have to either redefine all target function arguments and types or use the rest operator and exclude the param we're overriding in...

Are you asking me? I'm not sure what you mean. I guess I need to intercept the onChange or something and prevent anything but numbers/decimals?

Just in case, the `onChange` isn't called until a parseable number is present in the field. So if I typed "hhh" the onChange isn't fired until I type an actual...

It's marking the `as const` portion of this code snipped as "function not covered": ![chrome_T4AMQ2uhcn](https://user-images.githubusercontent.com/70734/226198248-e3905f7a-ae3b-477b-b707-390c92d4bd3c.png) ```ts export const QueryModeValues = ['button', 'live'] as const type QueryModes = (typeof QueryModeValues)[number] ```...

I don't appreciate being told my issue is funny, these configs are essentially unchanged (paths only, I didn't touch emit) from what vite created so don't act like this is...

I assume the induction matrix is one of the items not yet supported? I tried to setup an energy display but it doesn't work, yet it does on EnderIO's capacitor...