Luigi

Results 43 comments of Luigi

Did you find anything @darxmac I'm running with the same behaviour, the VCR hangs on any request POST via cURL. It has to be related to a lack of Content-Lenght...

+1 Kinda hard to know when I'm using === or ==, it does need more difference

Hi @paulgibbs thanks for answering, Correct idk if I complicated or over wrote what my main point was. The main point of this is, the dump from temporary database is...

I'll try to give some thought to this too. I didn't leave :)

In case you're dealing with electron-vue and want to show local files you could do the next. ```js if (fs.existsSync(localFilePath)) { let fileBase64 = 'data:' + fileDoc.mime_type + ';base64,' +...

You can close this issue if is not relevant anymore

Hi, those alias are not the same. I'm talking this kind of alias https://developer.wordpress.org/cli/commands/cli/alias/

Ok, I'm gonna give a try to create a drush alias for a wp cli command. Altho, wouldn't be nice to support https://developer.wordpress.org/cli/commands/cli/alias/ Is something I could open a PR...

You might close this issue if you wish

I got this from my ubuntu 13.04 x86 npm ERR! System Linux 3.8.0-23-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /home/killua99/portify/data npm ERR! node -v v0.6.19 npm ERR!...