Carlo Corradini

Results 37 issues of Carlo Corradini

Running `sysbench fileio prepare` creates the test files in the current working directory. Is there any option to create the test files in another directory (e.g. _/tmp_) ? Thanks! 

### Summary Related to #2477 and #1032. It looks like `Prettier` is not the default formatter for `jsonc` files, even though it is able to fix them. Prettier is not...

investigation

### Description When using `@IsMACAddress({})` decorator the `optionsArg` is set to `any` in VSCode even though `isMacAddress.d.ts` has the correct type: ![image](https://user-images.githubusercontent.com/21266147/169571940-8d4a67d5-08e1-465e-85b4-248003185b24.png) I don't know if this is related to...

type: fix
status: needs triage

There is a possibility to change the listening port of the nginx server? Use case: Another web server running with default port 80/443 Thanks!!!

**Describe the bug** Since yesterday I was using your awesome project without any issue. Today I've upgraded the Docker image to version 0.6.0 and the entire project is not working...

released

Using [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/parser#parseroptionsproject) is recommended to set `project` in `parserOptions`. We also need to add the `project` in `import/resolver-> typescript` when using _eslint-import-resolver-typescript_. Can we omit the first `project` or do...

enhancement
feature
upstream

All `data` conversions fail if using `bigint` due to `Conversion for [UNIT] to [UNIT] cannot be calculated as a BigInt because the conversion ratio is not an integer` error.  Even...

bug

Add an error or warning message if @Directive SDL string contains newline characters. If SDL contains a newline character the directive is completely and silently ignored.

Bug :bug:
Community :family_man_girl:

I think we should add to the docs that `buildTypeDefsAndResolvers` and `buildTypeDefsAndResolversSync` do not have any **directive**(s) in `typeDefs`.

Community :family_man_girl:
Documentation :book: