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

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

wiki.github.com

The following example is from the Cucumber wiki: Given a blog post named "Random" with Markdown body """ Some Title, Eh...

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