Chris Rossi

Results 6 comments of Chris Rossi

It's a bug in git. I was able to reproduce with a shell script independently of AcidFS: https://gist.github.com/chrisrossi/f09c8bed70b364f9f12e Maybe you can show that to the git folks. HTH.

FWIW, even with the malloc error, the output of merge-tree is still correct and AcidFS still works as expected. You just get a nasty-gram to stderr.

Interesting. I'll take a look when I get a chance. Thanks! If the output format is the same or very similar, it shouldn't be too hard to switch. Chris On...

@blaflamme Did you look at #27 or #25?

Hi George, I assume this is because there is some helper method on a class based view that you want to call in the template? 'view' isn't available, but 'panel'...

Hi George, I goofed. 'panel' is the render_panel callable used to render panels inside of a template. It is not the panel currently being rendered. I would suggest looking for...