Albert Mulia Shintra
Albert Mulia Shintra
@deepakshantilalshah I have the same problem as well. Can you give more detail about the normal HTML document? A code example will be appreciated.
Sure, here's the piece of the code. Note that this is not the exact code, but the gist of it to toggle the dimension-label. The main idea is, to only...
Hi, this case seems to happen on our site as well, specifically the editor app (create.piktochart.com). Unfortunately, we can't really reproduce it ourselves as it happens to some of our...
Hi, I recently found out that the github branch protection has added this option: https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#require-conversation-resolution-before-merging (at the time I write this comment, it was still in beta) 
Hi @Swizz updating this up too for `` as it's also SVG elements, since lately it's been widely used to retrieve SVG sprites. I tried adding `use` in the whitelisted...
What I was wondering, is it possible that the assets that we're going to digestify and compress is the file from sprockets, instead of fresh file copy? Since if we...
I tried to tweak some changes, and it seems work for me. I made a pull-request about this, hopefully it's valid. If so, I can go back to use master...
@carsomyr You're welcome! :) will love to hear your feedback about this.
I've closed my previous PR and reopened it. Rebased and only took 1 commit to change :) https://github.com/jwhitley/requirejs-rails/pull/251
Hi, is it possible now to generate source maps? I added in requirejs.yml the config: ``` optimize : 'uglify2' generateSourceMaps : 'true' ``` but the generated rjs_driver only show the...