Nicolas François
Nicolas François
I use ViewFlow in my application. This application is a Tv Guide which provides programs channel by channel. My ViewFlow contains ListView. When the user vertically scroll and go to...
I just remember of this TODO. For recall, ListAssert header is : ``` java public class ListAssert extends AbstractIterableAssert implements IndexedObjectEnumerableAssert ``` I think we should, there is not reason...
The sub-modules build fail because header files from parent is not found. ex : [ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (default) on project funkyjfunctional-core: Resource /Users/Nicolas/Dev/sources/nfrancois/FunkyJFunctional/funkyjfunctional-core/src/etc/header.txt not found in file...
I add "&" to delimiters because my output file was like this: ``` la & william ``` This solution was good, but it's a little bit weird.
Build work on my computer with Windows Seven but fail on App Veyor. Even previous version failed. - 0.3.0 in May 2015 https://ci.appveyor.com/project/nfrancois/serial-port/build/1.0.171 - 0.3.0 in January 2016 https://ci.appveyor.com/project/nfrancois/serial-port/build/1.0.189 Principal...