Sakar SR

Results 8 issues of Sakar SR

Make a tailwindo to run from a docker. Make a docker image file.

Hi, there is a type in setting progressAnimation property = increasing. Error Thrown: Types of property 'progressAnimation' are incompatible. Type 'string' is not assignable to type 'ProgressAnimationType'.

A valid email passed eg: [email protected] shows an SMPT valid is false. This domain resides in AWS SES. We write a lambda function to write to the s3 bucket and...

In the chrome browser, ctrl-w is not working. HI.on(["ctrl-s", "ctrl-a", "ctrl-w"], function (e) { return false; }); Only ctrl-s and ctrl-a is working but ctrl-w is not working. let me...

Is there a way to remove the event listener for a particular key after it is set for listening to a certain function? Example: this.HI.on('tab', function (e) { if **(!CheckTabKey1**(e,...

### Which component is affected? Qwik Runtime ### Describe the bug Hot reloading not working when we modify Tailwind CSS class in Qwik latest version. Removed all the defaults in...

bug
triage

Why is ReturnValuesOnConditionCheckFailure: "ALL_OLD" is not working in Toolbox. Can this feature added to the Toolbox.

Hi, i have lambda function like this ``` export async function deleteSubcription(event: any) { const sub = paramValidation.safeParse(event.body.params); if (!sub.success) { throw createError(422, "Invalid input parameters!"); } try { let...