Jerrad Patch
Jerrad Patch
make sure your firewall is open for port needed for overlay networks https://docs.docker.com/network/overlay/#publish-ports-on-an-overlay-network TCP port 2377 for cluster management communications TCP and UDP port 7946 for communication among nodes UDP...
I open sketch 69,2. I click the components button. I add a new color "grey20". I create an object with that color. I save the sketch file to design folder...
created a PR to fix this issue https://github.com/diez/diez/pull/146
nvm, I think this is due to a corporate registry not implementing /dist-tags for npm packages. Here is the error that I get after the registry fails to return /dist-tags....
cant even seem to get the changed doc even if I call, ```javascript let docs = new Subject(); let sub = this.Models.find({}) .observe({ added(document, atIndex, before){ docs.next(document); }, changed(newDocument, oldDocument)...
I noticed this issue as well. However It only popped up when I pushed to production. So it has to have something to do with the minification. Probably the miniification...
I have confirmed that by removing the 'standard-minifier-js' package an doing a production build that the fast render works again.
so I have figured out a work around, but its not pull request-able. I have switched to this minifier "abernix:standard-minifier-js 2.1.0 " (although you can probably do this with the...
useful links mangler options https://github.com/mishoo/UglifyJS2 line I modified in (standard minifier) https://github.com/meteor/meteor/blob/devel/packages/minifier-js/minifier.js#L10
to save everyone time I tired this package with is supposed to allow options to be added to the minifier. It doesnt work :( qqqry:uglifyjs