I really love to use the shortcuts CTRL+Alt+ Arrow Left and CTRL+Alt+ Arrow Right to navigate through the...

Given the problem you have a new column postion and that column should be updated for all existing rows with...

You can throttle the network in your headless chrome via Selenium. This might be useful for debugging issues with flaky...

github.com

Ancestry is a gem/plugin that allows the records of a Ruby on Rails ActiveRecord model to be organised as a...

docs.angularjs.org

In addition to the {{ myValue }} two-way binding syntax, since Angular 1.3 there's a one-time binding syntax, prefixing...

My front audio output would not work even though the front mic input did fine. The Pulse Audio mixer (= Ubuntu...

makandra dev

while true; do i8kfan - 2; sleep 0.2; done There should be a better solution and it will be posted as soon as it's found...

businesswire.com

...announcement makes clear that royalties will continue not to be charged for such video beyond that time. Products and services other than Internet Broadcast AVC Video continue to be royalty...

...bearing...

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 had the issue, that a VCR spec failed, after updating CarrierWave from version 0.11.0 to 1.3.2. In this version...

makandra dev
ishadeed.com

Table Of Contents Flexbox wrapping Spacing Long content Prevent an image from being stretched or compressed Lock scroll chaining

Cards can now be flagged as "Repeating". Every Wednesday, some of these cards will be moved back to the top...

makandra dev
github.com

It claims to be even faster and brings a new plugin that polyfills object-fit and object-position. This allows...

makandra dev

This will stash all modifications that you did not git add: git stash -k Note that newly created (and non...

There is a kind of features in web applications that hinder automated integration tests. Examples include cookie consent banners or...

miekd.com

...as be re-read for people who use screen readers. So how can we best author this into our mark-up...

caniuse.com

There is a kinda secret, yet well supported CSS feature called currentColor. It's like a special CSS variable that...

It sometimes happen that a database dump, that would want to insert into your development database, does not match the...

In rare cases you might need something like form_for (for using form builder methods on the resulting block element...

Ruby comes with a class BigDecimal which you can use for arbitrary precision arithmetic. You should use BigDecimal instead of...

tl;dr: Upgrade the gem to at least 4.0.1 When you use rspec_rails in a version < 4 with Rails...

crazylittlehacks.blogspot.com

I found a nice script on crazylittlehacks and modified it slightly. Put the attachment to /usr/local/bin, chmod +x and run...

teohm.com

The attached post shows some alternative ways to define Strings in Ruby using the percent notation. This can be useful...

github.com

By default, Cucumber uses mocha. This note shows to use RSpec stubs and mocks instead. Rspec 1 / Rails 2