Jip-Hop

Results 33 comments of Jip-Hop

Is this fix included in the current release on npm, 1.0.0-rc.1?

You may need to change the link back to: "https://github.com/eeejay/espeak/tree/emscripten" in espeak.html after merging.

As @rtack mentioned, the min-height trick doesn't work when the flexbox grid is inside of another flexbox grid, like the Holy Grail Layout. Here's my example [https://github.com/philipwalton/solved-by-flexbox/issues/114](https://github.com/philipwalton/solved-by-flexbox/issues/114). Seems like there...

> > Nowadays you can add a `#include .stignore-shared` or similar to your default ignores. > > Just to be safe and make sure the shared ignore patterns actually do...

I would also love a solution to this. I've tried the ImageMagick approach by @caseyyee, but it doesn't perform so well with anti-aliasing. Text becomes really thin after processing the...

I was able to modify slimer.js and prefs.js when I downloaded the SlimerJS source from GitHub. However, I found out that: > As of Gecko 44, it is no longer...

@xolve This seems to be a limitation of Gecko 44 and up. See issue https://github.com/laurentj/slimerjs/issues/510.

This snippet will let you download the optimized SVG with the pen-up moves stripped out. ```javascript (function () { var svg = document.querySelector(".preview > svg").cloneNode(true); svg.removeAttribute("width"); svg.removeAttribute("height"); svg.setAttribute("xmlns", "http://www.w3.org/2000/svg"); svg.setAttribute("xmlns:xlink",...

On a fresh Ubuntu 20.04.3 LTS I got the same error: ``` sudo docker plugin install vieux/sshfs Plugin "vieux/sshfs" is requesting the following privileges: - network: [host] - mount: [/var/lib/docker/plugins/]...

@Totalbug92 did you see issue https://github.com/rmariuzzo/react-new-window/issues/34? I think fixing that that would solve this issue with Google Maps, and any other issue related to the window reference.