dylangmiles

Results 4 issues of dylangmiles

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.2 **System**: Mac OS X 10.10.4 **Thrown From**: [auto-host-markdown-image](https://github.com/mark-hahn/auto-host-markdown-image) package, v0.2.4 ### Stack Trace Uncaught TypeError: undefined is not...

I am trying to set up a data frame with dates. Below I have put together a minimal example: ``` var schema = new StructType(new List() { new StructField("id", new...

My source data in SQL Server has a decimal data type but I am getting a not implemented exception when working with this data. I have put together a minimal...

I am trying to use the struct UDF and I get an exception specifying it is not yet supported. I have found a work around using sql, but is there...