Brian Murrell
Brian Murrell
i browsed your source code and realized you were checking for user settings http_proxy... i added it to my user prefs, and it worked! you should document it in some...
in your pre-1.x README, you had user instructions to set req agent to a configured `http-proxy-agent`. This PR makes that configuration automatic if the environment has `HTTP_PROXY` or `http_proxy` defined...
How to configure proxy? I am behind a corporate firewall. All we do must go thru proxy. I can connect to localhost pg fine. Trying to connect to pg on...
the not-funny error from npm which reports "I'm a teapot" when run behind a proxy firewall is affecting npx. See the [fixed issue for npm](https://github.com/npm/npm/issues/20791). ``` $ npx gulp npm...
your readme says use this script target to run: ``` { "scripts": { "font": "svgtofont --sources ./svg --output ./font --fontName uiw-font" }, } ``` but `svgtofont` does not exist. It...
### Description I have a very simple component developed using Angular 11 Elements with their `createCustomElement` framework. I require slots, so I am using Angular's `ViewEncapsulation.ShadowDOM`. When built this way,...
### What happened? I keep a json object string in my property: ``` --- team: {"123":{"name":"jack white","team":"","notes":"",},"456":{"name":"jack brown","team":"","notes":"",},"789":{"name":"jack black","team":"","notes":"",}} ``` I store and object because I have not found a...
The README states "Arduino(ish)" should work, but since the Uno does not have `Serial1`, `Serial3` etc., it does not work. Might be worth stating in the readme there is no...
thanks for this extension. I know vscode has its own settings for files.exclude... i have it configured to exclude node_modules and bower_components -- i could not find in your vscode-ag...
this `convert` function goes right into depending on `path.basename` which means it is nodejs only. your doc says in the first example, it takes a css string as one variant...