Removing features and merging those changes back can be painful. Here is how it worked for me.\

open-ui.org

...To do that, we’ll need to fully specify the component parts, states, and behaviors of the built-in controls, as well as necessary accessibility requirements, and provide test suites...

...reinvent common web UI controls to give designers full control over their appearance and behavior. We hope to make it unnecessary to reinvent built-in UI controls, but for those...

Systemd's networkd will drop IP-Addresses configured by other processes like Keepalived's VRRP, when it is restarted. This...

Canonical does not ship Ubuntu 24.04+ Vagrant images due to HashiCorps switch to the Business Source License (BSL). There is...

These steps are now part of Spreewald. Here are some useful examples how to use the attached Cucumber Timecop steps...

Creating records in specs can be so fast that two records created instantly after one another might have the same...

Interactively rebase your current branch onto main, keeping the original base commit (i.e. not rebasing onto main directly).

To set a cookie in your test browser for cucumber tests, you need to know which driver you are using...

If you need to make an HTTPS connection to a host which uses an expired certificate, do not disable certificate...

Disclaimer This card is a collection of guides and things to have in mind when upgrading to a specific version...

Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote...

We're usually running Ubuntu LTS versions. Sometimes newer hardware requires packages from more recent Ubuntu releases that only come...

...existing bash script to work for commits that are referencing Linear IDs. A core benefit of our convention to prefix commits by their corresponding issue ID is that we can...

...easily detect commits that belong to the same issue. You can either do that manually or use the bash script below. It can either be placed in your .bashrc or...

Here is how to start your Rails application to accept both HTTP and HTTPS in development. gem install passenger

makandra dev

...for Rails 2 and 3. Recently, caching with timestamp- or content-based keys has become more popular which saves you the pain of invalidating stale caches. How to enable/disable caching...

makandra dev

...willy@astor.de" And I follow "Cancel account" Then I should see "Account canceled" By going beyond the single line descriptions we've accustomed to, we can provide all the information that...

makandra dev

Field error steps Spreewald's The...

...field should have an error and The...

...field should have the error...

...steps now...

makandra dev
badssl.com

Website that offers lots of different kinds of HTTPS configurations, bad or good or complicated. They also offer a dashboard...

atlassian.com

Git log offers useful options for filtering. This card provides a short overview. By message Only commits that include a...

I recently stumbled over a quirk in the way Ruby handles local variables that I find somewhat dangerous. Consider:

I used two lab days to read the The framework field guide - Fundamentals, the first of a three part series...

There seems to be a nasty bug in Chrome 56 when testing with Selenium and Capybara: Slashes are not written...

...Normalize characters in Ruby". Specs (for nerds) Here are some specs that describe the behavior of #to_sort_atoms: describe String do describe '#to_sort_atoms' do it 'should return...

makandra dev

...lib provides a built-in email regex URI::MailTo::EMAIL_REGEXP. That's the best solution to work with. /\A[a-zA-Z0-9.!\#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA...