Ahmad Awais ⌘

Results 36 issues of Ahmad Awais ⌘

Do you have a CLI boilerplate with what you do? Why Do You Prefer, NodeJS over Bash or Python for building CLI? What should one with good knowledge of building...

I just submitted a talk and the message was not clear enough to help me understand if the talk was submitted. So, I added `SUBMITTED` to the mix. I think...

When I ran the following command this is what I got. ```sh sudo make install Password: help2man -N -n "POSIX Shell script to quickly manage 2-monitors display." -h -h -v...

Hi thanks for the amazing work on this plugin. I took a screenshot of part of a screen and pasted it in the editor like you did in the video...

Setup: ```js const download = require('download'); Promise.all( [ 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/.editorconfig', 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/.eslintignore', 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/.eslintrc.js', 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/.gitignore', 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/gulpfile.babel.js', 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/package.json', 'https://raw.githubusercontent.com/ahmadawais/WPGulp/v2.0.0/src/wpgulp.config.js' ].map(x => download(x, 'demo')) ).then(() => { console.log('files downloaded!'); }); ``` All the dotfiles are...

After 4.2 update the spinner has stopped working. Which looks strange coz user doesn't wait for the demo to be imported and everything messes up. Any solution?

Disable Font Smoothing Disabler in macOS Mojave. It's a new issue and over 500 people have found my solution to be working great for them on social media and blog...

Let's talk a little about how and if we are going to add a command that creates a new block inside of a previously created #GutenBlock via `create-guten-block`. ![image](https://on.ahmda.ws/oyb2/c) ###...

🔥 DECISION PENDING
HACKTOBERFEST

🚀 Today, I am super excited to release the first public version of `create-guten-block`. 📖 I wrote a 3,000 words blog post about it → https://awais.dev/cgb-post Yes, that's not all...

⚡️ IN PROGRESS
HACKTOBERFEST

As embarrassing as it may sound. This repo is the first time I got to hear about `LGTM` reviews. But the point is, I am always trying to improve on...