node-unicodetable icon indicating copy to clipboard operation
node-unicodetable copied to clipboard

unicode lookup table

Results 8 node-unicodetable issues
Sort by recently updated
recently updated
newest added

I am not the package maintainer but I'll leave this info here because it may be useful: The other way to overcome `UnicodeTable.txt` download problems under corporate networks, weird proxies,...

Because company firewall, I can not download data. fallback solution will done.

When using http.get() to request a file through a proxy, the following were missing from the previous implementation: - The `http://` protocol - The `headers` object indicating the target `Host`...

When you try to install this module using proxy, install.js will silently fail, because any normal proxy server will decline request which does not mention scheme and return HTTP 400....

Because of your dependency to bufferstream which hasn't been updated for ages.

When installing packages that rely on this packages on Windows, the data will be pulled from unicode.org every single time the package is installed. Not only is there no directory...

The Regex used to to parse the `process.env.http_proxy` only works when the env variable is in the `http://proxyurl:port` format. For those of us stuck behind the corporate firewall: `http://username:password@proxyurl:port`, the...

pre install you shoul `remove all secret from .travis.yml and generate yours by next script` ``` bash node_modules/.bin/travis-encrypt --add -r dodo/node-unicodetable GH_REF=github.com/dodo/node-unicodetable.git node_modules/.bin/travis-encrypt --add -r dodo/node-unicodetable GH_USER=dodo # token is...