Nick Steele
Nick Steele
If I restore a signature using... $sig.jSignature("setData", 'data:'+base30Signature); The restored signature does not scale with the signature box, so if the box is smaller when I restore the signature than...
**Please describe what the rule should do:** The rule should act identical to "vue/no-shared-component-data" except on the provide object. According to the Vue official docs (found [here](https://vuejs.org/v2/api/#provide-inject)) "The provide option...
Adding tree-shaking is low hanging fruit since this module will have every component registered globally. You can go through each components template and log where it is called and how...
FAIL test/jest/components/QBtn.spec.js ● Test suite failed to run Jest encountered an unexpected token This usually means that you are trying to import a file which Jest cannot parse, e.g. it's...
When I update the plugin to use an existing model, it gives this error... error: This is a chat model and not supported in the v1/completions endpoint. Did you mean...
I tried the example code on the website. I tried Node 18.x, 20.x, 22.x, they all say "TypeError": fetch failed" and "Error: not implemented... yet..." For reference, here is the...