Arnold Daniels

Results 48 issues of Arnold Daniels

The animation when using the off canvas plugin, could be smoother with 3D GPU accelaration. However adding `translate3d` to the canvas, causes serious issues with fixed elements as descried in...

This package doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`

Jasny Bootstrap support the placement of tabs in `nav-tabs`. However this feature is missing from the documentation. Note: the feature was available in Twitter Bootstrap 2 but dropped in version...

documentation

Add unit tests for JS components - [ ] Off canvas - [ ] Row link - [ ] File input

Use [hammer.js](http://eightmedia.github.io/hammer.js/), [jQuery mobile swipe](http://api.jquerymobile.com/swipe/) or some other lib to catch the swipe action. Show/hide the off canvas element based on the swipe similar to native behaviour. Recommend including 3rth...

Running DBVC in an automated environment might cause issues when several machines are updated at the same time. If each machine runs `dbvc update`, than the same script is executed...

The directory structure should be (optionally) compatible with [DBV](/victorstanciu/dbv), since there is a demand among those users for a command line tool like DBVC. victorstanciu/dbv#10

enhancement

PhpMyAdmin support [Change tracking](https://wiki.phpmyadmin.net/pma/Change_tracking). Since PhpMyAdmin is a common tool among PHP developers, it would be nice to use/automate this. How should this work exectly? Don't know yet.

enhancement

Using git status, you should be able to find out who commited and when. ``` git status --all --blame ``` Should yield something like ``` Available updates: foobar (13fc728e Arnold...

enhancement

DBVC should be ale limit the list of updates to a commit or commit range. ``` dbvc status --commit=HASH dbvc status --commit=HASH..HASH dbvc mark --commit=HASH dbvc mark --commit=HASH..HASH ``` Both...

enhancement