Marcin Wanago
Marcin Wanago
> If it helps anyone, I found I had to set a default ALSA card according to this: https://wiki.archlinux.org/title/Advanced_Linux_Sound_Architecture#Setting_the_default_sound_card_via_defaults_node > > Before setting the default, `speaker-test -c 2` was giving...
@espoal I think it would make sense to add the `--caseNaming` option to the `new` command that creates a new NestJS application. Would you agree?
@micalevisk Since we usually want to keep the same naming convention throughout the project, storing this option in `nest-cli.json` sounds like a great idea
I think ``` @IsOptional({ nullable: false }) ``` looks great, as suggested by @sam3d @vlapo Are there any plans on implementing that?
Meanwhile, I suggest creating two separate decorators: ```typescript import { ValidateIf } from 'class-validator'; export function CanBeUndefined() { return ValidateIf((object, value) => value !== undefined); } export function CanBeNull() {...
That would be great
@zaro Can this issue be closed, since you've merged the PR? Cool work! :+1: