Kamil Neczaj
Kamil Neczaj
A partial workaround for this is to use `run-s` in package.json in this manner: ``` { "scripts: { "start": "npx run-s \"commandA {@}\" \"commandB {@}\" --" } } ``` Then...
Related: https://github.com/jaredpalmer/formik/issues/3645 Actually these two might be solved in one PR.
What you think guys about changing type of formatOnBlur from `boolean` to `(value: FieldValue, name: string) => any` like `format` prop is. This way it is possible to use both...
I have put points on the same pane as a polyline, and the mechanizm which generates z indexes is making them show randomly above or below the line :( Is...
@domasx2 can I take over npm package and maintain it? I can fork it at github, but I would prefer not to duplicate it at npm https://docs.npmjs.com/transferring-a-package-from-a-user-account-to-another-user-account
> As a work-around, it seems that e.g. this works ok: > > ln -s .rules CLAUDE.md Then CLAUDE.md needs to be added to `.gitignore`, and this is not always...