Francesco Salvi

Results 10 comments of Francesco Salvi

the trick for me was to patch the game to v1.52 (https://community.pcgamingwiki.com/files/file/528-enter-the-matrix/), after that the options launcher displayed all the resolutions (including nvidia's super resolutions!)

In case anybody is in need of a quick/dirty workaround, here is a patch for current version `4.0.7` that enforces `readonly` for all props and arrays: ``` diff --git a/node_modules/joi-to-typescript/dist/main/parse.js...

what exactly is blocking this?

@felix-gohla unfortunately I couldn't manage to get your repo/branch to build locally, anyway by looking at the unit test, if I am not mistaken I don't see the test case...

@felix-gohla I don't think I knew about #9033 actually... but yeah it looks like #7558 is just a "more complex" case for what is also described in #9033. In any...

@felix-gohla thanks for also addressing #9033!

> I'm not sure if it's the same issue, but I’ve encountered the following problem: I have a file located at `emails/transactional/activate-account.tsx`. Hot reload doesn’t work when I make changes...

This intent behind this change contradicts what's currently stated in the documentation > @IsOptional() Checks if given value is empty (=== null, === undefined) and if so, ignores all the...

> Thanks for the feedback, I understand that the current behavior of @IsOptional() is to skip all validations if the value is null or undefined, even if the key is...

If anyone's interested, I was able to get the latest major revision of the lib (4.3.0 ) to work in Nest 11 (node 20.10) with the following "hack" ```typescript import...