Gordon Anderson

Results 18 comments of Gordon Anderson

Saksoth's code can be found here https://github.com/gordonbanderson/DataObjectManager/commit/3beba35dd20e04b185187007d1aff2672b0bf6b4

I think this has been resolved here, https://github.com/JonasAleknavicius/DataObjectManager/commit/aab754f8d9d1d9a92922c2b23928ea7530368cea

Bugfix here, https://github.com/gordonbanderson/DataObjectManager/commits/issue55, last commit on that branch

I have other changes on my branch, as such these are the 2 required commits: https://github.com/gordonbanderson/DataObjectManager/commit/054cf0c37f4271484a43092cd78f95fdede95a42 https://github.com/gordonbanderson/DataObjectManager/commit/36def14421415c8c82bac15e37e66a7084f7df47 Regards Gordon

I've resolved the issue but not 100% sure it is the best way to do so - as such please review. https://github.com/gordonbanderson/docvert/commit/282710bc2fefed82d8ff410a3dd62ed7721c3ede

The README has some inaccuracies and missing information, but I now have the markers example working. ``` @map = Cartographer::Gmap.new( 'map' ) @map.zoom = :bound @map.debug = true normal_icon =...

I could not get the fix swapping 1px for auto to work, mentioned above. However this ``` #myslider { width: 100% !important; height: 350px !important; } ``` does work. It...

Fixing the width also breaks the nice shrinking seen with other images when reducing the browser width towards mobile

I went with 'MarkedAsDeleted' but easy enough to change. When writing tests I realize there are some interesting interface implications. For example if a comment which is marked as deleted...

Just testing on master with the admin section, with a parent and child comment, deleting the parent deletes both parent and child.