Andrey Prokopenko

Results 12 comments of Andrey Prokopenko

Hi @meiersi, I think it's too late to ask but I'll try anyway. Do you have any chance to release reimplementation of `blaze-html` only this part (with EventHandler as well)...

Hi @meiersi, thank you for response! We had already met in 2016 during one of HaskellerZ meetup and it is a pleasure for me to make this conversation. I am...

Hi @meiersi, I had chosen a weird approach (with **Fay** compiler instead of **GHCJS**), combined it with `EventHandler` and extended `MarkupM` from your package. And now I am publishing new...

Same issue with `responseTimeoutMicro` is in OS X, same versions of GHC/http-client.

Cannot reproduce bug with this environment: - wxWidgets: 2.9.5 - ghc: 7.6.3 - MinGW (for wxWidgets build): 5.1.16 - MinGW (for wx build) - default for Haskell Platform. - MSYS:...

You can always use `integer-simple` flag to avoid depending on `integer-gmp`: https://github.com/swamp-agr/blaze-textual/blob/master/blaze-textual.cabal#L75-L80

@nh2 your patch was released yesterday!

I think, #54 is a part of this issue

- Static web server had almost done - PubSub included in 0.1 - Cookies/session included in 0.1 - authorization/user profile have not included in 0.1 yet. what kind of backend...

Hello Phil, I was worried about absence of such `Decode/Encode` instances for `DateTime`, `Date`, `Time` and similar types. I am a newcomer in Purescript world. Could you please suggest the...