zsh compinit: insecure directories, run compaudit for list.

2 April 2021 | Category: General, Tools | Comments (0)

I’ve installed nvm through brew on macOS Big Sur 11.2.3 (20D91) and got:

zsh compinit: insecure directories, run compaudit for list.
Ignore insecu[......]

Read more

zsh: command not found: wget (MacOS)

2 February 2021 | Category: Tools | Comments (0)

When you try to use wget on MacOS (at least Big Sur) then you may get an error message zsh: command not found: wget. You can resolve it by simply inst[……]

Read more

Thoughts on digital accessibility automation tests

18 May 2017 | Category: Accessibility, Tools | Comments (0)

Introduction

Awareness of web accessibility is slowly growing, which is good. I remember the time when almost nobody was knowing what accessibility[……]

Read more

ASLint – Accessibility and SEO linting tool – just released

20 September 2016 | Category: Accessibility, Tools | Comments (0)

I am proud to announce that I’ve just released ASLint – Accessiblity and SEO linting tool. Feedback is very welcome.[……]

Read more

Why I switched to only NodeJS + npm and stopped using Grunt

10 December 2015 | Category: JavaScript, Tools | Comments (13)

I can’t imagine building a modern JavaScript application or website without using any kind of build system. Recently I’ve used Grunt in several projec[……]

Read more

Bower and import CSS file into Sass (using scss)

25 November 2015 | Category: General, Tools | Comments (0)

Recently I wanted to import just .css file into .scss directly. This is not available directly in scss. However, you can import it when you change the[……]

Read more

How do I update each dependency in package.json to the latest version?

14 November 2015 | Category: Tools | Comments (0)

Recently I wanted to update each dependency in package.json to the latest version. I didn’t want to do that manually. After some research I found that[……]

Read more

setup-defender.ps1 is not digitally signed while using ember-cli-windows-addon

28 June 2015 | Category: JavaScript, Tools | Comments (0)

So, I started playing with EmberJS framework. However, build times on Windows are longer than on Linux or Mac OS X. Much of that penalty is not becaus[……]

Read more

Using Fiddler to force a web service to support CORS for debugging

5 June 2015 | Category: General, Tools | Comments (0)

There is already nice article about Using Fiddler to force a web service to support CORS for debugging. However, it was written in 2013 and I am going[……]

Read more

How do I change default editor for git to Notepad++?

26 May 2015 | Category: Tools, Version control systems | Comments (0)

At some point I wanted to change default core git editor from Vim to Notepad++. There are couple of solutions how to do that. However, this:

git co[......]

Read more

keep looking »