Marco Polichetti

Results 98 comments of Marco Polichetti

Thanks! So, now Nest prints the context (a string) [here](https://github.com/nestjs/nest/blob/b29714cb66830931a35cfa1f9815ceca2d053822/packages/common/services/logger.service.ts#L163). And just before we have: ```typescript const contextMessage = context ? yellow(`[${context}] `) : ''; ``` So your request seems...

Can you provide a link about the INQUIRER decorator? Can't find anything...

Interesting, so the INQUIRER provides what? `string` or `object` representing the module name or?

Hi @AndersGerner , good question. I cannot answer to that because I don't know React Native. A quick test should be enough. As long as the provider work, components will...

Hi, thank you for contributing! Can you create a new PR with the right commits? I can't get the "first two commits you already merged in master". Cheers

So just to be sure, you just need this commit: https://github.com/gremo/ZurbInkBundle/pull/11/commits/e7f1a62301eaf627960207bc68540ccd84c88542 right?

Hi, thanks for asking! I use this package on daily basis, at work, so yes it's still maintained. However we are using Symfony 4 ATM and I'm not switching to...

I'm going to active maintain my fork, please share your ideas and improvements here: https://github.com/gremo/ZurbInkBundle

Hi @Emirii, I'm happy to see that someone is interested in this my fork! Feel free to contribute to the fork with your ideas. I've done a bit of work...

Thanks @onecentlin for clarifying this. You're right, but is there any way to "restrict" how the code is being suggested/autocompleted? That is, why is suggesting blade directives if I just...