Rune Skjoldborg Madsen
Rune Skjoldborg Madsen
Awesome, thanks! Yes, that's how we're running it. I think that NopCache is a great idea for the default. It would at least be a great setting for people who...
Sounds good to me! I'll jump on the GZIP thing and see how far I get.
I think I'm running into a very similar problem here. @applio can you describe what "unfortunate choice of default encoding" means? What encoding should I choose to make this problem...
Awesome. Thanks so much. Actually, the current HEAD of the bert repo seems to have fixed this problem also: https://github.com/mojombo/bert/blob/master/lib/bert/encode.rb. It disappeared when I installed via bundler `:git => "git://github.com/mojombo/bert.git"`
We are waiting for this PR too! It is a bit odd that `cache-loader` does not cache images, and it took us a while to debug.
@kunaumadein Which browser are you using to run the design tool?
Thanks @kunaumadein! Would it be possible for you to upload the entire code in a GitHub repository, so we can see what's going on? Also, since this is the React...
I just looked into this, and it's a problem related to how we convert SVG to PNG in `@mechanic-design/core`. This thread (https://stackoverflow.com/questions/41763580/svg-rendered-into-canvas-blurred-on-retina-display) explains the problem and offers a solution that...
Sorry, just updated my comment. Thanks for posting all of this. It's super helpful as we keep developing the framework, and we'll try to get this fixed as soon as...
This is really lovely! I only have two small comments: 1. Are we sure that the `mechanicPreload` function isn't resettting its memoed objects whenever the design function is run, since...