Matthieu Lux
Matthieu Lux
Thanks for reporting. It's indeed a regression on our side. We will fix it in the upcoming updates.
Hey, I'm very sorry to not monitor GitHub much. The fix I was referring before is out for a long time now (oct 2021). This issue should be fixed. And...
Your mail looks in a very specific format. PGP emails are pure text and attachments are inlined in the mail body. Yet it should be detected by our clients. There...
It could be great, but it would be a lot of work and I doubt it would be started any time soon...
1.0.0-rc1 has been released this week end including TypeScript 2.0.2. But I agreed not to be an expert and I didn't noticed the changes about typings. In addition, I noticed...
A default file-loader is almost always useful, I think we could bring this by default.
This should come from your node version. Have you Node 6+ as required?
I noticed this too. Don't really understand why. Must look deeper
It depends a lot your choice of options. If you use Webpack, perhaps the best is to use `pug-html-loader` and `require` your templates. If you keep Bower, the gulp configuration...
Can't throw a full example right now, but what you have to do is: - Add `pug-html-loader`in Webpack in `webpack.conf.js` activated on *.pug files - Configure yours Angular component or...