Results 8 issues of Andrew K Long

I apologize if it this doesn't count but one of my favorite/least favorite bugs is having random utf-8 byte order marker(BOM) mid file. This is often caused by naively concatenating...

According to maven the latest version of secure social only supports Play 2.6. It seems as though a new version from the master branch is needed. https://mvnrepository.com/artifact/ws.securesocial/securesocial_2.11 https://github.com/jaliss/securesocial/blob/master/ChangeLog

I was looking at adding secure social to a play 2.6 web app but the documentation is not clear on which version of secure social should be used. http://www.securesocial.ws/guide/getting-started.html ```...

while running > npm install I got the following error message ``` npm WARN deprecated @codemirror/[email protected]: As of 0.20.0, this package has been merged into @codemirror/state npm WARN deprecated @codemirror/[email protected]:...

Updates and Fixes to Make spark-memory work on opensource spark ``` [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ spark-memory-core_2.11 --- [INFO] Building jar: /Users/loandrew/Workspaces/Spark-memory/src/Spark-memory/core/target/spark-memory-core_2.11-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:single (make-assembly) @ spark-memory-core_2.11 ---...

``` [hadoop@ip-10-0-61-104 ~]$ spark-submit --class com.databricks.spark.sql.perf.runExperiment --jars s3://loandrew-emr-dev/tools/spark-memory/spark-memory-core_2.11-0.1.0-SNAPSHOT.jar --driver-java-options "-XX:MaxMetaspaceSize=200M -XX:+PrintGCDetails -Dmemory.monitor.enabled=true -Dmemory.monitor.freq=100" --conf spark.executor.extraJavaOptions="-XX:MaxMetaspaceSize=200M -XX:+PrintGCDetails -Dmemory.monitor.enabled=true -Dmemory.monitor.freq=100" --conf spark.executor.plugins="com.cloudera.spark.MemoryMonitorExecutorExtension" /home/hadoop/spark-sql-perf.jar --benchmark TPCDS_2_4 --databaseName tpcds_loandrew --jobName q95 --queryNames q95 --runWarmup...

What license is this under? It's a bit ambiguous atm.

I got the auth to work locally but when I migrate to prod I'm getting a 'No Play session ID found' exception. I suspect this is a subtle domain name...