If you want to expand your Areca Raid by swapping out the disks for larger ones you will need to...

You can scale background images in CSS to the container size using background-size (Demo). Commonly, we use contain or...

When using custom properties in your stylesheets, you may want to set a specific property value to an existing variable...

peter.sh

An extensive list of command line options when booting Chrome. This is useful for building a Capybara driver with custom...

I ran into a situation in which I received the yarn integrity check warning when starting the rails console even...

en.wikipedia.org

Formerly 301 (Moved Permanently) and 302 (Found) were used for redirecting. Browsers did implement them in different ways, so since...

When using RestClient to make an HTTP request, it will raise an exception when receiving a non-successful response.

blog.cloudflare.com

What is netfilter's Connection Tracking system? The connection tracking system often referenced as nf_conntrack is part of the...

To start a workflow manually it must have a trigger called workflow_dispatch: --- name: Tests on: push: branches: - master

After switching a project from Sprockets to Webpack, I started observing a bug that was hard to debug: Our...

If you end up with an Elasticsearch cluster which has a very different disk usage on it's nodes you...

Accessing other repositories in Gitlab CI is not straight forward, since the access rights of the current pipeline might not...

Capybara added a deprecation warning in version 3.35.3 (version from 2019) that shows up if your selector is not of...

The Node Version Manager allows installing multiple NodeJS versions and switching between them. By default, it does not automatically switch...

makandra dev

6.0.0 2021-06-02 Compatible changes geordi commit will continue even if one of the given projects is inaccessible. It...

We recently noticed issues with Chrome 75+ when having the w3c option enabled within the Selenium webdriver. It looks like...

moncefbelyamani.com

The linked article points out that COUNT queries might be unexpectedly slow in PostgreSQL. If you just need to know...

When giving a presentation where you do some coding, the font size you usually use is probably a bit too...

When testing JavaScript functionality in Selenium (E2E), you may need to access a class or function inside of a evaluate...

markodenic.com

Table of content for the linked article: 1. The `loading=lazy` attribute 2. Email, call, and SMS links

download.lenovo.com

When you need to know how a BIOS screen in a Lenovo Laptop works without actually booting into the BIOS...

We have observed Lenovo laptops with nvidia graphics losing performance after they have been in use for a few minutes...

I encountered a unlucky behavior of byebug 11.1.3 (the most recent version at time of writing) when using it with...

Matching the "space" character class For matching whitespaces in a regular expression, the most common and best-known shorthand expression...