Adam Voss
Adam Voss
Thank you for reporting this. To fix this it will help to know more about the issue. When this happens, there should be a stack trace and exception information under...
Thanks @lee-baker, that is very helpful! > Unsupported feature, node kind: 5 Node kind 5 means an include reference which are documented in the README as not supported. It would...
Relevant: https://github.com/Microsoft/vscode/issues/1751 I'm probably not likely to implement this without the above. But if someone else wants to design and implement a way to make it work, it would probably...
> Did you hand write this? Or is it able to be generated? A less complete version (recognizes the methods and number of parameters, but not their specific types) was...
> fwiw, the path I use is: go to scala-lang.org; click "Documentation"; click "Specification"; done. but... but... if Google can't find it can't be real 😋 (On a serious note:...
HTTP redirects are not available with GitHub Pages, as you are familiar with from the `podcastparser` and `mygpoclient` pages. HTML redirects (meta refresh) can be done (ref `podcastparser`/`mygpoclient`) as can...
Another failure: ``` https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd ``` ``` $ ./node_modules/.bin/cxsd changes-1.0.0.xsd SHOULD RETRY C:\node_modules\cget\dist\cget\Cache.js:195 throw (err); ^ Error: getaddrinfo ENOTFOUND null null:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) ``` ```...