Davide Spadini

Results 13 issues of Davide Spadini

Hi @cscorley ! I was looking for a tool to parse combined diff to use inside my tool (https://github.com/ishepard/pydriller), and ended up here. In your documentation you state you can...

### Description I have a very simple Dockerfile: ``` FROM ruby:latest ENV LANG C.UTF-8 ENV JEKYLL_ENV production RUN gem install bundler WORKDIR /app COPY Gemfile Gemfile.lock ./ RUN bundle install...

Hi! I'm using Lizard in my open source project [Pydriller](https://github.com/ishepard/pydriller). Recently it started failing on a test that I have that parses a Java file. More specifically, it seems that...