Hari Roshan

Results 7 comments of Hari Roshan

where does the macro `defadt `exist. I tried `import Algae `and `Use Witchcraft` as well. No luck

The following code is giving Compilation error ``` def mod(num, denom) do inter = rem(num, denom) if inter < 0 do denom + inter else denom end end defdata Clock...

Yep. That's it. Thanks for reply. 💯 👍

Thank you for your descriptive reply. @expede 👏 🎉 I will practice writing some of the type classes and look through the documentation and code implementation of Algae. I have...

Greetings @sndyuk, sorry for the late reply. I have wrapped the `mangle-css-class-webpack-plugin` with the following ```js // htmlManglePlugin.js const HtmlWebpackPlugin = require('html-webpack-plugin'); const MangleCssClassPluginOptimizer = require('mangle-css-class-webpack-plugin/lib/optimizer'); class HtmlAndAssetsManglePlugin { constructor(opts...

@NickGeek I believe the newer version solves this problem. Can you verify?