Marek

Results 68 comments of Marek

Also, I just noticed, that if I use `android.app.Activity` it works fine until I rotate the screen, then after slide down it crashes with following stack trace. ``` 11-10 17:31:19.668...

I had the same issue: ``` ERROR: In ForegroundLinearLayout, unable to find attribute android:foregroundInsidePadding Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/username/adt-bundle-linux-x86-20131030/sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value...

@nicoespeon indeed managing such project is time consuming and it is understandable you have to prioritise to keep everything going. I reviewed gitgraph.js repo and I find it understandable and...

Sorry for delay, replied! I'm onboard!

Thanks for offering, @nicoespeon, this is not urgent at all but it would be good to resolve https://github.com/nicoespeon/gitgraph.js/issues/296 as there are people who are helping out with the project but...

I think this visualises the problem pretty well. The columns are not being reused. When new branch gets created it gets assigned a new column, after this branch gets merged...

@dhiahassen it is not yet implemented, requires a possibility to customize the rendering algorithm which is an ongoing work in PR https://github.com/nicoespeon/gitgraph.js/pull/364 and https://github.com/marekyggdrasil/gitgraph.js/pull/1, work is a bit slow, you...

@nicoespeon it's still a work-in-progress, please hold on with the review and certainly don't merge yet!

@andreasonny83 thanks for taking your time to review this pull request, could you please also take a look at https://github.com/marekyggdrasil/gitgraph.js/pull/1 ? This is where @pvigier took over, I only prepared...

@Rain120 thanks for catching that. I just merged master branch from the upstream repository. The tests still fail but for totally different reasons, it's simply unfinished work.