w90

Results 8 comments of w90

Yeah, unsafe-eval is a big bummer :( Is there a chance to get rid of it?

For Typescript and React users, a possible solution: ```ts import providers, { Provide } from 'react-manage-providers' import { SnackbarProvider } from 'notistack' import { SNACKBAR_OPTIONS, QUERY_CLIENT_OPTIONS, QueryClientProvider } from '@company/utils-general'...

That's fantastic news! Looking forward to the next release! Thanks jeetiss!

Yep, this one seem to work, though a bit quirky: ```ts interface IElement extends Element { value: string selectionStart: number selectionEnd: number } const changeInputMaskValue = (element: IElement, value: string...

Great idea! Upvote! Now in order to see the status of my print, I need to visit the octoprint.local page in browser