David Lee
David Lee
Would be a nice kotlin feature to allow TAM's as well as SAM's (Two Abstract Methods) -- then one might be able to avoid the verbose amounts of casting and...
I personally hate adding connection properties to the connection string for jdbc -- it tends to muck up libraries/infrastructure that makes simplifying assumptions (like creating the connection string from host...
To answer @RobertSzkutak -- Im still having problems building this app -- (npm+sass+wtf) -- but you can do a 1-off ad-hoq query with xmlsh [xmlsh](https://github.com/xmlsh/xmlsh) [www.xmlsh.org](http://www.xmlsh.org/ModuleMarkLogic) ``` import module ml=marklogic...
Unit tests are working for me on windows 7 pro, Oracle JDK8
Line ending issues are locally configurable by git settings. I suspect mine are set correctly (I do a lot of windows development from git sources by linux developers). Try this...
EOL management is an inherited hell that the best have been unble to solve to everyone's liking, Bump it up a level and try to get Unicode uncorrupted end to...
First it is unclear to me still what the 'current' loadings strategy *is* -- the docs and the implementation seem misaligned. when I went to look I discovered its not...
src/main/java/io/burt/athena/result/csv/VeryBasicCsvParser.java If columnCount ends up 0 then next() never advances.
I have found the reverse problem. I changed a file in S3 that has the same size but newer timestamp and s3 sync doesnt pull it down aws s3 sync...
As per my previous post, "newer" needs to take into account the timezone as well. Currently it is not so if you pushing a file to S3 from one timezone...