Fernando Reis Guimarães

Results 3 issues of Fernando Reis Guimarães

Error: Unknown or unsupported transport “disabled” for address “disabled:”%0A%0A- Extension Version: 0.34.0%0A- OS Version: Linux x64 5.4.7-050407-generic%0A- VSCode version: 1.45.1

Don`t work with fonts like fontawesome Try on that page and see the icons on menu https://blackrockdigital.github.io/startbootstrap-sb-admin-2/pages/index.html full source code downloadable https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/archive/gh-pages.zip

lib/letsencrypt.js on http create server var filename = path.join(certPath, req.headers.host, uri); ----------------------------------------^^ var isForbiddenPath = uri.length < 3 || filename.replace(/\\/g, '/').indexOf(certPath.replace(/\\/g, '/')) !== 0; ------------------------------------------------------^^------------------------------------^^ on windows that comparsion need...