Cards can now be flagged as "Repeating". Every Wednesday, some of these cards will be moved back to the top...
If a model inherits from others or uses many concerns / traits, it might be hard to see in the code...
It claims to be even faster and brings a new plugin that polyfills object-fit and object-position. This allows...
This will stash all modifications that you did not git add: git stash -k Note that newly created (and non...
There are several gems that make it easy to read and process xlsx files. Parsing the entire file at once...
...as be re-read for people who use screen readers. So how can we best author this into our mark-up...
There is a kinda secret, yet well supported CSS feature called currentColor. It's like a special CSS variable that...
When connecting to multiple (i.e. > 4) servers to dive into logfiles or do security updates, terminator is what you want...
I found a nice script on crazylittlehacks and modified it slightly. Put the attachment to /usr/local/bin, chmod +x and run...
When you render a nested form for a Movie which has_many :actors, you want to render the right number...
The attached post shows some alternative ways to define Strings in Ruby using the percent notation. This can be useful...
...and compare it to the decrypted hash to see if there is a match. Benefits of this are If an attacker steals your database, they can't decrypt any of...
...easier to see if you have anomalous calls to KMS. There is a huge benefit here in that it is impossible to do bulk decryption without a giant audit trail...
If you are using Coffeescript, it is likely to be the culprit. Since Coffeescript always returns the value of...
If you ever wondered why a constant wasn't defined or wasn't available where you expected it to be...
I highly recommend that you make use of RubyMine's feature to pin tabs. When you pin all "important" files...
tl;dr: Ruby's Bundler environment is passed on to system calls, which may not be what you may want...
Passenger gives you the possibility to define in which environment your app should be started. This has to be added...
The following example is from the Cucumber wiki: Given a blog post named "Random" with Markdown body """ Some Title, Eh...
Over the years we have tried several solution to have vector icons in our applications. There are many ways to...
If you're trying to searching or installing packages via pkg the your repository data might be broken. If pkg...
MySQL and MariaDB have an SQL mode setting which changes how MySQL behaves. The SQL mode value is comprised of multiple flags like "STRICT_TRANS_TABLES, NO_ZERO_IN_DATE...
...Each flag activates or disables a particular behavior. The default SQL mode varies widly between versions of MySQL and MariaDB. In general, more recent versions of MySQL and MariaDB have...
Pdfposter is a Python script that allows to convert large PDFs into a PDF with multiple pages that can be...
If you render markdown from user input, an attacker might be able to use this to inject javascript code into...
The ExceptionNotification has plugins that talk to external APIs rather then just sends emails, like microsoft teams or slack. You...