Woodson Delhia
Woodson Delhia
The creation example is giving this error `%Inspect.Error{message: "got ArgumentError with message \"column is not of the right dimmension\" while inspecting \e[39m%{\e[0m\e[33m\e[36m__struct__: \e[0m\e[33m\e[36mDataFrame.Frame\e[0m\e[33m\e[39m,\e[0m\e[33m \e[36mcolumns: \e[0m\e[33m\e[39m[\e[0m\e[33m~D[2016-09-12]\e[39m,\e[0m\e[33m ~D[2016-09-13]\e[39m,\e[0m\e[33m ~D[2016-09-14]\e[39m,\e[0m\e[33m ~D[2016-09-15]\e[39m,\e[0m\e[33m ~D[2016-09-16]\e[39m,\e[0m\e[33m ~D[2016-09-17]\e[39m]\e[0m\e[33m\e[39m,\e[0m\e[33m...
How to close connection when listening to BinLog and clear listening thread from mysql process list
Hi: How would one go about closing the MySQL connection when listening to binglog events? It seems like the thread hangs when I execute `MySQL.close conn`. One approach that seems...
*It's my first time trying generic programming forgive me if this is not accept as an issue.* I was facing an issue trying this library. I tried the code below...
Hi! It would be nice if there was an instance for [Data.Lazy](https://pursuit.purescript.org/packages/purescript-lazy/4.0.0/docs/Data.Lazy#t:Lazy). I was thinking maybe just use `D.opaque_ "function"` as the `Repr`? What do you think? P.S: Willing to...
[pathInfo](https://github.com/Woody88/purescript-warp/blob/master/src/Network/Warp/Request.purs#L55) property from the `Request` type outputs this `["", "path1", "path2"]` for such path `/path1/path2`. We do not need that empty string at the beginning there it is best to...