makandra dev
github.com

If you render markdown from user input, an attacker might be able to use this to inject javascript code into...

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...

Over the years we have tried several solution to have vector icons in our applications. There are many ways to...

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...

The ExceptionNotification has plugins that talk to external APIs rather then just sends emails, like microsoft teams or slack. You...

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...

...element.offsetHeight > 0; Or maybe you'd even like to patch Prototype so it behaves like jQuery: Element.addMethods({ visible: function() { return offsetWidth > 0 && offsetHeight...

docs.angularjs.org

If you are using Coffeescript, it is likely to be the culprit. Since Coffeescript always returns the value of...

In case Ruby does not detected the expected encoding of a file automatically you can specify the known encoding manually...

Passenger gives you the possibility to define in which environment your app should be started. This has to be added...

If your rails application is unable to send mails, it might be useful to debug your settings using the rails...

makandra dev

You need to install the official plugin, it is not bundled with RubyMine by default. Example: Setup a watcher...

tableconvert.com

https://tableconvert.com/ is an online tool to convert tables between different formats (e.g. json, markdown, csv).

makandra dev

If you're trying to searching or installing packages via pkg the your repository data might be broken. If pkg...

makandra dev
pdfposter.origo.ethz.ch

Pdfposter is a Python script that allows to convert large PDFs into a PDF with multiple pages that can be...

makandra dev
select2.org

Select2 comes with AJAX support built in, using jQuery's AJAX methods. ... For remote data sources only, Select2 does not...

This error can be caused by the mysql2 gem under mysterious circumstances. You need to remove it with gem uninstall...

We usually generate our commit messages from Pivotal Tracker IDs and titles, like [#15775609] Index view for conflicts

campaignmonitor.com

CSS support in major e-mail clients is horrible. This will give you an overview what you will not be...

github.com

...where a Contact record may be associated with a Group record: class Contact < ApplicationRecord belongs_to :group validates_presence_of :name, :street, :city, :email end class Group < ApplicationRecord