Ashutosh Khanduala

Results 14 issues of Ashutosh Khanduala

when creating custom class validators, `validationOptions` can not be undefined. It gives off this error: `Type 'undefined' is not assignable to type 'ValidationOptions'.` (REF issue #1642) **Correction in documentation:** the...

I am creating a custom class validator using `class-validator` package. https://github.com/typestack/class-validator#custom-validation-classes ```js import { registerDecorator, ValidationOptions, ValidatorConstraint, ValidatorConstraintInterface, } from "class-validator"; import { User } from "../../../entity/User"; @ValidatorConstraint({ async: true...

type: fix
status: needs triage

**Describe the bug** Verilog SubCircuits show a contention error when Project is Re-loaded (load offline) 1. Create any verilog Subcircuit for eg: create a NOT gate ![image](https://user-images.githubusercontent.com/60546840/166570942-0fefbe13-39b6-4e79-abd8-5bf45bd00d05.png) 2. Use the...

🐞 bug

Show transparency level in status bar. There also should be a setting to disable this feature

**Describe the bug** in `src/components/Admin.js` there is a `LinearProgress` component under `AppBar` which is not showing its intended behavior. It must show a loading bar when the webpage is loading...

### Describe the bug / provide steps to reproduce it The Zed editor consistently opens in fullscreen mode, and I prefer it to open in a non-fullscreen mode. I am...

defect
triage
admin read

I recently successfully ran docker osx ventura. But after i shutdown and tried to restart by executing the following command, it did not start ```bash sudo docker start -ai -i...

When using a download chunk size ranging between 1 MB to 3 MB, as demonstrated in the attached video below, I've noticed a significant delay in the completion of mp4box...

## Summarize this feature Add a context menu option to create files. # How it could be implemented? We can have a "templates" folder somewhere with many template files like...

enhancement