Julien Delafontaine

Results 7 issues of Julien Delafontaine

With the standard jdbc module in Play, one can log evolutions being applied by adding this to "logback.xml": Unfortunately it does not work anymore with play-slick. I could not find...

status:backlog

I created a [Docker image ](https://hub.docker.com/repository/docker/jdelafon/gemini/general)for Gemini 0.30.2, based on Python 2.7 - the source is here : https://gitlab.com/jdelafon/gemini All the build script does is download the installer script and...

AFAICT the quality 'filter' column (VQSR etc.) is not indexed, probably because it has many NULL. The consequence of the index not being present is a big slowdown on queries...

I cannot use this: ``` import * as chromeMock from 'sinon-chrome' chromeMock.webRequest.onBeforeRequest.hasListeners() ``` > TypeError: chromeMock.webRequest.onBeforeRequest.hasListeners is not a function But I can do this instead (which my IDE and...

The docs should indicate that props are passed as ``` ``` Then you can link to the docs for the cartesian chart mixin and Axes, and remove all stuff concerning...

I just tested the [Live Demo](http://insin.github.io/react-gridforms/) from the Readme, and nearly one out of every two clicks I made was not having the expected effect. In the example from the...

Compared to the current docs, when one creates a React app with the now standard `npm create-react-app`, the way to integrate this library will rather be in `src/setupTests.js` : ```...