Marco Polichetti

Results 98 comments of Marco Polichetti

Same question.. any update? For me, it's `deployer.phar`.

Hi! Thanks for the reply. Sure, here is an example: https://github.com/gremo/nestangular-boilerplate As you can see in `packages/server/package.json` I'm still using the "old" scripts (`tsc`, `ts-node`, `tsc-watch`). Scripts has been all...

What do you mean with "existing configuration for now"?

@kamilmysliwiec thank you a lot. I don't like to build with `tsc` before building with `nest`. I'll stick with the "old" scripts.

Sure, thanks! I'll made it in a few days as soon as I have some spare time 😁

@marcoroth done, missing tests and some playgrounds. Let me know, i've changed the naming as you requested. WIP PR https://github.com/stimulus-use/stimulus-use/pull/212

You should able to do that. Types are imported directly from the winston package and module options are passed directly to the [createLogger()](https://github.com/winstonjs/winston#usage) function. Since winston package is a peer...

Great idea! I would name it `@Callback` 👍🏻

I was not aware of the issue about `permalink: false` on pages. I have used a lot of partials/includes, which doesn't generate pages, like the `permalink: false` option. For what...