Andrea Francesco Speziale

Results 31 comments of Andrea Francesco Speziale

I created the following example to highlight what I can't make it work: - https://github.com/andreafspeziale/docker-node I don't have any local `node_modules`. I'm running everything through Docker. As soon as I...

I have updated the upper project code in order to develop with NO NodeJS installed on host machine. It should work. But in the Bret setup the EBUSY problem still...

@cgewecke Thank you so much, keep us up to date!

@cgewecke @vongohren Looking at the contracts most of the functions are just views so not changing the state and e.g `changeOwner` is an **internal** function so maybe related to this...

Maybe I'm just totally wrong but based on my understanding being in `fileC1.ts`, file `fileB1` is a parent and `fileA1.ts` is internal. So given a configuration like ```js 'import/order': [...

You got it! (btw I don't really know if it's `folderA` recognize as parent or is it viceversa - so it's `folderB` recognize as internal, what I know is that...

@JounQin Sure I'll try to ship a sample ASAP

@JounQin @ljharb As promised. https://github.com/andreafspeziale/eslint-issue-sample So we can also be sure that the issue is not me messing-up something or just not understanding that it's simply not possible since `aliases`...

Hello! This is something I'm interested too. In my use-case I would really love to use `zod` along with `NestJS` in order to validate microservice required env variables. For example...

So I placed some console.log() and what is pretty clear is the following: with bun Stream si undefined as stated with node it's actually something [Function: Socket] Stream is imported...