0x67726e

Results 10 comments of 0x67726e

I can and should provide better error logging for this type of situation. I will make sure it outputs something along the lines of "Could not include file foo.html from...

@filipenevola - thank you for the rapid response! ``` "meteor": { "mainModule": { "client": "client/main.js", "server": "server/main.js" }, "testModule": "tests/main.js" } ``` The (presumably) relevant portion of my `package.json` -...

@filipenevola - Understood. I can proceed on my current project without issue, however this does appear to be a bug if the intent is to allow for these names to...

As a workaround for the intrepid developer, I am able to use the following PowerShell: ``` Set-ItemProperty "IIS:\Sites\Default Web Site\SomeApplication" -name preloadEnabled -value True ```

After consulting the Jest documentation on their usage of [`rootDir`](https://jestjs.io/docs/configuration#rootdir-string), it is used to tell the Jest framework where to look for tests in the same way that one would...

In looking at what I want(ed) to achieve, I would want to look at the `snapshotResolver` property rather than `rootDir` which appears to mostly dictate the location from which the...

As opposed to an actual bug, this "issue" would be better solved via clarified documentation in the README and or some examples.

Given the relatively simple nature of traversal, largely just calls to `jQuery.fn.is()`, I've "Duck-Punched" the method for a workaround for anyone interested. It works with my limited use of the...

To be clear, I am not advocating the duck-punch as a solution to the problem. I just posted it here as a workaround in the interim until such time as...

Hey @jankapunkt - that was just the fix I needed. I apologize for not checking the `package.js` on the feature branch :facepalm: