Tony Brix

Results 612 comments of Tony Brix
trafficstars

You should also try [pulsar-edit](https://pulsar-edit.dev/). It is the community version of atom since atom is no longer maintained

Atom is no longer supported.

I believe you should be using `ppm` instead of `apm` for pulsar packages. Also this package hasn't been tested with pulsar. If someone wants to create a PR that changes...

new development of express-handlebars is on a new repo [express-handlebars/express-handlebars](https://github.com/express-handlebars/express-handlebars/). If you could create an issue on that repo we could try to help.

I have finally gotten around to moving this repo to https://github.com/express-handlebars/express-handlebars/ any new development will be done on that repo. If you could move this PR to that repo I...

Development has moved to https://github.com/express-handlebars/express-handlebars/ if you would like to create aPR on that repo we could add this.

All new development of express-handlebars is done on a new repo [express-handlebars/express-handlebars](https://github.com/express-handlebars/express-handlebars). Please create an issue there and add more info like the version of express-handlebars and node and some...

https://github.com/ericf/express-handlebars#template-caching Try passing `cache: false` as an option to the `render` call

Yes caching is default behavior

`app.disable('view cache');`