bernard01

Results 16 issues of bernard01

I realize issue #52 is abandoned. logback with slf4j is perhaps the most common logging framework. Thanks to transitive dependencies, the logging facade slf4j is added to the project with...

Hi, First thank you very much for sharing this impressive library. I tried the xor example on neataptic 1.4.7 on node-v8.9.0-x64 using the NetBeans IDE. Works fine. main.js ```js const...

My installation on Windows using pip has been successful. I have Python 3.6. How do I run twitter-to-sqlite? I cannot even figure out how "auth" is a command. I have...

I know it might be a bit tricky to do this. And I don't really know how it is supposed to work at present. So I am just writing what...

It's quite amazing what can be done with the database. Now I am looking at comments where the recipient is not the parent, the original poster, but another user in...

enhancement

The following suggestion: Plot if Sum(cond1,cond2,cond3, cond4, cond5, cond6) = 6 then ??????? else ?????; does not work with the current version of thinkscript because it accepts only 2 parameters....

We can improve evolution performance of the `AbstractEvolutionEngine` by exploiting the specified `SelectionStrategy` behavior. `interface SelectionStrategy#select` comments: > ... the same individual may potentially be selected more than once This...

My request is motivated by the need to calculate the slope of a pattern. So as to not let this request be too specific, it might be more generally useful...

Ideally, create and throw SAXRuntimeException. In the following case, a checked exception is thrown on a condition similar to where typically java.lang.IndexOutOfBoundsException is thrown. However IndexOutOfBoundsException extends RuntimeException. There is...

Impressive API. Thanks :) Please let me suggest small performance improvements that I have verified to be effective with JMH. net.seninp.jmotif.sax.TSProcessor public double mean(double[] series) { double res = 0D;...