Gustavo Zimbrón
Gustavo Zimbrón
USB interface tested and worked. But I'm getting this error while trying to print by Network interface: ``` Error: connect ECONNREFUSED 192.168.1.119:9100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16) { errno: -61,...
I have multiple AWS profiles, 1 for my job, 1 for my project, It would be nice if we could choose AWS profile to deploy the actual project Thanks for...
Hi, im trying to install this dependency , and im gettingthis error; ``` Using @sveltejs/adapter-static ReferenceError: exports is not defined in ES module scope This file is being treated as...
### How did you install the Amplify CLI? pnpm ### If applicable, what version of Node.js are you using? v20.13.1 ### Amplify CLI Version 12.12.3 ### What operating system are...
Object literal may only specify known properties, and '"args"' does not exist in type 'StoryProps'
Hello, I'm using Storybook in a new project, and I'm getting this typescript error on vscode: ``` Object literal may only specify known properties, and '"args"' does not exist in...
Is there a way to set base Path ? I've added base path to svelte.config, but sidebar menu links to `/doc/welcome`instead of `/mybase/doc/welcome` ```svelte import adapter from '@sveltejs/adapter-static'; /** @type...
**Describe the bug** When pressing the confirmation button in a `QuickAlert`, if there is an ad banner underneath the alert, the tap event passes through and triggers the ad click....