Marco Z

Results 199 comments of Marco Z

Another possible format could be Pandoc (from pandoc-types : https://hackage.haskell.org/package/pandoc-types-1.22.2.1/docs/Text-Pandoc-Definition.html#t:Pandoc ). This already comes with aeson instances; TIL pandoc already has codecs for haddock markdown, thus closing the circle. Edit...

@tathougies Hi ! :) Yes, I'm using `odbc` at work and it's pretty low-level, I was wondering how hard it would be to give it a nice `beam` interface

Thanks ! I was referring to the recent ODBC bindings by FPComplete ( https://hackage.haskell.org/package/odbc ); I'll first take a look at `beam-firebird` and ask on IRC as soon as I...

I ran into this problem as well. For example, when downloading and uploading a bytestring in the same function, the constraints become : ``` HasScope' s1 '["https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/devstorage.full_control", "https://www.googleapis.com/auth/devstorage.read_write"] ~...

@urialon I appreciate you releasing the dataset and prepro code, but it will be very hard to reproduce your work from the mysterious phrasing of Section 3 alone.

Idea : make the suggested searches clickable, such that one can look them up without typing

@dmjio happy to help! adding @Magalame to the thread

the R^2 coefficient measures the average slope of the linear regression, and in the limit of few samples this is basically meaningless. Any model is plagued by high variance predictions...

Hi @afcowie , chronologique looks good, does it have an issue tracker/public repo?

I'd love to have this! Perhaps you could contribute a patch as a proof of concept?