Jean-Philippe Ung

Results 4 issues of Jean-Philippe Ung

pm2.gracefulReload() is now pm2.reload() https://github.com/Unitech/pm2/issues/1101

I need to localize my urls as some parts of my path are localized, e.g. ``` { published: { url: 'http://localhost:3000/{locale}/movie/{slug}', url: 'http://localhost:3000/{locale}/film/{slug}', }, } ``` How could I easily...

It should be mentioned that the base 64 encoding is using single quotes. I was running into an issue which was caused by believing that the base 64 encoding was...

I am using alpine.js (https://alpinejs.dev/directives/on) which uses a dot modifier on some html attribute. This causes the prettier parser to fail because it's not a valid character. `Expected a valid...