Alexander Mills

Results 295 issues of Alexander Mills

If I import the module as usual ```golang import ( "github.com/logrusorgru/aurora" ) func init(){ fmt.Println(aurora.Bold("foo")) } ``` in other words I do not have to do: ```golang func init(){ fmt.Println(aurora.colors.Bold("foo"))...

### Subject of the issue Describe your issue here. ### Your environment * Operating system * [ ] Mac * [ ] Windows * [x] Linux * Node.js version (`node...

Hey there! I developed this over the last week: https://github.com/ORESoftware/npm-link-up I just discovered your project now. Cool - I wonder if there are others. One thing I like about my...

I would like to add unicode to the tree and also use something like chalk.bold() on the tree. For example, I have this: ``` └─ npm-link-up (root) └─ node_modules ├─...

My VM reboots, and then SSH in and run: ```bash $ docker run -v $OVPN_DATA:/etc/openvpn -p 1194:1194/udp --cap-add=NET_ADMIN kylemanna/openvpn ``` and I get this logged: ```console /usr/local/bin/ovpn_run: line 55: /etc/openvpn/ovpn_env.sh:...

I have my openvpn running and I am trying to connect to a SQL instance on GCP: ``` mlls@3c22fb02d7cf mbk% gcloud sql connect meme-bank-pg-3 --user=postgres --quiet Allowlisting your IP for...

I asked this question on devops.stackexchange.com: https://devops.stackexchange.com/questions/12999/how-to-only-go-through-openvpn-server-for-certain-ips But honestly getting a little frustrated especially considering this seems to be a common need and not finding any answers on le internet,...

I noticed that RVM overrides the cd command: ```bash shopt -s extdebug declare -F cd shopt -u extdebug ``` the above yields: > cd 14 /Users/alexamil/.rvm/scripts/cd my question for you...

I have this: ```html ``` and then this js call: ```html WordCloud(document.getElementById('my_canvas'), {list: [['foo', 3], ['bar', 5]]}); ``` the WordCloud() function gets called, but nothing gets displayed, weird

can we download this library from a cdn? would be nice to use via cdn instead of npm if possible?